aboutsummaryrefslogtreecommitdiff
path: root/CST116-BlankConsole/CST116-BlankConsole.vcxproj
diff options
context:
space:
mode:
authorLloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5>2022-10-02 18:31:46 -0700
committerLloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5>2022-10-02 18:31:46 -0700
commite3474ee2e64ec4bf26551640ed9928ddc070394c (patch)
tree87f4c0f8d121a44e0ee9391589f7d90a3043ff05 /CST116-BlankConsole/CST116-BlankConsole.vcxproj
parentCST 116-Lab0-Crawford (diff)
downloadarchived-cst116-lab0-19-ruin-main.tar.xz
archived-cst116-lab0-19-ruin-main.zip
Here I did the Lab 0 work all the way to step 15.HEADmain
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.vcxproj')
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj b/CST116-BlankConsole/CST116-BlankConsole.vcxproj
index a0056fb..22c5e18 100644
--- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj
+++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj
@@ -24,6 +24,7 @@
<ProjectGuid>{369d37de-a099-4925-8283-6b7bf55736f9}</ProjectGuid>
<RootNamespace>CST116BlankConsole</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
+ <ProjectName>CST116-Lab0-Crawford</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -129,6 +130,9 @@
<ItemGroup>
<ClCompile Include="CST116-BlankConsole.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="CST116-BlankConsole.h" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>