-
Notifications
You must be signed in to change notification settings - Fork 15
/
InfoBox.sln
54 lines (54 loc) · 3.36 KB
/
InfoBox.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{11BF73EF-1C37-4B34-BB1B-E378D733E8DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InfoBox", "InfoBox\InfoBox.csproj", "{18B58CA4-E470-4EB4-AC2B-52BECAFE0B53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InfoBox.Designer", "InfoBox.Designer\InfoBox.Designer.csproj", "{2EFBB177-E826-47B4-8028-D124ECFAAE05}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InfoBoxCore", "InfoBoxCore\InfoBoxCore.csproj", "{A49425AF-F2B6-4E15-B74E-06CD895E0AA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InfoBoxCore.Designer", "InfoBoxCore.Designer\InfoBoxCore.Designer.csproj", "{28D9FEBD-ACC0-4C27-AE65-5D9985AB3AC2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InfoBoxCore.Designer.Tests", "InfoBoxCore.Designer.Tests\InfoBoxCore.Designer.Tests.csproj", "{A597A632-9151-4FB3-8696-8830D4B32170}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18B58CA4-E470-4EB4-AC2B-52BECAFE0B53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18B58CA4-E470-4EB4-AC2B-52BECAFE0B53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18B58CA4-E470-4EB4-AC2B-52BECAFE0B53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18B58CA4-E470-4EB4-AC2B-52BECAFE0B53}.Release|Any CPU.Build.0 = Release|Any CPU
{2EFBB177-E826-47B4-8028-D124ECFAAE05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EFBB177-E826-47B4-8028-D124ECFAAE05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EFBB177-E826-47B4-8028-D124ECFAAE05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EFBB177-E826-47B4-8028-D124ECFAAE05}.Release|Any CPU.Build.0 = Release|Any CPU
{A49425AF-F2B6-4E15-B74E-06CD895E0AA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A49425AF-F2B6-4E15-B74E-06CD895E0AA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A49425AF-F2B6-4E15-B74E-06CD895E0AA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A49425AF-F2B6-4E15-B74E-06CD895E0AA5}.Release|Any CPU.Build.0 = Release|Any CPU
{28D9FEBD-ACC0-4C27-AE65-5D9985AB3AC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28D9FEBD-ACC0-4C27-AE65-5D9985AB3AC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28D9FEBD-ACC0-4C27-AE65-5D9985AB3AC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28D9FEBD-ACC0-4C27-AE65-5D9985AB3AC2}.Release|Any CPU.Build.0 = Release|Any CPU
{A597A632-9151-4FB3-8696-8830D4B32170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A597A632-9151-4FB3-8696-8830D4B32170}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A597A632-9151-4FB3-8696-8830D4B32170}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A597A632-9151-4FB3-8696-8830D4B32170}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {965F87F8-5602-4E9B-BADE-58A8B1B14FC3}
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal