-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCake.ExcelDnaPack.sln
57 lines (57 loc) · 2.63 KB
/
Cake.ExcelDnaPack.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 Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A9A83466-9CAD-4375-95F1-D9076C84F91F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cake.ExcelDnaPack", "src\Cake.ExcelDnaPack\Cake.ExcelDnaPack.csproj", "{AF41A4CC-4C49-462F-8093-DDE0728ED080}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{5335FA0D-89D3-4929-91FD-9E034B446C6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cake.ExcelDnaPack.Tests", "test\Cake.ExcelDnaPack.Tests\Cake.ExcelDnaPack.Tests.csproj", "{CB06C244-620D-49F8-8D25-FC09B5A2D634}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "asset", "asset", "{93529E0B-F492-407B-9410-F4872FA21CF1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cake = build.cake
build.cmd = build.cmd
build.ps1 = build.ps1
build.sh = build.sh
cake.config = cake.config
CHANGES.md = CHANGES.md
CODEOWNERS = CODEOWNERS
Directory.Build.props = Directory.Build.props
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF41A4CC-4C49-462F-8093-DDE0728ED080}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF41A4CC-4C49-462F-8093-DDE0728ED080}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF41A4CC-4C49-462F-8093-DDE0728ED080}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF41A4CC-4C49-462F-8093-DDE0728ED080}.Release|Any CPU.Build.0 = Release|Any CPU
{CB06C244-620D-49F8-8D25-FC09B5A2D634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB06C244-620D-49F8-8D25-FC09B5A2D634}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB06C244-620D-49F8-8D25-FC09B5A2D634}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB06C244-620D-49F8-8D25-FC09B5A2D634}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AF41A4CC-4C49-462F-8093-DDE0728ED080} = {A9A83466-9CAD-4375-95F1-D9076C84F91F}
{CB06C244-620D-49F8-8D25-FC09B5A2D634} = {5335FA0D-89D3-4929-91FD-9E034B446C6F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A94F7B1-5AA4-40C5-AA9C-22A3F47318A7}
EndGlobalSection
EndGlobal