diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-04 08:43:31 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-04 08:43:31 -0800 |
commit | 0cb49374a6d86100cd6f3bf838e79bdbac242a8e (patch) | |
tree | cab3a985cd5a7c8a448d3c0a67ff7588faed9c24 /Test | |
parent | edef920a2d7d753f93cd716052d8f2104bfdfa62 (diff) | |
download | witness-tutorializer-0cb49374a6d86100cd6f3bf838e79bdbac242a8e.tar.gz witness-tutorializer-0cb49374a6d86100cd6f3bf838e79bdbac242a8e.tar.bz2 witness-tutorializer-0cb49374a6d86100cd6f3bf838e79bdbac242a8e.zip |
Starting to clean up...
Diffstat (limited to 'Test')
-rw-r--r-- | Test/Test.vcxproj | 9 |
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> |