diff options
Diffstat (limited to 'src/core/stduihist/stduihist.vcxproj')
-rw-r--r-- | src/core/stduihist/stduihist.vcxproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/core/stduihist/stduihist.vcxproj b/src/core/stduihist/stduihist.vcxproj index 1a1774e8a3..4f41e396ab 100644 --- a/src/core/stduihist/stduihist.vcxproj +++ b/src/core/stduihist/stduihist.vcxproj @@ -25,4 +25,17 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\..\build\vc.common\core.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\history.cpp" />
+ <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\resource.rc" />
+ <ResourceCompile Include="res\version.rc" />
+ </ItemGroup>
</Project>
\ No newline at end of file |