123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- <?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>{A6C37BF5-793D-4E5D-A230-DCC0593E8D51}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>新一代CaptB点名器</RootNamespace>
- <AssemblyName>新一代CaptB点名器</AssemblyName>
- <TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- <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>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>Icon_5299.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject>新一代CaptB点名器.Program</StartupObject>
- </PropertyGroup>
- <PropertyGroup />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <Prefer32Bit>true</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AboutBox1.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="AboutBox1.Designer.cs">
- <DependentUpon>AboutBox1.cs</DependentUpon>
- </Compile>
- <Compile Include="Content.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Content.Designer.cs">
- <DependentUpon>Content.cs</DependentUpon>
- </Compile>
- <Compile Include="Form1.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Form1.Designer.cs">
- <DependentUpon>Form1.cs</DependentUpon>
- </Compile>
- <Compile Include="Form2.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Form2.Designer.cs">
- <DependentUpon>Form2.cs</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Setting.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Setting.Designer.cs">
- <DependentUpon>Setting.cs</DependentUpon>
- </Compile>
- <EmbeddedResource Include="AboutBox1.resx">
- <DependentUpon>AboutBox1.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Content.resx">
- <DependentUpon>Content.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Form1.resx">
- <DependentUpon>Form1.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Form2.resx">
- <DependentUpon>Form2.cs</DependentUpon>
- </EmbeddedResource>
- <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>
- <EmbeddedResource Include="Setting.resx">
- <DependentUpon>Setting.cs</DependentUpon>
- </EmbeddedResource>
- <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>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\background.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\banner.jpg" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\banner.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\RC.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Resources\RC.ico" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Icon_5299.ico" />
- <Content Include="Icon_7565.ico" />
- <Content Include="RC.ico" />
- <None Include="Resources\Icon_9905.ico" />
- <None Include="Resources\Icon_9922.ico" />
- <None Include="Resources\Icon_9960.ico" />
- <None Include="Resources\Icon_7566.ico" />
- <None Include="Resources\Icon_5299.ico" />
- <None Include="Resources\Icon_1016.ico" />
- <None Include="Resources\Icon_1657.png" />
- <None Include="Resources\Icon_7618.png" />
- <None Include="Resources\Icon_0068.png" />
- <None Include="Resources\Icon_2708.png" />
- <None Include="Resources\Icon_2708.bmp" />
- <None Include="Resources\Icon_9905.png" />
- <None Include="Resources\Icon_4544.png" />
- <None Include="Resources\Icon_5060.png" />
- <None Include="Resources\Icon_5059.png" />
- <None Include="Resources\Icon_9916.png" />
- <None Include="Resources\Icon_39951.png" />
- <None Include="Resources\Icon_9752.png" />
- <None Include="Resources\Icon_9922.png" />
- <None Include="Resources\Icon_9948.png" />
- <None Include="Resources\Icon_0248.png" />
- <None Include="Resources\Icon_0096.png" />
- <None Include="Resources\Icon_0378.png" />
- <None Include="Resources\Icon_5350.png" />
- <None Include="Resources\Icon_9960.png" />
- <None Include="Resources\Icon_3995.png" />
- <None Include="Resources\Icon_0363.png" />
- <None Include="Resources\Icon_0279.png" />
- <None Include="Resources\Icon_0061.png" />
- <None Include="Resources\Icon_7032.png" />
- <None Include="Resources\Icon_3947.png" />
- <None Include="Resources\Icon_3925.png" />
- <None Include="Resources\Icon_3929.png" />
- <None Include="Resources\Icon_3875.png" />
- <None Include="Resources\Icon_0040.png" />
- <None Include="Resources\Icon_0039.png" />
- <None Include="Resources\Icon_7482.png" />
- <None Include="Resources\amd64_microsoft_windows_shell32_31bf3856ad364e35_10_16802_0000.png" />
- <None Include="Resources\amd64_microsoft-windows-shell32_31bf3856ad364e35_10_16802_0000.png" />
- <None Include="Resources\aclui_1_115_0000.png" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.Toolkit.Uwp.Notifications">
- <Version>7.1.3</Version>
- </PackageReference>
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include=".NETFramework,Version=v4.8.1">
- <Visible>False</Visible>
- <ProductName>Microsoft .NET Framework 4.8.1 %28x86 和 x64%29</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|