mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 06:15:30 +00:00
Added new files to project.
This commit is contained in:
parent
cf678dfc48
commit
57004cceb8
|
@ -137,10 +137,17 @@
|
|||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="OSX\OSXWindowInfoInitializer.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<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>
|
||||
<None Include="paket.references" />
|
||||
|
|
Loading…
Reference in a new issue