PortProxyGUI/PortProxyGUI - NET45/PortProxyGUI - NET45.csproj

195 lines
9.0 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>
2021-03-10 01:27:18 +08:00
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
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>
</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>
2021-03-10 01:12:07 +08:00
<DefineConstants>TRACE;NET45</DefineConstants>
2020-05-29 03:32:44 +08:00
<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>
2021-03-10 01:12:07 +08:00
<Reference Include="NStandard, Version=0.6.7.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NStandard.0.6.7.1\lib\net45\NStandard.dll</HintPath>
</Reference>
<Reference Include="SQLib, Version=0.8.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SQLib.0.8.6\lib\net45\SQLib.dll</HintPath>
</Reference>
<Reference Include="SQLib.Sqlite, Version=0.8.6.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SQLib.Sqlite.0.8.6\lib\net45\SQLib.Sqlite.dll</HintPath>
</Reference>
2020-05-29 03:32:44 +08:00
<Reference Include="System" />
2021-03-10 01:12:07 +08:00
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.ComponentModel.DataAnnotations" />
2020-05-29 03:32:44 +08:00
<Reference Include="System.Core" />
2021-03-10 01:12:07 +08:00
<Reference Include="System.Data.SQLite, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
<HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\lib\net45\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Web" />
2020-05-29 03:32:44 +08:00
<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>
2022-02-17 16:31:03 +08:00
<Compile Include="..\PortProxyGUI\About.cs">
<Link>About.cs</Link>
2020-05-29 03:32:44 +08:00
<SubType>Form</SubType>
</Compile>
2022-02-17 16:31:03 +08:00
<Compile Include="..\PortProxyGUI\About.designer.cs">
<Link>About.designer.cs</Link>
2020-05-29 03:32:44 +08:00
<DependentUpon>About.cs</DependentUpon>
</Compile>
2022-02-17 16:31:03 +08:00
<Compile Include="..\PortProxyGUI\PortProxyGUI.cs">
<Link>PortProxyGUI.cs</Link>
2020-05-29 03:32:44 +08:00
<SubType>Form</SubType>
</Compile>
2022-02-17 16:31:03 +08:00
<Compile Include="..\PortProxyGUI\PortProxyGUI.designer.cs">
<Link>PortProxyGUI.designer.cs</Link>
<DependentUpon>PortProxyGUI.cs</DependentUpon>
2020-05-29 03:32:44 +08:00
</Compile>
2022-02-17 16:31:03 +08:00
<Compile Include="..\PortProxyGUI\SetProxyForm.cs">
<Link>SetProxyForm.cs</Link>
2020-05-29 03:32:44 +08:00
<SubType>Form</SubType>
</Compile>
2022-02-17 16:31:03 +08:00
<Compile Include="..\PortProxyGUI\SetProxyForm.designer.cs">
<Link>SetProxyForm.designer.cs</Link>
<DependentUpon>SetProxyForm.cs</DependentUpon>
2020-05-29 03:32:44 +08:00
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
2022-02-17 16:31:03 +08:00
<EmbeddedResource Include="..\PortProxyGUI\About.resx">
<Link>About.resx</Link>
2020-05-29 03:32:44 +08:00
<DependentUpon>About.cs</DependentUpon>
</EmbeddedResource>
2022-02-17 16:31:03 +08:00
<EmbeddedResource Include="..\PortProxyGUI\About.zh-CN.resx">
<Link>About.zh-CN.resx</Link>
2020-05-29 12:37:04 +08:00
<DependentUpon>About.cs</DependentUpon>
</EmbeddedResource>
2022-02-17 16:31:03 +08:00
<EmbeddedResource Include="..\PortProxyGUI\PortProxyGUI.resx">
<Link>PortProxyGUI.resx</Link>
2021-03-10 01:12:07 +08:00
<DependentUpon>PortProxyGUI.cs</DependentUpon>
</EmbeddedResource>
2022-02-17 16:31:03 +08:00
<EmbeddedResource Include="..\PortProxyGUI\PortProxyGUI.zh-CN.resx">
<Link>PortProxyGUI.zh-CN.resx</Link>
<DependentUpon>PortProxyGUI.cs</DependentUpon>
2020-05-29 03:32:44 +08:00
</EmbeddedResource>
2022-02-17 16:31:03 +08:00
<EmbeddedResource Include="..\PortProxyGUI\SetProxyForm.resx">
<Link>SetProxyForm.resx</Link>
2020-12-09 21:19:58 +08:00
<DependentUpon>SetProxyForm.cs</DependentUpon>
2020-05-29 11:40:20 +08:00
</EmbeddedResource>
2022-02-17 16:31:03 +08:00
<EmbeddedResource Include="..\PortProxyGUI\SetProxyForm.zh-CN.resx">
<Link>SetProxyForm.zh-CN.resx</Link>
<DependentUpon>SetProxyForm.cs</DependentUpon>
2020-05-29 11:40:20 +08:00
</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" />
2021-03-10 01:12:07 +08:00
<None Include="packages.config" />
2020-05-29 03:32:44 +08:00
<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" />
2021-03-10 01:27:18 +08:00
<Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net45\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net45\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
2021-03-10 01:12:07 +08:00
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net45\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\build\net45\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
</Target>
2020-05-29 03:32:44 +08:00
</Project>