-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUIX.sln
27 lines (27 loc) · 1.45 KB
/
UIX.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UIX-Runtime", "UIX-Runtime\UIX-Runtime.csproj", "{79C3429B-FAED-4277-895A-4A25B7A2840B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UIX-Root", "UIX-Root", "{9688BCB2-74A9-4EC6-BDA5-BEE3895BD7DF}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UIX-Editor", "UIX-Editor\UIX-Editor.csproj", "{7B2C9A91-8A34-45B8-98BF-30064BC19ABB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79C3429B-FAED-4277-895A-4A25B7A2840B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79C3429B-FAED-4277-895A-4A25B7A2840B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79C3429B-FAED-4277-895A-4A25B7A2840B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79C3429B-FAED-4277-895A-4A25B7A2840B}.Release|Any CPU.Build.0 = Release|Any CPU
{7B2C9A91-8A34-45B8-98BF-30064BC19ABB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B2C9A91-8A34-45B8-98BF-30064BC19ABB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B2C9A91-8A34-45B8-98BF-30064BC19ABB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B2C9A91-8A34-45B8-98BF-30064BC19ABB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal