diff options
| author | the-ugly <[email protected]> | 2022-09-29 15:50:25 -0700 |
|---|---|---|
| committer | the-ugly <[email protected]> | 2022-09-29 15:50:25 -0700 |
| commit | 64a0eca54da12366eb8ec4b5e3a4cb867f802d53 (patch) | |
| tree | b845ba44fbeaae290adf4fd51e5a5a7da11f5a83 | |
| parent | simple changes (diff) | |
| download | cst116-lab0-debugging-the-ugly-64a0eca54da12366eb8ec4b5e3a4cb867f802d53.tar.xz cst116-lab0-debugging-the-ugly-64a0eca54da12366eb8ec4b5e3a4cb867f802d53.zip | |
next steps
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 4 | ||||
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters | 8 |
2 files changed, 12 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 7dc6f82..17352e1 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -141,6 +141,10 @@ <ItemGroup>
<ClCompile Include="Ch 5 Debugging Project.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="..\..\..\..\OneDrive\Documents\checklist.txt" />
+ <Text Include="..\..\..\..\OneDrive\Documents\CST-Lab0-Brandt-flowchart.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters index d2362d9..bba5b8a 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj.filters @@ -19,4 +19,12 @@ <Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
+ <ItemGroup>
+ <Text Include="..\..\..\..\OneDrive\Documents\CST-Lab0-Brandt-flowchart.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ <Text Include="..\..\..\..\OneDrive\Documents\checklist.txt">
+ <Filter>Source Files</Filter>
+ </Text>
+ </ItemGroup>
</Project>
\ No newline at end of file |