RefreshCS/RefreshCS.csproj

16 lines
409 B
XML
Raw Permalink 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>
2021-01-06 07:41:56 +00:00
<Platforms>x64</Platforms>
2021-01-05 23:33:38 +00:00
</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>