diff options
| author | Musa Ahmed <[email protected]> | 2022-09-29 16:16:21 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-09-29 16:16:21 -0700 |
| commit | 613c8507bbdc79919b979059e03cf6b38d725a00 (patch) | |
| tree | 5733d9a3056024b29dd0a775416ccfc4516e3ef7 /Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | |
| parent | Merge branch 'main' of https://github.com/CST116/cst116-lab0-debugging-M005A (diff) | |
| download | cst116-lab0-debugging-m005a-613c8507bbdc79919b979059e03cf6b38d725a00.tar.xz cst116-lab0-debugging-m005a-613c8507bbdc79919b979059e03cf6b38d725a00.zip | |
fixed the code
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index e3aae76..53ad340 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -24,6 +24,7 @@ <ProjectGuid>{57683855-4fb5-44ec-a27a-69826948f323}</ProjectGuid>
<RootNamespace>Ch5DebuggingProject</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
+ <ProjectName>CST116-Debugging-Ahmed</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|