-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathxDGA.sln
57 lines (57 loc) · 2.97 KB
/
xDGA.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C84DB4A5-19F1-4A18-A582-4818C64F42C7}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
VERSIONS.md = VERSIONS.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xDGA.ADDIN", "xDGA.ADDIN\xDGA.ADDIN.csproj", "{ED357EEA-74F5-4078-9826-ABB022AAEE3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xDGA.CORE", "xDGA.CORE\xDGA.CORE.csproj", "{25788A18-501E-4616-8538-F61F2EABAA28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xDGA.TEST", "xDGA.TEST\xDGA.TEST.csproj", "{3BAAB604-F8A6-409E-ABC2-7DE86D4F3CD8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Distribution", "Distribution", "{577B8EE8-BE71-45C4-AB76-4AB2760435B6}"
ProjectSection(SolutionItems) = preProject
Distribution\LICENSE.txt = Distribution\LICENSE.txt
Distribution\xDGA Example Usage.xlsx = Distribution\xDGA Example Usage.xlsx
Distribution\xDGA.ADDIN.xll = Distribution\xDGA.ADDIN.xll
Distribution\xDGA.ADDIN64.xll = Distribution\xDGA.ADDIN64.xll
Distribution\xDGA32.zip = Distribution\xDGA32.zip
Distribution\xDGA64.zip = Distribution\xDGA64.zip
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED357EEA-74F5-4078-9826-ABB022AAEE3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED357EEA-74F5-4078-9826-ABB022AAEE3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED357EEA-74F5-4078-9826-ABB022AAEE3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED357EEA-74F5-4078-9826-ABB022AAEE3E}.Release|Any CPU.Build.0 = Release|Any CPU
{25788A18-501E-4616-8538-F61F2EABAA28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25788A18-501E-4616-8538-F61F2EABAA28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25788A18-501E-4616-8538-F61F2EABAA28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25788A18-501E-4616-8538-F61F2EABAA28}.Release|Any CPU.Build.0 = Release|Any CPU
{3BAAB604-F8A6-409E-ABC2-7DE86D4F3CD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BAAB604-F8A6-409E-ABC2-7DE86D4F3CD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BAAB604-F8A6-409E-ABC2-7DE86D4F3CD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BAAB604-F8A6-409E-ABC2-7DE86D4F3CD8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{577B8EE8-BE71-45C4-AB76-4AB2760435B6} = {C84DB4A5-19F1-4A18-A582-4818C64F42C7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E6B8139-0FAD-45D4-A580-97801FE4F771}
EndGlobalSection
EndGlobal