1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\packages\NUnit.3.12.0\build\NUnit.props" Condition =" Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" />
4
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
+ <PropertyGroup >
6
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
+ <ProjectGuid >{C8754784-739A-46F1-9C7F-1FD0238D2652}</ProjectGuid >
9
+ <ProjectTypeGuids >{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10
+ <OutputType >Library</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >MeshOptimizerTests</RootNamespace >
13
+ <AssemblyName >MeshOptimizerTests</AssemblyName >
14
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
15
+ <FileAlignment >512</FileAlignment >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
+ <PlatformTarget >AnyCPU</PlatformTarget >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <PlatformTarget >AnyCPU</PlatformTarget >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ </PropertyGroup >
36
+ <ItemGroup >
37
+ <Reference Include =" nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb" >
38
+ <HintPath >..\packages\NUnit.3.12.0\lib\net40\nunit.framework.dll</HintPath >
39
+ <Private >True</Private >
40
+ </Reference >
41
+ <Reference Include =" System" />
42
+ <Reference Include =" System.Core" />
43
+ <Reference Include =" System.Data" />
44
+ <Reference Include =" System.Xml" />
45
+ </ItemGroup >
46
+ <ItemGroup >
47
+ <Compile Include =" RunnerTests.cs" />
48
+ <Compile Include =" Properties\AssemblyInfo.cs" />
49
+ </ItemGroup >
50
+ <ItemGroup >
51
+ <ProjectReference Include =" ..\MeshOptimizer\MeshOptimizer.csproj" >
52
+ <Project >{e4f045ef-d44b-4ae0-bbbc-ad05c0c9d890}</Project >
53
+ <Name >MeshOptimizer</Name >
54
+ </ProjectReference >
55
+ </ItemGroup >
56
+ <ItemGroup >
57
+ <None Include =" packages.config" />
58
+ </ItemGroup >
59
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
60
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
61
+ <PropertyGroup >
62
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText >
63
+ </PropertyGroup >
64
+ <Error Condition =" !Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.12.0\build\NUnit.props'))" />
65
+ </Target >
66
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
67
+ Other similar extension points exist, see Microsoft.Common.targets.
68
+ <Target Name="BeforeBuild">
69
+ </Target>
70
+ <Target Name="AfterBuild">
71
+ </Target>
72
+ -->
73
+ </Project >
0 commit comments