-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathUORenderer.sln
63 lines (63 loc) · 3.7 KB
/
UORenderer.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UORenderer", "src\UORenderer.csproj", "{0935601E-70E9-45D9-85D0-066C18BD8029}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FNA.Core", "FNA\FNA.Core.csproj", "{36F6340F-8282-40D4-A48C-E0116112F771}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ImGUI", "ImGUI", "{6F94986A-B297-49F8-9F3A-C0CF65365BFA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{12BBB0AD-075C-4D0B-A705-BE0663587AAC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImGui.NET", "ImGUI\src\ImGui.NET\ImGui.NET.csproj", "{3560FF05-4116-424E-B4B2-E5B20F37CD30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassicUO.IO", "ClassicUO.IO\ClassicUO.IO.csproj", "{A88CAAD1-39A1-41A4-86D9-C8A061BF1F20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassicUO.Utility", "ClassicUO.Utility\ClassicUO.Utility.csproj", "{27828625-4543-4625-B998-69532C79C1CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassicUO.Assets", "ClassicUO.Assets\ClassicUO.Assets.csproj", "{C9944FE7-44A3-4AE7-A73F-296F1AC62616}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0935601E-70E9-45D9-85D0-066C18BD8029}.Debug|x64.ActiveCfg = Debug|x64
{0935601E-70E9-45D9-85D0-066C18BD8029}.Debug|x64.Build.0 = Debug|x64
{0935601E-70E9-45D9-85D0-066C18BD8029}.Release|x64.ActiveCfg = Release|x64
{0935601E-70E9-45D9-85D0-066C18BD8029}.Release|x64.Build.0 = Release|x64
{36F6340F-8282-40D4-A48C-E0116112F771}.Debug|x64.ActiveCfg = Debug|x64
{36F6340F-8282-40D4-A48C-E0116112F771}.Debug|x64.Build.0 = Debug|x64
{36F6340F-8282-40D4-A48C-E0116112F771}.Release|x64.ActiveCfg = Release|x64
{36F6340F-8282-40D4-A48C-E0116112F771}.Release|x64.Build.0 = Release|x64
{3560FF05-4116-424E-B4B2-E5B20F37CD30}.Debug|x64.ActiveCfg = Debug|x64
{3560FF05-4116-424E-B4B2-E5B20F37CD30}.Debug|x64.Build.0 = Debug|x64
{3560FF05-4116-424E-B4B2-E5B20F37CD30}.Release|x64.ActiveCfg = Release|x64
{3560FF05-4116-424E-B4B2-E5B20F37CD30}.Release|x64.Build.0 = Release|x64
{A88CAAD1-39A1-41A4-86D9-C8A061BF1F20}.Debug|x64.ActiveCfg = Debug|x64
{A88CAAD1-39A1-41A4-86D9-C8A061BF1F20}.Debug|x64.Build.0 = Debug|x64
{A88CAAD1-39A1-41A4-86D9-C8A061BF1F20}.Release|x64.ActiveCfg = Release|x64
{A88CAAD1-39A1-41A4-86D9-C8A061BF1F20}.Release|x64.Build.0 = Release|x64
{27828625-4543-4625-B998-69532C79C1CC}.Debug|x64.ActiveCfg = Debug|x64
{27828625-4543-4625-B998-69532C79C1CC}.Debug|x64.Build.0 = Debug|x64
{27828625-4543-4625-B998-69532C79C1CC}.Release|x64.ActiveCfg = Release|x64
{27828625-4543-4625-B998-69532C79C1CC}.Release|x64.Build.0 = Release|x64
{C9944FE7-44A3-4AE7-A73F-296F1AC62616}.Debug|x64.ActiveCfg = Debug|x64
{C9944FE7-44A3-4AE7-A73F-296F1AC62616}.Debug|x64.Build.0 = Debug|x64
{C9944FE7-44A3-4AE7-A73F-296F1AC62616}.Release|x64.ActiveCfg = Release|x64
{C9944FE7-44A3-4AE7-A73F-296F1AC62616}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{12BBB0AD-075C-4D0B-A705-BE0663587AAC} = {6F94986A-B297-49F8-9F3A-C0CF65365BFA}
{3560FF05-4116-424E-B4B2-E5B20F37CD30} = {12BBB0AD-075C-4D0B-A705-BE0663587AAC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {952CDBD6-E92D-45E2-A528-844C11C1FD51}
EndGlobalSection
EndGlobal