Campari/Campari.csproj

17 lines
441 B
XML
Raw Normal View History

2021-01-14 08:31:03 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Platforms>x64</Platforms>
2021-01-14 09:26:54 +00:00
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2021-01-14 08:31:03 +00:00
</PropertyGroup>
<PropertyGroup>
<DefaultItemExcludes>$(DefaultItemExcludes);lib\**\*</DefaultItemExcludes>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="lib\RefreshCS\RefreshCS.csproj" />
</ItemGroup>
</Project>