This repository has been archived by the owner on Aug 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeveloper.MicroServicesStarter.sln
43 lines (43 loc) · 2.45 KB
/
Developer.MicroServicesStarter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5CAE06F1-6A8D-4625-84DF-101B31FD1793}"
ProjectSection(SolutionItems) = preProject
options.xml = options.xml
update.bat = update.bat
version.txt = version.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MicroServicesStarter", "MicroServicesStarter\MicroServicesStarter.csproj", "{BF459D30-1EF7-4130-9349-ED02750D7BA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{B62C041C-7673-478C-B82E-13B359BFE592}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Deploy|Any CPU = Deploy|Any CPU
Integration Test|Any CPU = Integration Test|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Deploy|Any CPU.ActiveCfg = Deploy|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Deploy|Any CPU.Build.0 = Deploy|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Integration Test|Any CPU.ActiveCfg = Integration Test|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Integration Test|Any CPU.Build.0 = Integration Test|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF459D30-1EF7-4130-9349-ED02750D7BA6}.Release|Any CPU.Build.0 = Release|Any CPU
{B62C041C-7673-478C-B82E-13B359BFE592}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B62C041C-7673-478C-B82E-13B359BFE592}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B62C041C-7673-478C-B82E-13B359BFE592}.Deploy|Any CPU.ActiveCfg = Deploy|Any CPU
{B62C041C-7673-478C-B82E-13B359BFE592}.Deploy|Any CPU.Build.0 = Deploy|Any CPU
{B62C041C-7673-478C-B82E-13B359BFE592}.Integration Test|Any CPU.ActiveCfg = Integration Test|Any CPU
{B62C041C-7673-478C-B82E-13B359BFE592}.Integration Test|Any CPU.Build.0 = Integration Test|Any CPU
{B62C041C-7673-478C-B82E-13B359BFE592}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B62C041C-7673-478C-B82E-13B359BFE592}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal