Skip to content

Commit

Permalink
change main to example
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Last-Cookie committed Nov 14, 2020
1 parent 93b59a5 commit 0b78011
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion StringCalc.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="main.cpp" />
<ClCompile Include="example.cpp" />
<ClCompile Include="stringcalc.cpp" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions StringCalc.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="main.cpp">
<ClCompile Include="stringcalc.cpp">
<Filter>Quelldateien</Filter>
</ClCompile>
<ClCompile Include="stringcalc.cpp">
<ClCompile Include="example.cpp">
<Filter>Quelldateien</Filter>
</ClCompile>
</ItemGroup>
Expand Down
File renamed without changes.

0 comments on commit 0b78011

Please sign in to comment.