diff options
Diffstat (limited to 'plugins/ProxySwitch/ProxySwitch.vcxproj')
-rw-r--r-- | plugins/ProxySwitch/ProxySwitch.vcxproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/ProxySwitch/ProxySwitch.vcxproj b/plugins/ProxySwitch/ProxySwitch.vcxproj index c42d09cde0..234019077d 100644 --- a/plugins/ProxySwitch/ProxySwitch.vcxproj +++ b/plugins/ProxySwitch/ProxySwitch.vcxproj @@ -25,6 +25,22 @@ <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> </ImportGroup> + <ItemGroup> + <ClCompile Include="src\ip.cpp" /> + <ClCompile Include="src\main.cpp" /> + <ClCompile Include="src\opt.cpp" /> + <ClCompile Include="src\proxy.cpp" /> + <ClCompile Include="src\stdafx.cxx"> + <PrecompiledHeader>Create</PrecompiledHeader> + </ClCompile> + <ClInclude Include="src\resource.h" /> + <ClInclude Include="src\stdafx.h" /> + <ClInclude Include="src\version.h" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="res\resource.rc" /> + <ResourceCompile Include="res\Version.rc" /> + </ItemGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <Link /> </ItemDefinitionGroup> |