mirror of
				https://gitee.com/csharpui/CPF.git
				synced 2025-11-01 00:46:56 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			515 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			515 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>netstandard2.0</TargetFramework>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <None Remove="icon.png" />
 | |
|     <None Remove="Stylesheet1.css" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <EmbeddedResource Include="icon.png" />
 | |
|     <EmbeddedResource Include="Stylesheet1.css" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\CPF\CPF.csproj" />
 | |
|     <PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 | 
