-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathYouConf.sln
57 lines (57 loc) · 3.61 KB
/
YouConf.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YouConf", "YouConf\YouConf.csproj", "{3C12FA4D-CCE4-489A-A2AF-2959421FEA31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YouConf.Tests", "YouConf.Tests\YouConf.Tests.csproj", "{E7DC67E4-E22C-4F71-81BF-0EF66C57CC84}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D09021FF-7903-41C1-91F2-97BEB4B38C55}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YouConf.Tests.Integration", "YouConf.Tests.Integration\YouConf.Tests.Integration.csproj", "{EAE5099C-77A1-4516-BCE0-BBA35EA2051B}"
EndProject
Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "YouConfCloudService", "YouConfCloudService\YouConfCloudService.ccproj", "{06389262-8291-4D00-BD81-CE588BEAD761}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YouConfWorker", "YouConfWorker\YouConfWorker.csproj", "{15B3E0D2-6217-493A-A690-158C497F5318}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YouConf.Common", "YouConf.Common\YouConf.Common.csproj", "{B188B14D-5AF3-4248-A3D3-E4A4801F82F8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C12FA4D-CCE4-489A-A2AF-2959421FEA31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C12FA4D-CCE4-489A-A2AF-2959421FEA31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C12FA4D-CCE4-489A-A2AF-2959421FEA31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C12FA4D-CCE4-489A-A2AF-2959421FEA31}.Release|Any CPU.Build.0 = Release|Any CPU
{E7DC67E4-E22C-4F71-81BF-0EF66C57CC84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7DC67E4-E22C-4F71-81BF-0EF66C57CC84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7DC67E4-E22C-4F71-81BF-0EF66C57CC84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7DC67E4-E22C-4F71-81BF-0EF66C57CC84}.Release|Any CPU.Build.0 = Release|Any CPU
{EAE5099C-77A1-4516-BCE0-BBA35EA2051B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAE5099C-77A1-4516-BCE0-BBA35EA2051B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAE5099C-77A1-4516-BCE0-BBA35EA2051B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAE5099C-77A1-4516-BCE0-BBA35EA2051B}.Release|Any CPU.Build.0 = Release|Any CPU
{06389262-8291-4D00-BD81-CE588BEAD761}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06389262-8291-4D00-BD81-CE588BEAD761}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06389262-8291-4D00-BD81-CE588BEAD761}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06389262-8291-4D00-BD81-CE588BEAD761}.Release|Any CPU.Build.0 = Release|Any CPU
{15B3E0D2-6217-493A-A690-158C497F5318}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15B3E0D2-6217-493A-A690-158C497F5318}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15B3E0D2-6217-493A-A690-158C497F5318}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15B3E0D2-6217-493A-A690-158C497F5318}.Release|Any CPU.Build.0 = Release|Any CPU
{B188B14D-5AF3-4248-A3D3-E4A4801F82F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B188B14D-5AF3-4248-A3D3-E4A4801F82F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B188B14D-5AF3-4248-A3D3-E4A4801F82F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B188B14D-5AF3-4248-A3D3-E4A4801F82F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal