2017-09-03 12:55:28 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-03-12 08:03:16 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<ProjectType>Local</ProjectType>
|
|
|
|
|
<ProductVersion>14.0.25123</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{9F71FDB3-0000-0000-0000-000000000000}</ProjectGuid>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<AssemblyName>TestClient</AssemblyName>
|
|
|
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
|
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
|
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
|
|
|
<DelaySign>false</DelaySign>
|
2017-09-03 12:55:28 -05:00
|
|
|
<TargetFramework>net40</TargetFramework>
|
2017-03-12 08:03:16 -07:00
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<RootNamespace>TestClient</RootNamespace>
|
2017-09-03 14:04:43 -05:00
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2017-03-12 08:03:16 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
|
|
|
<DebugSymbols>True</DebugSymbols>
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
<Optimize>False</Optimize>
|
|
|
|
|
<OutputPath>..\..\..\bin\</OutputPath>
|
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
|
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<NoStdLib>False</NoStdLib>
|
2017-03-24 00:03:08 -04:00
|
|
|
<NoWarn>1591,1574,0419</NoWarn>
|
2017-03-12 08:03:16 -07:00
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<DebugSymbols>False</DebugSymbols>
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
<Optimize>True</Optimize>
|
|
|
|
|
<OutputPath>..\..\..\bin\</OutputPath>
|
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
|
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<NoStdLib>False</NoStdLib>
|
2017-03-24 00:03:08 -04:00
|
|
|
<NoWarn>1591,1574,0419</NoWarn>
|
2017-03-12 08:03:16 -07:00
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2017-09-03 13:17:07 -05:00
|
|
|
<Reference Include="System">
|
2017-03-12 08:03:16 -07:00
|
|
|
<Name>System</Name>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2017-09-03 13:17:07 -05:00
|
|
|
<Reference Include="System.Drawing">
|
2017-03-12 08:03:16 -07:00
|
|
|
<Name>System.Drawing</Name>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2017-09-03 13:17:07 -05:00
|
|
|
<Reference Include="System.Web">
|
2017-03-12 08:03:16 -07:00
|
|
|
<Name>System.Web</Name>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2017-09-03 13:17:07 -05:00
|
|
|
<Reference Include="System.Xml">
|
2017-03-12 08:03:16 -07:00
|
|
|
<Name>System.Xml</Name>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-09-03 13:17:07 -05:00
|
|
|
<ProjectReference Include="..\..\..\LibreMetaverseTypes\LibreMetaverse.Types.csproj" />
|
2017-09-03 13:28:19 -05:00
|
|
|
<ProjectReference Include="..\..\..\LibreMetaverse\LibreMetaverse.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\LibreMetaverse.StructuredData\LibreMetaverse.StructuredData.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\LibreMetaverse.Utilities\LibreMetaverse.Utilities.csproj" />
|
2017-03-12 08:03:16 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|