mirror of
				https://gitee.com/csharpui/CPF.git
				synced 2025-11-01 00:46:56 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			63 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFrameworks>net40;netstandard2.0;net5</TargetFrameworks>
 | |
|     <Product>QQ:761716178 跨平台UI框架</Product>
 | |
|     <Version>0.9.6.5</Version>
 | |
|     <SignAssembly>false</SignAssembly>
 | |
|     <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
 | |
|     <PackageId>Xhm.CPF.Windows</PackageId>
 | |
|     <Description>CPF(Cross platform UI framework) QQ:761716178 跨平台UI框架  http://cpf.cskin.net/</Description>
 | |
|     <PackageProjectUrl>http://cpf.cskin.net/</PackageProjectUrl>
 | |
|     <Copyright>Copyright (c) 2020 by http://cpf.cskin.net/</Copyright>
 | |
|     <PackageReleaseNotes>CPF(Cross platform UI framework) QQ:761716178 跨平台UI框架  http://cpf.cskin.net/</PackageReleaseNotes>
 | |
|     <Authors>QQ:761716178</Authors>
 | |
|     <Company>QQ:761716178</Company>
 | |
|     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
 | |
|     <DefineConstants />
 | |
|     <DocumentationFile>bin\Debug\CPF.Windows.xml</DocumentationFile>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <Compile Remove="Json\**" />
 | |
|     <Compile Remove="MicroCom\**" />
 | |
|     <EmbeddedResource Remove="Json\**" />
 | |
|     <EmbeddedResource Remove="MicroCom\**" />
 | |
|     <None Remove="Json\**" />
 | |
|     <None Remove="MicroCom\**" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup Condition="'$(TargetFramework)'=='net40' Or '$(TargetFramework)'=='netstandard2.0'">
 | |
|     <Compile Remove="ComWrapper\**" />
 | |
|     <EmbeddedResource Remove="ComWrapper\**" />
 | |
|     <None Remove="ComWrapper\**" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <Compile Remove="ClipboardFormats.cs" />
 | |
|     <Compile Remove="CommandMessage.cs" />
 | |
|     <Compile Remove="OpenGL\OpenGl.cs" />
 | |
|     <Compile Remove="OpenGL\OpenGLEnumerations.cs" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\CPF\CPF.csproj" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup Condition="'$(TargetFramework)'=='net40'">
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Core" />
 | |
|     <Reference Include="System.Xml.Linq" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Xml" />
 | |
|     <Reference Include="System.Drawing" />
 | |
|     <Reference Include="System.Windows.Forms" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <DefineConstants Condition="'$(TargetFramework)'=='net40'">Net4</DefineConstants>
 | |
|   </PropertyGroup>
 | |
|   
 | |
| </Project>
 | 
