summary refs log tree commit diff stats
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/Test.vcxproj9
1 files changed, 2 insertions, 7 deletions
diff --git a/Test/Test.vcxproj b/Test/Test.vcxproj index 55f3ce8..1beb5a4 100644 --- a/Test/Test.vcxproj +++ b/Test/Test.vcxproj
@@ -21,9 +21,9 @@
21 <PropertyGroup Label="Globals"> 21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{128784c2-9157-4291-8fd6-44637be162fb}</ProjectGuid> 22 <ProjectGuid>{128784c2-9157-4291-8fd6-44637be162fb}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword> 23 <Keyword>Win32Proj</Keyword>
24 <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> 24 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
25 <ConfigurationType>Application</ConfigurationType> 25 <ConfigurationType>Application</ConfigurationType>
26 <PlatformToolset>v141</PlatformToolset> 26 <PlatformToolset>v142</PlatformToolset>
27 <CharacterSet>Unicode</CharacterSet> 27 <CharacterSet>Unicode</CharacterSet>
28 </PropertyGroup> 28 </PropertyGroup>
29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -33,11 +33,6 @@
33 <ImportGroup Label="PropertySheets" /> 33 <ImportGroup Label="PropertySheets" />
34 <PropertyGroup Label="UserMacros" /> 34 <PropertyGroup Label="UserMacros" />
35 <ItemGroup> 35 <ItemGroup>
36 <ClCompile Include="PanelExtractionTests.cpp" />
37 <ClCompile Include="Temp.cpp" />
38 <ClCompile Include="RandomTests.cpp" />
39 </ItemGroup>
40 <ItemGroup>
41 <ProjectReference Include="..\Source\Source.vcxproj"> 36 <ProjectReference Include="..\Source\Source.vcxproj">
42 <Project>{6b5df051-a51a-48cb-8acd-c6fad726019f}</Project> 37 <Project>{6b5df051-a51a-48cb-8acd-c6fad726019f}</Project>
43 </ProjectReference> 38 </ProjectReference>