-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServiceGovernance.Repository.Agent.sln
42 lines (42 loc) · 2.43 KB
/
ServiceGovernance.Repository.Agent.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28218.60
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceGovernance.Repository.Agent", "src\ServiceGovernance.Repository.Agent\ServiceGovernance.Repository.Agent.csproj", "{DEB8C248-8D23-47AB-A154-8513EA3A9BC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceGovernance.Repository.Agent.Tests", "tests\ServiceGovernance.Repository.Agent.Tests\ServiceGovernance.Repository.Agent.Tests.csproj", "{8596DA4C-A67C-4D5F-B625-41F61EE8F782}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{13395F9E-0F7E-46AF-9D12-E933FB3D24ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api1", "samples\Api1\Api1.csproj", "{366C301D-6838-434C-8003-9B43B0170999}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DEB8C248-8D23-47AB-A154-8513EA3A9BC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEB8C248-8D23-47AB-A154-8513EA3A9BC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEB8C248-8D23-47AB-A154-8513EA3A9BC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEB8C248-8D23-47AB-A154-8513EA3A9BC6}.Release|Any CPU.Build.0 = Release|Any CPU
{8596DA4C-A67C-4D5F-B625-41F61EE8F782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8596DA4C-A67C-4D5F-B625-41F61EE8F782}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8596DA4C-A67C-4D5F-B625-41F61EE8F782}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8596DA4C-A67C-4D5F-B625-41F61EE8F782}.Release|Any CPU.Build.0 = Release|Any CPU
{366C301D-6838-434C-8003-9B43B0170999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{366C301D-6838-434C-8003-9B43B0170999}.Debug|Any CPU.Build.0 = Debug|Any CPU
{366C301D-6838-434C-8003-9B43B0170999}.Release|Any CPU.ActiveCfg = Release|Any CPU
{366C301D-6838-434C-8003-9B43B0170999}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{366C301D-6838-434C-8003-9B43B0170999} = {13395F9E-0F7E-46AF-9D12-E933FB3D24ED}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4C93275-32E7-4A9F-A2E4-6577A741A4B7}
EndGlobalSection
EndGlobal