PortProxyGUI/PortProxyGUI - NET45/PortProxyGUI - NET45.csproj

158 lines
6.2 KiB
XML
Raw Normal View History

2020-05-29 03:32:44 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{1B166039-E98C-404A-89A5-C981364B5546}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>PortProxyGUI</RootNamespace>
<AssemblyName>PortProxyGUI</AssemblyName>
2021-02-03 15:01:22 +08:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2020-05-29 03:32:44 +08:00
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
2020-09-24 18:06:57 +08:00
<IsWebBootstrapper>false</IsWebBootstrapper>
2020-05-29 03:32:44 +08:00
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
2020-12-09 21:19:58 +08:00
<PublishWizardCompleted>true</PublishWizardCompleted>
2020-05-29 03:32:44 +08:00
<BootstrapperEnabled>true</BootstrapperEnabled>
2021-02-03 15:01:22 +08:00
<TargetFrameworkProfile />
2020-05-29 03:32:44 +08:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2020-09-24 18:17:49 +08:00
<PlatformTarget>AnyCPU</PlatformTarget>
2020-05-29 03:32:44 +08:00
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2021-02-03 15:01:22 +08:00
<Prefer32Bit>false</Prefer32Bit>
2020-05-29 03:32:44 +08:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2020-09-24 18:17:49 +08:00
<PlatformTarget>AnyCPU</PlatformTarget>
2020-05-29 04:08:10 +08:00
<DebugType>none</DebugType>
2020-05-29 03:32:44 +08:00
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2021-02-03 15:01:22 +08:00
<Prefer32Bit>false</Prefer32Bit>
2020-05-29 03:32:44 +08:00
</PropertyGroup>
2020-05-29 03:34:21 +08:00
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
2020-09-24 18:06:57 +08:00
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
2020-12-09 21:19:58 +08:00
<PropertyGroup>
<ManifestCertificateThumbprint>BEF27898E4C102E806F3241497048E740EC39033</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>PortProxyGUI - NET_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>false</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
2020-05-29 03:32:44 +08:00
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="About.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="About.Designer.cs">
<DependentUpon>About.cs</DependentUpon>
</Compile>
2020-12-09 21:19:58 +08:00
<Compile Include="SetProxyForm.cs">
2020-05-29 03:32:44 +08:00
<SubType>Form</SubType>
</Compile>
2020-12-09 21:19:58 +08:00
<Compile Include="SetProxyForm.Designer.cs">
<DependentUpon>SetProxyForm.cs</DependentUpon>
2020-05-29 03:32:44 +08:00
</Compile>
<Compile Include="PortProxyGUI.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PortProxyGUI.Designer.cs">
<DependentUpon>PortProxyGUI.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="About.resx">
<DependentUpon>About.cs</DependentUpon>
</EmbeddedResource>
2020-05-29 12:37:04 +08:00
<EmbeddedResource Include="About.zh-CN.resx">
<DependentUpon>About.cs</DependentUpon>
</EmbeddedResource>
2020-12-09 21:19:58 +08:00
<EmbeddedResource Include="SetProxyForm.resx">
<DependentUpon>SetProxyForm.cs</DependentUpon>
2020-05-29 03:32:44 +08:00
</EmbeddedResource>
2020-12-09 21:19:58 +08:00
<EmbeddedResource Include="SetProxyForm.zh-CN.resx">
<DependentUpon>SetProxyForm.cs</DependentUpon>
2020-05-29 11:40:20 +08:00
</EmbeddedResource>
2020-05-29 03:32:44 +08:00
<EmbeddedResource Include="PortProxyGUI.resx">
<DependentUpon>PortProxyGUI.cs</DependentUpon>
</EmbeddedResource>
2020-05-29 11:40:20 +08:00
<EmbeddedResource Include="PortProxyGUI.zh-CN.resx">
<DependentUpon>PortProxyGUI.cs</DependentUpon>
</EmbeddedResource>
2020-05-29 03:32:44 +08:00
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
2021-02-03 15:01:22 +08:00
<None Include="app.config" />
2020-05-29 03:32:44 +08:00
<None Include="app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
2020-09-24 18:06:57 +08:00
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
2020-05-29 03:32:44 +08:00
<Import Project="..\PortProxyGUI.Shared\PortProxyGUI.Shared.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>