Skip to content

Commit

Permalink
Added native library project.
Browse files Browse the repository at this point in the history
  • Loading branch information
glektarssza committed Oct 23, 2024
1 parent cf73b06 commit 38f2e85
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Glekcraft.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
Expand All @@ -13,6 +13,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D0577C60
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glekcraft.Graphics.GLFW.Tests", "tests\Graphics.GLFW\Glekcraft.Graphics.GLFW.Tests.csproj", "{2FB2F407-F167-49FF-BD3E-382FBA62F434}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glekcraft.Native.GLFW", "packages\Native.GLFW\Glekcraft.Native.GLFW.csproj", "{F36F7955-44C1-4373-B4A5-86A0B5D205F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -34,9 +36,14 @@ Global
{2FB2F407-F167-49FF-BD3E-382FBA62F434}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FB2F407-F167-49FF-BD3E-382FBA62F434}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FB2F407-F167-49FF-BD3E-382FBA62F434}.Release|Any CPU.Build.0 = Release|Any CPU
{F36F7955-44C1-4373-B4A5-86A0B5D205F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F36F7955-44C1-4373-B4A5-86A0B5D205F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F36F7955-44C1-4373-B4A5-86A0B5D205F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F36F7955-44C1-4373-B4A5-86A0B5D205F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1834F931-DDDE-450B-BC24-A71488A3EF05} = {8044D2F1-5201-457A-9BB7-8970D138131D}
{2FB2F407-F167-49FF-BD3E-382FBA62F434} = {D0577C60-FCFA-4834-9A0E-2BE59162D2B0}
{F36F7955-44C1-4373-B4A5-86A0B5D205F7} = {8044D2F1-5201-457A-9BB7-8970D138131D}
EndGlobalSection
EndGlobal
8 changes: 8 additions & 0 deletions packages/Native.GLFW/Glekcraft.Native.GLFW.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://github.com/dotnet/msbuild/raw/main/src/MSBuild/Microsoft.Build.xsd" type="application/xml" schematypens="http://schemas.microsoft.com/developer/msbuild/2003"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
</Project>
6 changes: 6 additions & 0 deletions packages/Native.GLFW/packages.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": 1,
"dependencies": {
"net8.0": {}
}
}

0 comments on commit 38f2e85

Please sign in to comment.