diff options
Diffstat (limited to 'src/miranda32/miranda32.vcxproj')
-rw-r--r-- | src/miranda32/miranda32.vcxproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/miranda32/miranda32.vcxproj b/src/miranda32/miranda32.vcxproj index de61c97157..123f66ca55 100644 --- a/src/miranda32/miranda32.vcxproj +++ b/src/miranda32/miranda32.vcxproj @@ -35,6 +35,17 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\app.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\miranda.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClInclude Include="src\stdafx.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\resource.rc" />
+ <ResourceCompile Include="res\version.rc" />
+ </ItemGroup>
<ItemDefinitionGroup>
<Manifest>
<AdditionalManifestFiles>res/miranda32.exe.manifest</AdditionalManifestFiles>
|