2022-06-03 01:24:53 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2023-04-28 18:53:00 -05:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFrameworks>net40;net6.0-windows10.0.22000;net6.0;</TargetFrameworks>
|
|
|
|
|
<Platforms>AnyCPU;x64;x86;ARM32</Platforms>
|
2022-12-19 22:47:48 -06:00
|
|
|
<LangVersion>11.0</LangVersion>
|
2023-04-28 18:53:00 -05:00
|
|
|
</PropertyGroup>
|
2022-06-03 01:24:53 -05:00
|
|
|
|
2023-04-28 18:53:00 -05:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="build\**" />
|
|
|
|
|
<EmbeddedResource Remove="build\**" />
|
|
|
|
|
<None Remove="build\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\ZuneShell\ZuneShell.csproj" />
|
|
|
|
|
</ItemGroup>
|
2022-06-03 01:24:53 -05:00
|
|
|
|
|
|
|
|
</Project>
|