IDIS.Model.YL106/IDIS.YL106.Model/IDIS.YL106.Model.csproj

48 lines
1.4 KiB
XML
Raw Normal View History

2024-05-04 17:03:45 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\IDIS_Models\IDIS_Models.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Samples\" />
</ItemGroup>
2024-05-04 17:13:09 +08:00
<ItemGroup>
<Content Include="..\ReadMe.md">
<Link>ReadMe.md</Link>
</Content>
</ItemGroup>
2024-05-11 20:32:19 +08:00
<ItemGroup>
<Compile Remove="Packages\Common~\**" />
<Compile Remove="Packages\Editor\**" />
<Compile Remove="Packages\Runtime\**" />
<Compile Remove="Packages\Core\Cache\**" />
<Compile Remove="Packages\Tests\**" />
<Compile Remove="Packages\Runtime~\Unity\**" />
<Compile Remove="Packages\Runtime~\UnityPluginsSupport\**" />
<Compile Remove="Src\Unity\**" />
<Compile Remove="Src\UnityPluginsSupport\**" />
<Compile Remove="Src\UnityEditor\**" />
</ItemGroup>
<ItemGroup>
<!-- 排除Unity文件 -->
<None Remove="**\*.meta"/>
<None Remove="**\*.asmdef"/>
<None Remove="Src\Unity\**" />
<None Remove="Src\UnityPluginsSupport\**" />
<None Remove="Src\UnityEditor\**" />
</ItemGroup>
2024-05-04 17:03:45 +08:00
</Project>