Minor indent fix for Raylib-cs.csproj and Raylib-cs.targets.
This commit is contained in:
parent
5a45303b33
commit
7aea5f01ef
2 changed files with 96 additions and 99 deletions
|
|
@ -74,6 +74,4 @@
|
|||
</TfmSpecificPackageFile>
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="runtimes\**\*.*">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
|
|
@ -16,7 +15,7 @@
|
|||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(Platform)' == 'x64' Or '$(Platform)' == 'win-x64'">
|
||||
<ItemGroup Condition="'$(Platform)' == 'win-x64' Or '$(Platform)' == 'x64'">
|
||||
<Content Include="raylib">
|
||||
<PackagePath>runtimes\win-x64\native\raylib.dll</PackagePath>
|
||||
<Pack>true</Pack>
|
||||
|
|
|
|||
Loading…
Reference in a new issue