diff options
| author | [email protected] <[email protected]> | 2022-09-29 15:15:21 -0700 |
|---|---|---|
| committer | [email protected] <[email protected]> | 2022-09-29 15:15:21 -0700 |
| commit | 9f980d3682b9d88bcf5de990d2ac34266ba232c5 (patch) | |
| tree | abf3ab98b325b46dc4adcccd416aa39adb7fb821 /CST116-BlankConsole/CST116-BlankConsole.vcxproj | |
| parent | I am commit (diff) | |
| download | cst116-lab0-smith-main.tar.xz cst116-lab0-smith-main.zip | |
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.vcxproj')
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.vcxproj b/CST116-BlankConsole/CST116-BlankConsole.vcxproj index a0056fb..d074f7f 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.vcxproj +++ b/CST116-BlankConsole/CST116-BlankConsole.vcxproj @@ -127,7 +127,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116-BlankConsole.cpp" />
+ <ClCompile Include="CST116-Lab0-Smith.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|