diff options
author | Mataes <mataes2007@gmail.com> | 2018-06-24 01:33:59 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2018-06-24 01:33:59 +0300 |
commit | 321c618576ce8dd64da80a05932f3f2c4ee90f72 (patch) | |
tree | 247a678777164b5a245a9a116dd5f03945a590da /plugins/ProxySwitch/ProxySwitch.vcxproj | |
parent | 27e84852f0071b4ab832fb3a61d51ee126ad778e (diff) |
ProxySwitch: it compiles but don't work
Diffstat (limited to 'plugins/ProxySwitch/ProxySwitch.vcxproj')
-rw-r--r-- | plugins/ProxySwitch/ProxySwitch.vcxproj | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/plugins/ProxySwitch/ProxySwitch.vcxproj b/plugins/ProxySwitch/ProxySwitch.vcxproj new file mode 100644 index 0000000000..c42d09cde0 --- /dev/null +++ b/plugins/ProxySwitch/ProxySwitch.vcxproj @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{7446276D-5845-4258-A245-83D1D4D3CEC3}</ProjectGuid> + <ProjectName>ProxySwitch</ProjectName> + </PropertyGroup> + <ImportGroup Label="PropertySheets"> + <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> + </ImportGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <Link /> + </ItemDefinitionGroup> +</Project>
\ No newline at end of file |