diff options
| author | jacobdw22 <[email protected]> | 2022-11-02 01:52:14 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-11-02 01:52:14 -0700 |
| commit | dd2247923d5f0326227df4ff43f9b31e71f6a1ed (patch) | |
| tree | acd4a7546c63ca7831d230f1bfbd0175ee8c8fc9 | |
| parent | Simple changes (diff) | |
| download | cst116-lab2-jacobdw22-dd2247923d5f0326227df4ff43f9b31e71f6a1ed.tar.xz cst116-lab2-jacobdw22-dd2247923d5f0326227df4ff43f9b31e71f6a1ed.zip | |
Renamed code file to cst116 standard
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 2 | ||||
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 2 | ||||
| -rw-r--r-- | BlankConsoleLab/cst116-lab2-wilson.cpp (renamed from BlankConsoleLab/BlankConsoleLab.cpp) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index d2e3ee2..b29c4ca 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj @@ -139,7 +139,7 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="BlankConsoleLab.cpp" /> + <ClCompile Include="cst116-lab2-wilson.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index aca1dd9..020a8c4 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -15,7 +15,7 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="BlankConsoleLab.cpp"> + <ClCompile Include="cst116-lab2-wilson.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/cst116-lab2-wilson.cpp index f6e2ee4..f6e2ee4 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/cst116-lab2-wilson.cpp |