add framework csproj

main
cosmonaut 2022-05-02 10:11:55 -07:00
parent b69f60f5ce
commit 7ea9a2d73c
2 changed files with 16 additions and 6 deletions

View File

@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net45</TargetFramework>
<RootNamespace>WellspringCS</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<None Include="WellspringCS.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

View File

@ -7,10 +7,4 @@
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<None Include="WellspringCS.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>