2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-03 11:09:40 -04:00

Minor indent fix for Raylib-cs.csproj and Raylib-cs.targets.

This commit is contained in:
ChrisDill 2020-09-12 16:30:17 +01:00
parent 5a45303b33
commit 7aea5f01ef
2 changed files with 100 additions and 103 deletions

View File

@ -74,6 +74,4 @@
</TfmSpecificPackageFile>
</ItemGroup>
</Target>
</Project>

View File

@ -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>