diff options
| author | Joseph Williams <[email protected]> | 2022-10-15 12:10:31 -0700 |
|---|---|---|
| committer | Joseph Williams <[email protected]> | 2022-10-15 12:10:31 -0700 |
| commit | 52eed13aecc26e1d7f4f47cf9532eb74bdb5016a (patch) | |
| tree | 5a65f3d7ca457817b240bf6f580d72f963c59340 /BlankConsoleLab/BlankConsoleLab.vcxproj.filters | |
| parent | Completed step 2-4 (compute the gravitational force on the kite). Improved co... (diff) | |
| download | cst116-lab1-allthenamesaretaken3141-master.tar.xz cst116-lab1-allthenamesaretaken3141-master.zip | |
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj.filters')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index aca1dd9..747a21a 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -15,8 +15,16 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="BlankConsoleLab.cpp"> + <ClCompile Include="CST116_Lab1_Williams.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> + <ItemGroup> + <Text Include="CST116_Lab1_Williams_RUN.txt"> + <Filter>Source Files</Filter> + </Text> + <Text Include="CST116_Lab1_Williams_PSEUDOCODE.txt"> + <Filter>Source Files</Filter> + </Text> + </ItemGroup> </Project>
\ No newline at end of file |