-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLunaForge.sln
49 lines (49 loc) · 2.44 KB
/
LunaForge.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LunaForge", "LunaForge\LunaForge.csproj", "{F32F07D8-FBDA-4FAF-B4A6-0D8D575A4A95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "rlImGui", "rlImGui-cs\rlImGui\rlImGui.csproj", "{CDFD5151-A556-4594-9174-920F65FF0997}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Éléments de solution", "Éléments de solution", "{7B7B260E-E2F8-46BF-AE47-C355C76C2DEE}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
AppCast.xaml = AppCast.xaml
docfx.json = docfx.json
index.md = index.md
LICENSE.txt = LICENSE.txt
README.md = README.md
setup.iss = setup.iss
toc.yml = toc.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DefaultToolbox", "DefaultToolbox\DefaultToolbox.csproj", "{3D4A2599-9C7D-45C9-A583-AB11DD6E82FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F32F07D8-FBDA-4FAF-B4A6-0D8D575A4A95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F32F07D8-FBDA-4FAF-B4A6-0D8D575A4A95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F32F07D8-FBDA-4FAF-B4A6-0D8D575A4A95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F32F07D8-FBDA-4FAF-B4A6-0D8D575A4A95}.Release|Any CPU.Build.0 = Release|Any CPU
{CDFD5151-A556-4594-9174-920F65FF0997}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDFD5151-A556-4594-9174-920F65FF0997}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDFD5151-A556-4594-9174-920F65FF0997}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDFD5151-A556-4594-9174-920F65FF0997}.Release|Any CPU.Build.0 = Release|Any CPU
{3D4A2599-9C7D-45C9-A583-AB11DD6E82FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D4A2599-9C7D-45C9-A583-AB11DD6E82FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D4A2599-9C7D-45C9-A583-AB11DD6E82FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D4A2599-9C7D-45C9-A583-AB11DD6E82FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4D53F01-DDE1-4234-A78D-DF0EE9D5318D}
EndGlobalSection
EndGlobal