diff options
| author | Birducken <[email protected]> | 2022-11-07 21:47:49 -0800 |
|---|---|---|
| committer | Birducken <[email protected]> | 2022-11-07 21:47:49 -0800 |
| commit | 6b8de3a12fba5be6ca47849cb699cae2a3eccaee (patch) | |
| tree | 24c270536e5b5065a43308e1e053d4cfbd7570ff /BlankConsoleLab/BlankConsoleLab.vcxproj | |
| parent | Changed version number. (diff) | |
| download | cst116-lab2-stark-6b8de3a12fba5be6ca47849cb699cae2a3eccaee.tar.xz cst116-lab2-stark-6b8de3a12fba5be6ca47849cb699cae2a3eccaee.zip | |
Added psuedo code.
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index cd7cd6a..02c647b 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>Lab2</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> @@ -141,6 +142,9 @@ <ItemGroup> <ClCompile Include="cst116-lab2-stark.cpp" /> </ItemGroup> + <ItemGroup> + <Text Include="cst116-lab2-stark-psuedo-code.txt" /> + </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> |