-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathOpdexGovernance.sln
22 lines (22 loc) · 1.25 KB
/
OpdexGovernance.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpdexGovernance", "src\OpdexGovernance.csproj", "{511A5534-D875-4892-9A83-8137BA6EBF3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpdexGovernanceTests", "test\OpdexGovernanceTests.csproj", "{E4DE208A-D05C-434F-8045-B717ADE1089B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{511A5534-D875-4892-9A83-8137BA6EBF3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{511A5534-D875-4892-9A83-8137BA6EBF3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{511A5534-D875-4892-9A83-8137BA6EBF3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{511A5534-D875-4892-9A83-8137BA6EBF3E}.Release|Any CPU.Build.0 = Release|Any CPU
{E4DE208A-D05C-434F-8045-B717ADE1089B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4DE208A-D05C-434F-8045-B717ADE1089B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4DE208A-D05C-434F-8045-B717ADE1089B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4DE208A-D05C-434F-8045-B717ADE1089B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal