diff options
| author | jacobdw22 <[email protected]> | 2022-11-28 13:09:44 -0800 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-11-28 13:09:44 -0800 |
| commit | d117884cb4028d49a4fa13d31dcf9c888e3a53de (patch) | |
| tree | a781e060f61ff15ee56eb6a226dd35fc0a0f56dc | |
| parent | Added Lab 3 Assist Code (diff) | |
| download | cst116-lab3-jacobdw22-d117884cb4028d49a4fa13d31dcf9c888e3a53de.tar.xz cst116-lab3-jacobdw22-d117884cb4028d49a4fa13d31dcf9c888e3a53de.zip | |
Added output file to project
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 1 | ||||
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj.filters | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index 43afad4..1c2a947 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj @@ -142,6 +142,7 @@ <ClCompile Include="BlankConsoleLab.cpp" /> </ItemGroup> <ItemGroup> + <Text Include="..\..\..\..\..\..\TEMP1\lab3_Report.txt" /> <Text Include="..\..\..\..\Downloads\large.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters index b6c0205..60f7705 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj.filters +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj.filters @@ -21,5 +21,6 @@ </ItemGroup> <ItemGroup> <Text Include="..\..\..\..\Downloads\large.txt" /> + <Text Include="..\..\..\..\..\..\TEMP1\lab3_Report.txt" /> </ItemGroup> </Project>
\ No newline at end of file |