diff options
| author | tafaar <[email protected]> | 2022-10-16 00:20:44 -0700 |
|---|---|---|
| committer | tafaar <[email protected]> | 2022-10-16 00:20:44 -0700 |
| commit | a4f9a187c793ea54fcf41f2ac787c8a584f8a9f6 (patch) | |
| tree | 0d309a5f77150c9120c0fcedb51bd50889d7387c /BlankConsoleLab/BlankConsoleLab.vcxproj | |
| parent | added a warning (diff) | |
| download | cst116-lab1-hill-a4f9a187c793ea54fcf41f2ac787c8a584f8a9f6.tar.xz cst116-lab1-hill-a4f9a187c793ea54fcf41f2ac787c8a584f8a9f6.zip | |
some formatting, added the flowchart. finished
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index d2e3ee2..557a49d 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj @@ -24,6 +24,7 @@ <ProjectGuid>{3cecade6-3e15-4852-bd24-65bfe5d3a3aa}</ProjectGuid> <RootNamespace>BlankConsoleLab</RootNamespace> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> + <ProjectName>CST116-Lab1-Hill</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> @@ -139,7 +140,10 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="BlankConsoleLab.cpp" /> + <ClCompile Include="CST116-Lab1-Hill.cpp" /> + </ItemGroup> + <ItemGroup> + <Text Include="CST116-Lab1-Hill-Flowchart.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |