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:
parent
5a45303b33
commit
7aea5f01ef
@ -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…
x
Reference in New Issue
Block a user