agrobot_base/Exemplos/SharpDX-master/Source/Tests/SharpDX.Tests/SharpDX.Tests.csproj

101 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{931FA266-E756-41CA-9736-8B29235DC999}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SharpDX.Tests</RootNamespace>
<AssemblyName>SharpDX.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework">
<HintPath>..\..\..\External\NUnit\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="MathCollisionTest.cs" />
<Compile Include="MathUtilNearEqualTests.cs" />
<Compile Include="MathUtilWrapTests.cs" />
<Compile Include="RayTests.cs" />
<Compile Include="ShaderBytecodeProfileTests.cs" />
<Compile Include="TestUtilityCompare.cs" />
<Compile Include="TestMediaAttributes.cs" />
<Compile Include="TestGetterSetter.cs" />
<Compile Include="TestResultDescriptor.cs" />
<Compile Include="RawMatrix.cs" />
<Compile Include="RawVector4.cs" />
<Compile Include="TestInterop.cs" />
<Compile Include="TestNativeFileStream.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SharpDX.D3DCompiler\SharpDX.D3DCompiler.csproj">
<Project>{361d3f81-a48a-47f2-80df-ca4f9536cb4e}</Project>
<Name>SharpDX.D3DCompiler</Name>
</ProjectReference>
<ProjectReference Include="..\..\SharpDX.Direct3D11\SharpDX.Direct3D11.csproj">
<Project>{736DFB52-1AFE-4EFF-9710-89046AB5B1F9}</Project>
<Name>SharpDX.Direct3D11</Name>
</ProjectReference>
<ProjectReference Include="..\..\SharpDX.DXGI\SharpDX.DXGI.csproj">
<Project>{3FC6DE77-B412-4101-9E64-6B9AA831179B}</Project>
<Name>SharpDX.DXGI</Name>
</ProjectReference>
<ProjectReference Include="..\..\SharpDX.Mathematics\SharpDX.Mathematics.csproj">
<Project>{49e4485f-3a2a-4c35-a159-12eccfc00396}</Project>
<Name>SharpDX.Mathematics</Name>
</ProjectReference>
<ProjectReference Include="..\..\SharpDX.MediaFoundation\SharpDX.MediaFoundation.csproj">
<Project>{CA21A201-078B-4EBE-A2AB-C3B1FFEC99F9}</Project>
<Name>SharpDX.MediaFoundation</Name>
</ProjectReference>
<ProjectReference Include="..\..\SharpDX\SharpDX.csproj">
<Project>{D0BCD56A-41C4-4A4E-8590-26864CED07FF}</Project>
<Name>SharpDX</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>