2 changed files with 16 additions and 6 deletions
@ -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> |
Loading…
Reference in new issue