-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBZ2UIEdit.sln
49 lines (49 loc) · 3.06 KB
/
BZ2UIEdit.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 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BZ2UIEdit", "BZ2UIEdit\BZ2UIEdit.csproj", "{2CFE37E9-3D72-480C-9C8C-FDD07BF01A64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BZ2UIEdit.Services", "BZ2UIEdit.Services\BZ2UIEdit.Services.csproj", "{CE3A01CA-B028-4014-B817-55A0686AB04C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BZ2UIEdit.Services.Tests", "BZ2UIEdit.Services.Tests\BZ2UIEdit.Services.Tests.csproj", "{CE0598C3-2D8A-40A3-AF76-034846247803}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BZ2UIEdit.Common", "BZ2UIEdit.Common\BZ2UIEdit.Common.csproj", "{D0BEBAF2-BB55-47C2-BEE1-A64E929680FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BZ2UIEdit.Common.Tests", "BZ2UIEdit.Common.Tests\BZ2UIEdit.Common.Tests.csproj", "{706B03D6-62CA-442E-B202-15378B52B8D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2CFE37E9-3D72-480C-9C8C-FDD07BF01A64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CFE37E9-3D72-480C-9C8C-FDD07BF01A64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CFE37E9-3D72-480C-9C8C-FDD07BF01A64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CFE37E9-3D72-480C-9C8C-FDD07BF01A64}.Release|Any CPU.Build.0 = Release|Any CPU
{CE3A01CA-B028-4014-B817-55A0686AB04C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE3A01CA-B028-4014-B817-55A0686AB04C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE3A01CA-B028-4014-B817-55A0686AB04C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE3A01CA-B028-4014-B817-55A0686AB04C}.Release|Any CPU.Build.0 = Release|Any CPU
{CE0598C3-2D8A-40A3-AF76-034846247803}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE0598C3-2D8A-40A3-AF76-034846247803}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE0598C3-2D8A-40A3-AF76-034846247803}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE0598C3-2D8A-40A3-AF76-034846247803}.Release|Any CPU.Build.0 = Release|Any CPU
{D0BEBAF2-BB55-47C2-BEE1-A64E929680FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0BEBAF2-BB55-47C2-BEE1-A64E929680FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0BEBAF2-BB55-47C2-BEE1-A64E929680FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0BEBAF2-BB55-47C2-BEE1-A64E929680FE}.Release|Any CPU.Build.0 = Release|Any CPU
{706B03D6-62CA-442E-B202-15378B52B8D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{706B03D6-62CA-442E-B202-15378B52B8D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{706B03D6-62CA-442E-B202-15378B52B8D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{706B03D6-62CA-442E-B202-15378B52B8D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33B40DF2-7807-4384-8A54-B67BE321B5BE}
EndGlobalSection
EndGlobal