diff options
author | TingPing <tingping@tingping.se> | 2014-12-28 13:28:19 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-12-28 13:28:19 -0500 |
commit | 9cb73f839ffddb1479f0ee1c8a89acebafd31045 (patch) | |
tree | 3b224105778534140d6bf7109d3b6b0c321c44c2 /src/common/common.vcxproj | |
parent | 330e31c70fdf42731ac8cd74b94aaeaf9a01e7fd (diff) |
Remove MSProxy support
It's not enabled anywhere, certainly not maintained
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r-- | src/common/common.vcxproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 02449340..7746a866 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -26,7 +26,6 @@ <ClInclude Include="inet.h" /> <ClInclude Include="marshal.h" /> <ClInclude Include="modes.h" /> - <ClInclude Include="msproxy.h" /> <ClInclude Include="network.h" /> <ClInclude Include="notify.h" /> <ClInclude Include="outbound.h" /> @@ -59,7 +58,6 @@ <ClCompile Include="inbound.c" /> <ClCompile Include="marshal.c" /> <ClCompile Include="modes.c" /> - <ClCompile Include="msproxy.c" /> <ClCompile Include="network.c" /> <ClCompile Include="notify.c" /> <ClCompile Include="outbound.c" /> @@ -167,4 +165,4 @@ powershell -File "$(SolutionDir)..\win32\version-template.ps1" "$(SolutionDir).. ]]></Command> </PreBuildEvent> </ItemDefinitionGroup> -</Project> \ No newline at end of file +</Project> |