summaryrefslogtreecommitdiffstats
path: root/StringTools/Exec/Exec.vcxproj
diff options
context:
space:
mode:
authorLeonetienne <leonetienne@hotmail.de>2021-11-20 19:24:35 +0100
committerLeonetienne <leonetienne@hotmail.de>2021-11-20 19:24:35 +0100
commitf6b96b227196b4c2736a1716aad8968993187c8a (patch)
tree00363db3625d2757b32c80da61ba7cc03f701724 /StringTools/Exec/Exec.vcxproj
parent87abd1cb512031ed9ca784c491858fbdadc93403 (diff)
Added replace methods and unit tests
Diffstat (limited to 'StringTools/Exec/Exec.vcxproj')
-rw-r--r--StringTools/Exec/Exec.vcxproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/StringTools/Exec/Exec.vcxproj b/StringTools/Exec/Exec.vcxproj
index a80df50..fdea7b4 100644
--- a/StringTools/Exec/Exec.vcxproj
+++ b/StringTools/Exec/Exec.vcxproj
@@ -139,7 +139,12 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="Exec.cpp" />
+ <ClCompile Include="main.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\StringTools\StringTools.vcxproj">
+ <Project>{0270ac5e-eba3-4d8f-8d50-995fd44959b4}</Project>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">