diff options
Diffstat (limited to 'src/core/stdaway/stdaway.vcxproj')
| -rw-r--r-- | src/core/stdaway/stdaway.vcxproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/core/stdaway/stdaway.vcxproj b/src/core/stdaway/stdaway.vcxproj index 67ad186a75..7aeb8cd70d 100644 --- a/src/core/stdaway/stdaway.vcxproj +++ b/src/core/stdaway/stdaway.vcxproj @@ -25,4 +25,18 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\..\build\vc.common\core.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\awaymsg.cpp" />
+ <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\sendmsg.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 |
