RefreshCS/RefreshCS.csproj

15 lines
378 B
XML
Raw Normal View History

2021-01-05 23:33:38 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2021-01-14 08:32:22 +00:00
<TargetFramework>netstandard2.0</TargetFramework>
2021-01-05 23:33:38 +00:00
<RootNamespace>RefreshCS</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
2021-03-02 00:47:42 +00:00
<ItemGroup>
2021-03-02 00:53:09 +00:00
<None Include="RefreshCS.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
2021-03-02 00:47:42 +00:00
</ItemGroup>
2021-01-05 23:33:38 +00:00
</Project>