mirror of
https://github.com/EnderIce2/SDR-RPC.git
synced 2025-07-11 13:49:15 +00:00
Setting the correct version and configuring for release
This commit is contained in:
@ -36,6 +36,7 @@
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<CodeAnalysisRuleSet />
|
||||
<LangVersion>8.0</LangVersion>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
@ -164,7 +165,9 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="DiscordAPI\LICENSE.txt" />
|
||||
<Content Include="Resgister.txt" />
|
||||
<Content Include="Resgister.txt">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include=".editorconfig" />
|
||||
|
Reference in New Issue
Block a user