2024-08-06 16:09:46 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0-windows7.0</TargetFramework>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<BaseOutputPath>D:\Project\C#\DynamicControl\SereinFlow\.Output</BaseOutputPath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2024-08-06 19:39:28 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Remove="bin\**" />
|
2024-09-06 09:13:13 +08:00
|
|
|
|
<Compile Remove="SerinExpression\**" />
|
2024-08-06 19:39:28 +08:00
|
|
|
|
<EmbeddedResource Remove="bin\**" />
|
2024-09-06 09:13:13 +08:00
|
|
|
|
<EmbeddedResource Remove="SerinExpression\**" />
|
2024-08-06 19:39:28 +08:00
|
|
|
|
<None Remove="bin\**" />
|
2024-09-06 09:13:13 +08:00
|
|
|
|
<None Remove="SerinExpression\**" />
|
2024-08-06 19:39:28 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2024-08-06 16:09:46 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Library\Serein.Library.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|