2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-06-30 19:03:42 -04:00

Setting up examples project

- Dedicated project for raylib examples using Bindings as a class library.
This commit is contained in:
2018-09-10 11:42:18 +01:00
parent 5339ae06cb
commit 62561d0bdb
283 changed files with 12554 additions and 4 deletions

View File

@ -74,6 +74,9 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
@ -82,12 +85,12 @@
</ItemGroup>
<ItemGroup>
<Compile Include="core_basic_window.cs" />
<Compile Include="DrawControl.cs">
<Compile Include="Program.cs" />
<Compile Include="RayForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Easings.cs" />
<Compile Include="Physac.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Raygui.cs" />
<Compile Include="Raylib.cs" />
@ -98,8 +101,8 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="DrawControl.resx">
<DependentUpon>DrawControl.cs</DependentUpon>
<EmbeddedResource Include="RayForm.resx">
<DependentUpon>RayForm.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />