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

Project tidying

- Project now uses AnyCPU.
- Fixed assembly info and renamed Raylib-cs project to Generator.
- Removed resources folder and dlls.
- Improving current manual bindings.
This commit is contained in:
2018-08-04 21:04:02 +01:00
parent 8891e9e2a6
commit 1292292318
129 changed files with 359 additions and 3446 deletions

View File

@@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A2B3BBC8-3D48-46DD-B3CF-263F554E4474}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Raylib_example</RootNamespace>
<AssemblyName>Raylib-example</AssemblyName>
<RootNamespace>ExampleApplication</RootNamespace>
<AssemblyName>ExampleApplication</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@@ -240,8 +240,6 @@
<Content Include="Examples\text\text_ttf_loading.png" />
<Content Include="Examples\text\text_writing_anim.c" />
<Content Include="Examples\text\text_writing_anim.png" />
<Content Include="Raylib-cs\x64\raylib.dll" />
<Content Include="Raylib-cs\x86\raylib.dll" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Raylib-cs\DrawControl.resx">
@@ -249,7 +247,4 @@
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>XCOPY "$(ProjectDir)Examples\resources" "$(TargetDir)\resources\" /Y /S /I</PostBuildEvent>
</PropertyGroup>
</Project>