RefreshCS/RefreshCS.csproj

12 lines
283 B
XML
Raw Normal View History

2021-01-05 23:33:38 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<RootNamespace>RefreshCS</RootNamespace>
<Platform>x64</Platform>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2021-01-06 07:41:56 +00:00
<Platforms>x64</Platforms>
2021-01-05 23:33:38 +00:00
</PropertyGroup>
</Project>