mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 16:55:30 +00:00
[Build] Added new files to the relevant csproj scripts
This commit is contained in:
parent
3bad2eefdc
commit
3dbf575765
|
@ -565,6 +565,7 @@
|
||||||
<None Include="..\..\Dependencies\x64\libSDL2.dylib">
|
<None Include="..\..\Dependencies\x64\libSDL2.dylib">
|
||||||
<Link>Dependencies\x64\libSDL2.dylib</Link>
|
<Link>Dependencies\x64\libSDL2.dylib</Link>
|
||||||
</None>
|
</None>
|
||||||
|
<Compile Include="OpenTK\Test\ExternalContext.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||||
|
|
|
@ -777,6 +777,7 @@
|
||||||
<Compile Include="SlotAttribute.cs" />
|
<Compile Include="SlotAttribute.cs" />
|
||||||
<Compile Include="RewrittenAttribute.cs" />
|
<Compile Include="RewrittenAttribute.cs" />
|
||||||
<Compile Include="Graphics\OpenGL\GLObsolete.cs" />
|
<Compile Include="Graphics\OpenGL\GLObsolete.cs" />
|
||||||
|
<Compile Include="Platform\MacOS\NS.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
Loading…
Reference in a new issue