2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-05 11:19:39 -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> </TfmSpecificPackageFile>
</ItemGroup> </ItemGroup>
</Target> </Target>
</Project> </Project>

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup> <ItemGroup>
<None Update="runtimes\**\*.*"> <None Update="runtimes\**\*.*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
@ -16,7 +15,7 @@
</Content> </Content>
</ItemGroup> </ItemGroup>
<ItemGroup Condition="'$(Platform)' == 'x64' Or '$(Platform)' == 'win-x64'"> <ItemGroup Condition="'$(Platform)' == 'win-x64' Or '$(Platform)' == 'x64'">
<Content Include="raylib"> <Content Include="raylib">
<PackagePath>runtimes\win-x64\native\raylib.dll</PackagePath> <PackagePath>runtimes\win-x64\native\raylib.dll</PackagePath>
<Pack>true</Pack> <Pack>true</Pack>