summaryrefslogtreecommitdiff
path: root/CST116F2021-Lab5
diff options
context:
space:
mode:
authorBenjamin Schroeder <[email protected]>2021-10-29 12:28:01 -0700
committerBenjamin Schroeder <[email protected]>2021-10-29 12:28:01 -0700
commit0ab104dad77d0c9c2efa48a0eb76f466f11c7187 (patch)
tree369892f2db0ad8fc663a46761fa280f0e5924489 /CST116F2021-Lab5
parentScores.h (diff)
downloadcst116-lab5-bensprogramma-0ab104dad77d0c9c2efa48a0eb76f466f11c7187.tar.xz
cst116-lab5-bensprogramma-0ab104dad77d0c9c2efa48a0eb76f466f11c7187.zip
Changed name of main cpp file for exercises 10.5-10.6
Diffstat (limited to 'CST116F2021-Lab5')
-rw-r--r--CST116F2021-Lab5/CST116F2021-Lab5.vcxproj2
-rw-r--r--CST116F2021-Lab5/CST116F2021-Lab5.vcxproj.filters2
-rw-r--r--CST116F2021-Lab5/CST116F2021-Lab5_10.5-10.6_Schroeder.cpp (renamed from CST116F2021-Lab5/CST116F2021-Lab5_Schroeder.cpp)0
3 files changed, 2 insertions, 2 deletions
diff --git a/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj b/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj
index 2f149cc..01f233a 100644
--- a/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj
+++ b/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj
@@ -139,7 +139,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116F2021-Lab5_Schroeder.cpp" />
+ <ClCompile Include="CST116F2021-Lab5_10.5-10.6_Schroeder.cpp" />
<ClCompile Include="ScoresFunctions.cpp" />
</ItemGroup>
<ItemGroup>
diff --git a/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj.filters b/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj.filters
index 3a47095..8805d3f 100644
--- a/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj.filters
+++ b/CST116F2021-Lab5/CST116F2021-Lab5.vcxproj.filters
@@ -15,7 +15,7 @@
</Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="CST116F2021-Lab5_Schroeder.cpp">
+ <ClCompile Include="CST116F2021-Lab5_10.5-10.6_Schroeder.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="ScoresFunctions.cpp">
diff --git a/CST116F2021-Lab5/CST116F2021-Lab5_Schroeder.cpp b/CST116F2021-Lab5/CST116F2021-Lab5_10.5-10.6_Schroeder.cpp
index 71d0927..71d0927 100644
--- a/CST116F2021-Lab5/CST116F2021-Lab5_Schroeder.cpp
+++ b/CST116F2021-Lab5/CST116F2021-Lab5_10.5-10.6_Schroeder.cpp