-
Notifications
You must be signed in to change notification settings - Fork 16
/
EmptyKeys.UserInterface.Generator.sln
41 lines (41 loc) · 2.28 KB
/
EmptyKeys.UserInterface.Generator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmptyKeys.UserInterface.Designer", "EmptyKeys.UserInterface.Designer\EmptyKeys.UserInterface.Designer.csproj", "{6EC689B2-36F9-415D-A130-F67DE6C7E8BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ekUiGen", "ekUiGen\ekUiGen.csproj", "{32640266-DF2B-43A6-A9E0-04769E8531BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmptyKeys.UserInterface.Generator", "UIGenerator\EmptyKeys.UserInterface.Generator.csproj", "{5F1A3948-5E4A-4F47-847B-BB178E3AD50E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2B55748F-E795-4B5F-B7C6-60D642BA572E}"
ProjectSection(SolutionItems) = preProject
GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6EC689B2-36F9-415D-A130-F67DE6C7E8BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EC689B2-36F9-415D-A130-F67DE6C7E8BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EC689B2-36F9-415D-A130-F67DE6C7E8BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EC689B2-36F9-415D-A130-F67DE6C7E8BC}.Release|Any CPU.Build.0 = Release|Any CPU
{32640266-DF2B-43A6-A9E0-04769E8531BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32640266-DF2B-43A6-A9E0-04769E8531BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32640266-DF2B-43A6-A9E0-04769E8531BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32640266-DF2B-43A6-A9E0-04769E8531BA}.Release|Any CPU.Build.0 = Release|Any CPU
{5F1A3948-5E4A-4F47-847B-BB178E3AD50E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F1A3948-5E4A-4F47-847B-BB178E3AD50E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F1A3948-5E4A-4F47-847B-BB178E3AD50E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F1A3948-5E4A-4F47-847B-BB178E3AD50E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal