diff options
Diffstat (limited to 'CST 126/Homework 2/Homework 2.vcxproj')
| -rw-r--r-- | CST 126/Homework 2/Homework 2.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CST 126/Homework 2/Homework 2.vcxproj b/CST 126/Homework 2/Homework 2.vcxproj index c53ce28..1653071 100644 --- a/CST 126/Homework 2/Homework 2.vcxproj +++ b/CST 126/Homework 2/Homework 2.vcxproj @@ -130,8 +130,8 @@ <ClCompile Include="main.cpp" /> </ItemGroup> <ItemGroup> - <Text Include="decode.txt" /> - <Text Include="encode.txt" /> + <Text Include="input.txt" /> + <Text Include="output.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |