diff options
| author | Leonetienne <leonetienne@hotmail.de> | 2021-11-20 19:24:35 +0100 |
|---|---|---|
| committer | Leonetienne <leonetienne@hotmail.de> | 2021-11-20 19:24:35 +0100 |
| commit | f6b96b227196b4c2736a1716aad8968993187c8a (patch) | |
| tree | 00363db3625d2757b32c80da61ba7cc03f701724 /StringTools/Exec | |
| parent | 87abd1cb512031ed9ca784c491858fbdadc93403 (diff) | |
Added replace methods and unit tests
Diffstat (limited to 'StringTools/Exec')
| -rw-r--r-- | StringTools/Exec/Exec.vcxproj | 7 | ||||
| -rw-r--r-- | StringTools/Exec/Exec.vcxproj.filters | 2 |
2 files changed, 7 insertions, 2 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">
diff --git a/StringTools/Exec/Exec.vcxproj.filters b/StringTools/Exec/Exec.vcxproj.filters index c3e833c..46d313e 100644 --- a/StringTools/Exec/Exec.vcxproj.filters +++ b/StringTools/Exec/Exec.vcxproj.filters @@ -15,7 +15,7 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="Exec.cpp">
+ <ClCompile Include="main.cpp">
<Filter>Quelldateien</Filter>
</ClCompile>
</ItemGroup>
|
