-
Notifications
You must be signed in to change notification settings - Fork 1
/
dmnClient.sln
43 lines (43 loc) · 2.5 KB
/
dmnClient.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 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dmnClient", "dmnClient\dmnClient.csproj", "{C18F3A5F-30F0-45D9-A994-47403C02ACB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Excel", "Excel\Excel.csproj", "{97E3DF88-62FA-453D-9CDE-2117339BCA9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DecisionModelNotation", "DecisionModelNotation\DecisionModelNotation.csproj", "{08E6A63D-CBAB-450A-89A2-7ED10457CFB2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dmnClient.Test", "dmnClient.Test\dmnClient.Test.csproj", "{966BEB5B-E76B-4563-BA97-9D94864E2821}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C18F3A5F-30F0-45D9-A994-47403C02ACB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C18F3A5F-30F0-45D9-A994-47403C02ACB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C18F3A5F-30F0-45D9-A994-47403C02ACB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C18F3A5F-30F0-45D9-A994-47403C02ACB9}.Release|Any CPU.Build.0 = Release|Any CPU
{97E3DF88-62FA-453D-9CDE-2117339BCA9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97E3DF88-62FA-453D-9CDE-2117339BCA9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97E3DF88-62FA-453D-9CDE-2117339BCA9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97E3DF88-62FA-453D-9CDE-2117339BCA9E}.Release|Any CPU.Build.0 = Release|Any CPU
{08E6A63D-CBAB-450A-89A2-7ED10457CFB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08E6A63D-CBAB-450A-89A2-7ED10457CFB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08E6A63D-CBAB-450A-89A2-7ED10457CFB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08E6A63D-CBAB-450A-89A2-7ED10457CFB2}.Release|Any CPU.Build.0 = Release|Any CPU
{966BEB5B-E76B-4563-BA97-9D94864E2821}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{966BEB5B-E76B-4563-BA97-9D94864E2821}.Debug|Any CPU.Build.0 = Debug|Any CPU
{966BEB5B-E76B-4563-BA97-9D94864E2821}.Release|Any CPU.ActiveCfg = Release|Any CPU
{966BEB5B-E76B-4563-BA97-9D94864E2821}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4994CA9D-A5F0-4E4E-BB29-C386A417EEEA}
EndGlobalSection
EndGlobal