160 lines
5.0 KiB
XML
160 lines
5.0 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<ProjectType>Local</ProjectType>
|
|
<ProductVersion>14.0.25123</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{B37B02AD-0000-0000-0000-000000000000}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<ApplicationIcon></ApplicationIcon>
|
|
<AssemblyKeyContainerName>
|
|
</AssemblyKeyContainerName>
|
|
<AssemblyName>LibreMetaverseTypes</AssemblyName>
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
<DelaySign>false</DelaySign>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder></AppDesignerFolder>
|
|
<RootNamespace>LibreMetaverse</RootNamespace>
|
|
<StartupObject></StartupObject>
|
|
<StartArguments></StartArguments>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<ConfigurationOverrideFile>
|
|
</ConfigurationOverrideFile>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<DocumentationFile></DocumentationFile>
|
|
<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>
|
|
<NoWarn>1591,1574,0419,0618</NoWarn>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<ConfigurationOverrideFile>
|
|
</ConfigurationOverrideFile>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DocumentationFile>LibreMetaverseTypes.XML</DocumentationFile>
|
|
<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>
|
|
<NoWarn>1591,1574,0419,0618</NoWarn>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="protobuf-net.dll" >
|
|
<Name>protobuf-net.dll</Name>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System" >
|
|
<Name>System</Name>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Core" >
|
|
<Name>System.Core</Name>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BlockingQueue.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="CircularQueue.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Color4.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="CRC32.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DoubleDictionary.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Enums.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="EnumsPrimitive.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ExpiringCache.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Lazy.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LocklessQueue.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Matrix4.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Quaternion.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Ray.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ReaderWriterLockSlim.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ThreadSafeDictionary.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TokenBucket.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Utils.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="UtilsConversions.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="UUID.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Vector2.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Vector3.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Vector3d.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Vector4.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project>
|