3 Star 17 Fork 8

独立观察员/Practice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WinFormPractice.csproj 5.97 KB
一键复制 编辑 原始数据 按行查看 历史
<?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>{A431053D-C6C2-42F8-AD64-5C20F8469B6D}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>WinFormPractice</RootNamespace>
<AssemblyName>WinFormPractice</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
</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>
</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>
<ItemGroup>
<Reference Include="CSkin">
<HintPath>..\DLL\CSkin\CSkin.dll</HintPath>
</Reference>
<Reference Include="Spire.License, Version=1.3.7.46, Culture=neutral, PublicKeyToken=b1144360237c8b3f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DLL\Spire.Pdf.5.6.2\Spire.License.dll</HintPath>
</Reference>
<Reference Include="Spire.Pdf, Version=5.6.2.2046, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DLL\Spire.Pdf.5.6.2\Spire.Pdf.dll</HintPath>
</Reference>
<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="FormBrowserJs.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormBrowserJs.Designer.cs">
<DependentUpon>FormBrowserJs.cs</DependentUpon>
</Compile>
<Compile Include="FormCkl.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormCkl.designer.cs">
<DependentUpon>FormCkl.cs</DependentUpon>
</Compile>
<Compile Include="FormProgressDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormProgressDialog.Designer.cs">
<DependentUpon>FormProgressDialog.cs</DependentUpon>
</Compile>
<Compile Include="Forms.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms.Designer.cs">
<DependentUpon>Forms.cs</DependentUpon>
</Compile>
<Compile Include="FormSpirePdf.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormSpirePdf.Designer.cs">
<DependentUpon>FormSpirePdf.cs</DependentUpon>
</Compile>
<Compile Include="FormTbAndLbl.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormTbAndLbl.designer.cs">
<DependentUpon>FormTbAndLbl.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="WinFormHelper\RichTextBoxExtension.cs" />
<Compile Include="WinFormHelper\WinformInvokeHelper.cs" />
<EmbeddedResource Include="FormBrowserJs.resx">
<DependentUpon>FormBrowserJs.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormCkl.resx">
<DependentUpon>FormCkl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormProgressDialog.resx">
<DependentUpon>FormProgressDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms.resx">
<DependentUpon>Forms.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormSpirePdf.resx">
<DependentUpon>FormSpirePdf.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormTbAndLbl.resx">
<DependentUpon>FormTbAndLbl.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>
</Compile>
<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>
<Content Include="HTMLBrowserJs.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dlgcy/Practice.git
git@gitee.com:dlgcy/Practice.git
dlgcy
Practice
Practice
master

搜索帮助