summary refs log tree commit diff stats
path: root/Test/Test.vcxproj
diff options
context:
space:
mode:
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>