diff options
Diffstat (limited to 'src/libs/dutil/test/DUtilUnitTest/DUtilUnitTest.vcxproj')
-rw-r--r-- | src/libs/dutil/test/DUtilUnitTest/DUtilUnitTest.vcxproj | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/src/libs/dutil/test/DUtilUnitTest/DUtilUnitTest.vcxproj b/src/libs/dutil/test/DUtilUnitTest/DUtilUnitTest.vcxproj new file mode 100644 index 00000000..18410e5d --- /dev/null +++ b/src/libs/dutil/test/DUtilUnitTest/DUtilUnitTest.vcxproj | |||
@@ -0,0 +1,99 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
5 | <Import Project="..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.props" Condition="Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.props')" /> | ||
6 | <ItemGroup Label="ProjectConfigurations"> | ||
7 | <ProjectConfiguration Include="Debug|Win32"> | ||
8 | <Configuration>Debug</Configuration> | ||
9 | <Platform>Win32</Platform> | ||
10 | </ProjectConfiguration> | ||
11 | <ProjectConfiguration Include="Release|Win32"> | ||
12 | <Configuration>Release</Configuration> | ||
13 | <Platform>Win32</Platform> | ||
14 | </ProjectConfiguration> | ||
15 | </ItemGroup> | ||
16 | |||
17 | <PropertyGroup Label="Globals"> | ||
18 | <ProjectTypes>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}</ProjectTypes> | ||
19 | <ProjectGuid>{AB7EE608-E5FB-42A5-831F-0DEEEA141223}</ProjectGuid> | ||
20 | <RootNamespace>DUtilUnitTests</RootNamespace> | ||
21 | <Keyword>ManagedCProj</Keyword> | ||
22 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
23 | <CharacterSet>Unicode</CharacterSet> | ||
24 | <CLRSupport>true</CLRSupport> | ||
25 | <SignOutput>false</SignOutput> | ||
26 | </PropertyGroup> | ||
27 | |||
28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
30 | |||
31 | <PropertyGroup> | ||
32 | <ProjectAdditionalIncludeDirectories>..\..\dutil\inc</ProjectAdditionalIncludeDirectories> | ||
33 | <ProjectAdditionalLinkLibraries>rpcrt4.lib;Mpr.lib;Ws2_32.lib;urlmon.lib;wininet.lib</ProjectAdditionalLinkLibraries> | ||
34 | </PropertyGroup> | ||
35 | |||
36 | <ItemGroup> | ||
37 | <ClCompile Include="ApupUtilTests.cpp" /> | ||
38 | <ClCompile Include="AssemblyInfo.cpp" /> | ||
39 | <ClCompile Include="DictUtilTest.cpp" /> | ||
40 | <ClCompile Include="DirUtilTests.cpp" /> | ||
41 | <ClCompile Include="DUtilTests.cpp" /> | ||
42 | <ClCompile Include="error.cpp" /> | ||
43 | <ClCompile Include="FileUtilTest.cpp" /> | ||
44 | <ClCompile Include="GuidUtilTest.cpp" /> | ||
45 | <ClCompile Include="IniUtilTest.cpp" /> | ||
46 | <ClCompile Include="MemUtilTest.cpp" /> | ||
47 | <ClCompile Include="MonUtilTest.cpp" /> | ||
48 | <ClCompile Include="PathUtilTest.cpp" /> | ||
49 | <ClCompile Include="precomp.cpp"> | ||
50 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
51 | <!-- Warnings from referencing netstandard dlls --> | ||
52 | <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings> | ||
53 | </ClCompile> | ||
54 | <ClCompile Include="SceUtilTest.cpp" Condition=" Exists('$(SqlCESdkIncludePath)') " /> | ||
55 | <ClCompile Include="StrUtilTest.cpp" /> | ||
56 | <ClCompile Include="UriUtilTest.cpp" /> | ||
57 | <ClCompile Include="VerUtilTests.cpp" /> | ||
58 | </ItemGroup> | ||
59 | |||
60 | <ItemGroup> | ||
61 | <ClInclude Include="precomp.h" /> | ||
62 | <ClInclude Include="error.h" /> | ||
63 | </ItemGroup> | ||
64 | |||
65 | <ItemGroup> | ||
66 | <None Include="packages.config" /> | ||
67 | <ResourceCompile Include="UnitTest.rc" /> | ||
68 | </ItemGroup> | ||
69 | |||
70 | <ItemGroup> | ||
71 | <None Include="TestData\ApupUtilTests\FeedBv2.0.xml" CopyToOutputDirectory="PreserveNewest" /> | ||
72 | </ItemGroup> | ||
73 | |||
74 | <ItemGroup> | ||
75 | <Reference Include="System" /> | ||
76 | <Reference Include="System.Core" /> | ||
77 | <Reference Include="WixBuildTools.TestSupport"> | ||
78 | <HintPath>..\..\..\packages\WixBuildTools.TestSupport.4.0.47\lib\net472\WixBuildTools.TestSupport.dll</HintPath> | ||
79 | </Reference> | ||
80 | <Reference Include="WixBuildTools.TestSupport.Native"> | ||
81 | <HintPath>..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\lib\net472\WixBuildTools.TestSupport.Native.dll</HintPath> | ||
82 | </Reference> | ||
83 | </ItemGroup> | ||
84 | |||
85 | <ItemGroup> | ||
86 | <ProjectReference Include="..\..\dutil\dutil.vcxproj"> | ||
87 | <Project>{1244E671-F108-4334-BA52-8A7517F26ECD}</Project> | ||
88 | </ProjectReference> | ||
89 | </ItemGroup> | ||
90 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
91 | <Import Project="..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets" Condition="Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets')" /> | ||
92 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
93 | <PropertyGroup> | ||
94 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | ||
95 | </PropertyGroup> | ||
96 | <Error Condition="!Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.props'))" /> | ||
97 | <Error Condition="!Exists('..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\WixBuildTools.TestSupport.Native.4.0.47\build\WixBuildTools.TestSupport.Native.targets'))" /> | ||
98 | </Target> | ||
99 | </Project> \ No newline at end of file | ||