summaryrefslogtreecommitdiff
path: root/BlankConsoleLab/BlankConsoleLab.vcxproj
diff options
context:
space:
mode:
authorJoseph Williams <[email protected]>2022-10-15 12:10:31 -0700
committerJoseph Williams <[email protected]>2022-10-15 12:10:31 -0700
commit52eed13aecc26e1d7f4f47cf9532eb74bdb5016a (patch)
tree5a65f3d7ca457817b240bf6f580d72f963c59340 /BlankConsoleLab/BlankConsoleLab.vcxproj
parentCompleted step 2-4 (compute the gravitational force on the kite). Improved co... (diff)
downloadcst116-lab1-allthenamesaretaken3141-master.tar.xz
cst116-lab1-allthenamesaretaken3141-master.zip
Added pseudocode and output file, and did some bugswatting. Lab complete!HEADmaster
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.vcxproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj
index d2e3ee2..0ee69d7 100644
--- a/BlankConsoleLab/BlankConsoleLab.vcxproj
+++ b/BlankConsoleLab/BlankConsoleLab.vcxproj
@@ -139,7 +139,11 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="BlankConsoleLab.cpp" />
+ <ClCompile Include="CST116_Lab1_Williams.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116_Lab1_Williams_PSEUDOCODE.txt" />
+ <Text Include="CST116_Lab1_Williams_RUN.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">