Skip to content

Commit

Permalink
Include new HelloWindow project
Browse files Browse the repository at this point in the history
  • Loading branch information
deccer committed Aug 13, 2023
1 parent bce3640 commit 5bb0689
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions EngineKit.sln
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DeferredRendering", "Deferr
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeferredRendering.Assets", "examples\DeferredRendering\DeferredRendering.Assets\DeferredRendering.Assets.csproj", "{377189CA-84A3-4544-BE58-8AAD27FDB9D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HelloWindow", "HelloWindow", "{7C516ADE-6C2F-4814-B5F5-CE51D33A235D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWindow", "examples\HelloWindow\HelloWindow\HelloWindow.csproj", "{D78EE67F-C1EC-4950-8A78-05750DAE5E57}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWindow.Assets", "examples\HelloWindow\HelloWindow.Assets\HelloWindow.Assets.csproj", "{E9D1BCBB-DB67-4DAD-B8FD-7C461980CD01}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -52,6 +58,9 @@ Global
{9B827A3F-32AC-4501-B17B-DD19A6F88912} = {1E1BD9CA-189A-45FD-8A36-A57C836C6BB6}
{C8E0E553-53B8-4D6A-9625-6DE6CA6A8CD1} = {9B827A3F-32AC-4501-B17B-DD19A6F88912}
{377189CA-84A3-4544-BE58-8AAD27FDB9D3} = {9B827A3F-32AC-4501-B17B-DD19A6F88912}
{7C516ADE-6C2F-4814-B5F5-CE51D33A235D} = {1E1BD9CA-189A-45FD-8A36-A57C836C6BB6}
{D78EE67F-C1EC-4950-8A78-05750DAE5E57} = {7C516ADE-6C2F-4814-B5F5-CE51D33A235D}
{E9D1BCBB-DB67-4DAD-B8FD-7C461980CD01} = {7C516ADE-6C2F-4814-B5F5-CE51D33A235D}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E305337-228C-4930-B355-91F1E82C64C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -86,5 +95,11 @@ Global
{377189CA-84A3-4544-BE58-8AAD27FDB9D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{377189CA-84A3-4544-BE58-8AAD27FDB9D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{377189CA-84A3-4544-BE58-8AAD27FDB9D3}.Release|Any CPU.Build.0 = Release|Any CPU
{CA6D5A1A-73A7-4804-8DD5-FA9FCB4817EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2633ABC-F4EF-40B6-9405-8DEE1785162E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D78EE67F-C1EC-4950-8A78-05750DAE5E57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D78EE67F-C1EC-4950-8A78-05750DAE5E57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9D1BCBB-DB67-4DAD-B8FD-7C461980CD01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9D1BCBB-DB67-4DAD-B8FD-7C461980CD01}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal

0 comments on commit 5bb0689

Please sign in to comment.