diff options
Diffstat (limited to 'plugins/ZeroSwitch/ZeroSwitch.vcxproj')
| -rw-r--r-- | plugins/ZeroSwitch/ZeroSwitch.vcxproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/ZeroSwitch/ZeroSwitch.vcxproj b/plugins/ZeroSwitch/ZeroSwitch.vcxproj index 456775a3a7..9b0cc13cf8 100644 --- a/plugins/ZeroSwitch/ZeroSwitch.vcxproj +++ b/plugins/ZeroSwitch/ZeroSwitch.vcxproj @@ -25,4 +25,15 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\ZeroSwitch.cpp" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
</Project>
\ No newline at end of file |
