-
Notifications
You must be signed in to change notification settings - Fork 0
/
EMDD.Reporting.sln
42 lines (42 loc) · 2.27 KB
/
EMDD.Reporting.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 Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{95C34F51-07E7-4376-A34C-11BA274BDE8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EMDD.Reporting", "src\EMDD.Reporting.csproj", "{88B673EF-5782-4E2C-B65C-1DFB8C60E9E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C253FAFF-8D47-4BAA-AE01-71D4A3171CE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "unit", "unit", "{A9519EBC-8009-4023-9C81-50C857750F83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EMDD.Reporting.Office.Word", "src\OfficeWord\EMDD.Reporting.Office.Word\EMDD.Reporting.Office.Word.csproj", "{47978A90-BA0B-46EC-9BBE-2E8B9BF54ED8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88B673EF-5782-4E2C-B65C-1DFB8C60E9E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88B673EF-5782-4E2C-B65C-1DFB8C60E9E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88B673EF-5782-4E2C-B65C-1DFB8C60E9E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88B673EF-5782-4E2C-B65C-1DFB8C60E9E4}.Release|Any CPU.Build.0 = Release|Any CPU
{47978A90-BA0B-46EC-9BBE-2E8B9BF54ED8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47978A90-BA0B-46EC-9BBE-2E8B9BF54ED8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47978A90-BA0B-46EC-9BBE-2E8B9BF54ED8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47978A90-BA0B-46EC-9BBE-2E8B9BF54ED8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{88B673EF-5782-4E2C-B65C-1DFB8C60E9E4} = {95C34F51-07E7-4376-A34C-11BA274BDE8D}
{A9519EBC-8009-4023-9C81-50C857750F83} = {C253FAFF-8D47-4BAA-AE01-71D4A3171CE5}
{47978A90-BA0B-46EC-9BBE-2E8B9BF54ED8} = {95C34F51-07E7-4376-A34C-11BA274BDE8D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3C7F9BCA-8DA4-48B4-B54D-5BBFD1CD0A12}
EndGlobalSection
EndGlobal