aboutsummaryrefslogtreecommitdiff
path: root/CST 126/Homework 1/Homework 1.vcxproj
diff options
context:
space:
mode:
authorarthurtspears <[email protected]>2024-04-20 11:16:36 -0700
committerGitHub <[email protected]>2024-04-20 11:16:36 -0700
commit659a1f12d935130bf8da4fe14165e4f421ac7c18 (patch)
treecebf8ee2c18c8e0aa4cf5fc4630a8005164b068d /CST 126/Homework 1/Homework 1.vcxproj
parentAdded helpers.h file. (diff)
downloadhomework-1-arthurtspears-develop.tar.xz
homework-1-arthurtspears-develop.zip
Adding basic unit tests to Solution (#2)HEADdevelop
* all work up until inclass practice * Added Unit Tests Project * Added second unit tests project as example. * Bring up to date for merge
Diffstat (limited to 'CST 126/Homework 1/Homework 1.vcxproj')
-rw-r--r--CST 126/Homework 1/Homework 1.vcxproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/CST 126/Homework 1/Homework 1.vcxproj b/CST 126/Homework 1/Homework 1.vcxproj
index 2941062..553addf 100644
--- a/CST 126/Homework 1/Homework 1.vcxproj
+++ b/CST 126/Homework 1/Homework 1.vcxproj
@@ -70,6 +70,9 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <IncludePath>.\;$(IncludePath)</IncludePath>
+ </PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
@@ -130,7 +133,9 @@
<ClCompile Include="main.cpp" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="helpers.h" />
+ <ClInclude Include="GuessingGame.hpp" />
+ <ClInclude Include="helpers.hpp" />
+ <ClInclude Include="menu.hpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">