diff options
| author | jacobdw22 <[email protected]> | 2022-11-28 14:31:11 -0800 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-11-28 14:31:11 -0800 |
| commit | ece631306a70f3e08cc8358b484528456648426e (patch) | |
| tree | 738bcbb5e010a3f6f286f3414d557970503caea6 /BlankConsoleLab/BlankConsoleLab.vcxproj | |
| parent | Added output file to project (diff) | |
| download | archived-cst116-lab3-jacobdw22-ece631306a70f3e08cc8358b484528456648426e.tar.xz archived-cst116-lab3-jacobdw22-ece631306a70f3e08cc8358b484528456648426e.zip | |
Added small.txt and made some changes to the code. Also added a way to choose which file is opened
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj index 1c2a947..c0a5b52 100644 --- a/BlankConsoleLab/BlankConsoleLab.vcxproj +++ b/BlankConsoleLab/BlankConsoleLab.vcxproj @@ -139,10 +139,11 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="BlankConsoleLab.cpp" /> + <ClCompile Include="cst116-lab3-wilson.cpp" /> </ItemGroup> <ItemGroup> <Text Include="..\..\..\..\..\..\TEMP1\lab3_Report.txt" /> + <Text Include="..\..\..\..\..\..\TEMP1\small.txt" /> <Text Include="..\..\..\..\Downloads\large.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |