diff options
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>
|
