summary refs log tree commit diff stats
path: root/Test/Test.vcxproj
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-11-05 07:44:11 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2018-11-05 07:44:11 -0800
commit1d1218aa855a0b7500c94d5017575855d646e1c4 (patch)
treea0512bfcba492990582a7d33cbcb6dbaf2386b4a /Test/Test.vcxproj
parent5686fa72b21517bb32fc73b1aa2f3022f5c5875a (diff)
downloadwitness-tutorializer-1d1218aa855a0b7500c94d5017575855d646e1c4.tar.gz
witness-tutorializer-1d1218aa855a0b7500c94d5017575855d646e1c4.tar.bz2
witness-tutorializer-1d1218aa855a0b7500c94d5017575855d646e1c4.zip
It finds the sources now, linker fails
Diffstat (limited to 'Test/Test.vcxproj')
-rw-r--r--Test/Test.vcxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/Test/Test.vcxproj b/Test/Test.vcxproj index 6905605..aaa311c 100644 --- a/Test/Test.vcxproj +++ b/Test/Test.vcxproj
@@ -32,6 +32,12 @@
32 <ImportGroup Label="Shared" /> 32 <ImportGroup Label="Shared" />
33 <ImportGroup Label="PropertySheets" /> 33 <ImportGroup Label="PropertySheets" />
34 <PropertyGroup Label="UserMacros" /> 34 <PropertyGroup Label="UserMacros" />
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
36 <IncludePath>C:\Users\localhost\Documents\GitHub\witness-randomizer\Source;$(IncludePath)</IncludePath>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
39 <IncludePath>C:\Users\localhost\Documents\GitHub\witness-randomizer\Source;$(IncludePath)</IncludePath>
40 </PropertyGroup>
35 <ItemGroup> 41 <ItemGroup>
36 <ClCompile Include="OrderingTests.cpp" /> 42 <ClCompile Include="OrderingTests.cpp" />
37 </ItemGroup> 43 </ItemGroup>