mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 17:45:36 +00:00
Added new files to project.
This commit is contained in:
parent
cf678dfc48
commit
57004cceb8
|
@ -137,10 +137,17 @@
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="OSX\OSXWindowInfoInitializer.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs">
|
<Compile Include="Properties\AssemblyInfo.cs">
|
||||||
<SubType>Code</SubType>
|
<SubType>Code</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="GLWidget.cs" />
|
<Compile Include="GLWidget.cs" />
|
||||||
|
<Compile Include="Win\WinWindowsInfoInitializer.cs" />
|
||||||
|
<Compile Include="X11\GLXAttribute.cs" />
|
||||||
|
<Compile Include="X11\XVisualClass.cs" />
|
||||||
|
<Compile Include="X11\XVisualInfo.cs" />
|
||||||
|
<Compile Include="X11\XVisualInfoMask.cs" />
|
||||||
|
<Compile Include="X11\XWindowInfoInitializer.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="paket.references" />
|
<None Include="paket.references" />
|
||||||
|
|
Loading…
Reference in a new issue