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:
parent
5a45303b33
commit
7aea5f01ef
@ -1,79 +1,77 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Platforms>osx-x64;linux-x64;win-x64;win-x86;linux-x86</Platforms>
|
<Platforms>osx-x64;linux-x64;win-x64;win-x86;linux-x86</Platforms>
|
||||||
<Configurations>Debug;Release</Configurations>
|
<Configurations>Debug;Release</Configurations>
|
||||||
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
|
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<EnableDefaultItems>false</EnableDefaultItems>
|
<EnableDefaultItems>false</EnableDefaultItems>
|
||||||
<AssemblyName>Raylib-cs</AssemblyName>
|
<AssemblyName>Raylib-cs</AssemblyName>
|
||||||
<RootNamespace>Raylib_cs</RootNamespace>
|
<RootNamespace>Raylib_cs</RootNamespace>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>3.1.0</Version>
|
<Version>3.1.0</Version>
|
||||||
<PackageVersion>3.1.7</PackageVersion>
|
<PackageVersion>3.1.7</PackageVersion>
|
||||||
<Authors>Chris Dill, Raysan5 & Others</Authors>
|
<Authors>Chris Dill, Raysan5 & Others</Authors>
|
||||||
<PackProject>true</PackProject>
|
<PackProject>true</PackProject>
|
||||||
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);GetNativeLibraryFiles</TargetsForTfmSpecificBuildOutput>
|
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);GetNativeLibraryFiles</TargetsForTfmSpecificBuildOutput>
|
||||||
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
|
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
|
||||||
<Title>Raylib-cs - C# Bindings for Raylib</Title>
|
<Title>Raylib-cs - C# Bindings for Raylib</Title>
|
||||||
<Description>C# bindings for raylib - A simple and easy-to-use library to learn videogames programming http://www.raylib.com/
|
<Description>C# bindings for raylib - A simple and easy-to-use library to learn videogames programming http://www.raylib.com/
|
||||||
</Description>
|
</Description>
|
||||||
<PackageIcon>raylib-cs_64x64.png</PackageIcon>
|
<PackageIcon>raylib-cs_64x64.png</PackageIcon>
|
||||||
<PackageTags>Raylib;Raysan;Games;Game-Engine;Engine;Game</PackageTags>
|
<PackageTags>Raylib;Raysan;Games;Game-Engine;Engine;Game</PackageTags>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<RepositoryUrl>https://github.com/ChrisDill/Raylib-cs/</RepositoryUrl>
|
<RepositoryUrl>https://github.com/ChrisDill/Raylib-cs/</RepositoryUrl>
|
||||||
<PackageProjectUrl>https://www.raylib.com/</PackageProjectUrl>
|
<PackageProjectUrl>https://www.raylib.com/</PackageProjectUrl>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="Easings.cs"/>
|
||||||
|
<Compile Include="Platform.cs"/>
|
||||||
|
<Compile Include="Raylib.cs"/>
|
||||||
|
<Compile Include="Raymath.cs"/>
|
||||||
|
<Compile Include="Rlgl.cs"/>
|
||||||
|
<None Include="../Logo/raylib-cs_64x64.png" Pack="true" PackagePath=""/>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="Raylib-cs.targets"/>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="runtimes\**" CopyToOutputDirectory="PreserveNewest" Link="runtimes\%(RecursiveDir)\%(Filename)%(Extension)"/>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<Target Name="AfterBuild">
|
||||||
|
<Copy SourceFiles="@(MySourceFiles)" DestinationFiles="@(MySourceFiles->'$(OutputPath)\%(RecursiveDir)%(Filename)%(Extension)')"/>
|
||||||
|
</Target>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0"/>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<Target Name="GetNativeLibraryFiles">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Easings.cs"/>
|
<TfmSpecificPackageFile Include="$(BaseOutputPath)\..\runtimes\linux-x64\native\libraylib.so">
|
||||||
<Compile Include="Platform.cs"/>
|
<PackagePath>runtimes/linux-x64/native</PackagePath>
|
||||||
<Compile Include="Raylib.cs"/>
|
</TfmSpecificPackageFile>
|
||||||
<Compile Include="Raymath.cs"/>
|
<TfmSpecificPackageFile Include="$(BaseOutputPath)\..\runtimes\linux-x86\native\libraylib.so">
|
||||||
<Compile Include="Rlgl.cs"/>
|
<PackagePath>runtimes/linux-x86/native</PackagePath>
|
||||||
<None Include="../Logo/raylib-cs_64x64.png" Pack="true" PackagePath=""/>
|
</TfmSpecificPackageFile>
|
||||||
|
<TfmSpecificPackageFile Include="$(BaseOutputPath)\..\runtimes\win-x64\native\raylib.dll">
|
||||||
|
<PackagePath>runtimes/win-x64/native</PackagePath>
|
||||||
|
</TfmSpecificPackageFile>
|
||||||
|
<TfmSpecificPackageFile Include="$(BaseOutputPath)\..\runtimes\win-x86\native\raylib.dll">
|
||||||
|
<PackagePath>runtimes/win-x86/native</PackagePath>
|
||||||
|
</TfmSpecificPackageFile>
|
||||||
|
<TfmSpecificPackageFile Include="$(BaseOutputPath)\..\runtimes\osx-x64\native\libraylib.dylib">
|
||||||
|
<PackagePath>runtimes/osx-x64/native</PackagePath>
|
||||||
|
</TfmSpecificPackageFile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
</Target>
|
||||||
<ItemGroup>
|
|
||||||
<Content Include="Raylib-cs.targets"/>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Content Include="runtimes\**" CopyToOutputDirectory="PreserveNewest" Link="runtimes\%(RecursiveDir)\%(Filename)%(Extension)"/>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<Target Name="AfterBuild">
|
|
||||||
<Copy SourceFiles="@(MySourceFiles)" DestinationFiles="@(MySourceFiles->'$(OutputPath)\%(RecursiveDir)%(Filename)%(Extension)')"/>
|
|
||||||
</Target>
|
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0"/>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<Target Name="GetNativeLibraryFiles">
|
|
||||||
<ItemGroup>
|
|
||||||
<TfmSpecificPackageFile Include="$(BaseOutputPath)\..\runtimes\linux-x64\native\libraylib.so">
|
|
||||||
<PackagePath>runtimes/linux-x64/native</PackagePath>
|
|
||||||
</TfmSpecificPackageFile>
|
|
||||||
<TfmSpecificPackageFile Include="$(BaseOutputPath)\..\runtimes\linux-x86\native\libraylib.so">
|
|
||||||
<PackagePath>runtimes/linux-x86/native</PackagePath>
|
|
||||||
</TfmSpecificPackageFile>
|
|
||||||
<TfmSpecificPackageFile Include="$(BaseOutputPath)\..\runtimes\win-x64\native\raylib.dll">
|
|
||||||
<PackagePath>runtimes/win-x64/native</PackagePath>
|
|
||||||
</TfmSpecificPackageFile>
|
|
||||||
<TfmSpecificPackageFile Include="$(BaseOutputPath)\..\runtimes\win-x86\native\raylib.dll">
|
|
||||||
<PackagePath>runtimes/win-x86/native</PackagePath>
|
|
||||||
</TfmSpecificPackageFile>
|
|
||||||
<TfmSpecificPackageFile Include="$(BaseOutputPath)\..\runtimes\osx-x64\native\libraylib.dylib">
|
|
||||||
<PackagePath>runtimes/osx-x64/native</PackagePath>
|
|
||||||
</TfmSpecificPackageFile>
|
|
||||||
</ItemGroup>
|
|
||||||
</Target>
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
||||||
|
@ -1,34 +1,33 @@
|
|||||||
<?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>
|
||||||
|
<None Update="runtimes\**\*.*">
|
||||||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
|
<Visible>false</Visible>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup Condition=" '$(Platform)' == 'osx-x64' Or '$(Platform)' == 'x64'">
|
||||||
<None Update="runtimes\**\*.*">
|
<Content Include="raylib">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<PackagePath>runtimes\osx-x64\native\libraylib.dylib</PackagePath>
|
||||||
<Visible>false</Visible>
|
<Pack>true</Pack>
|
||||||
</None>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</ItemGroup>
|
</Content>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition=" '$(Platform)' == 'osx-x64' Or '$(Platform)' == 'x64'">
|
<ItemGroup Condition="'$(Platform)' == 'win-x64' Or '$(Platform)' == 'x64'">
|
||||||
<Content Include="raylib">
|
<Content Include="raylib">
|
||||||
<PackagePath>runtimes\osx-x64\native\libraylib.dylib</PackagePath>
|
<PackagePath>runtimes\win-x64\native\raylib.dll</PackagePath>
|
||||||
<Pack>true</Pack>
|
<Pack>true</Pack>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(Platform)' == 'x64' Or '$(Platform)' == 'win-x64'">
|
<ItemGroup Condition=" '$(Platform)' == 'linux-x64' Or '$(Platform)' == 'x64'">
|
||||||
<Content Include="raylib">
|
<Content Include="raylib">
|
||||||
<PackagePath>runtimes\win-x64\native\raylib.dll</PackagePath>
|
<PackagePath>runtimes\linux-x64\native\raylib.so</PackagePath>
|
||||||
<Pack>true</Pack>
|
<Pack>true</Pack>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup Condition=" '$(Platform)' == 'linux-x64' Or '$(Platform)' == 'x64'">
|
|
||||||
<Content Include="raylib">
|
|
||||||
<PackagePath>runtimes\linux-x64\native\raylib.so</PackagePath>
|
|
||||||
<Pack>true</Pack>
|
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
||||||
</Content>
|
|
||||||
</ItemGroup>
|
|
||||||
</Project>
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user