-
Notifications
You must be signed in to change notification settings - Fork 13
/
WebApiContrib.Formatting.Xlsx.sln
46 lines (46 loc) · 2.64 KB
/
WebApiContrib.Formatting.Xlsx.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiContrib.Formatting.Xlsx", "src\WebApiContrib.Formatting.Xlsx\WebApiContrib.Formatting.Xlsx.csproj", "{B6A319B2-82A4-41BA-A895-4FC02A0D53EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiContrib.Formatting.Xlsx.Tests", "test\WebApiContrib.Formatting.Xlsx.Tests\WebApiContrib.Formatting.Xlsx.Tests.csproj", "{91831A5B-8286-466A-8CC5-07A630493D9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{11B0118B-54A0-4542-BF89-E1B1A4A5B209}"
ProjectSection(SolutionItems) = preProject
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiContrib.Formatting.Xlsx.Sample", "samples\WebApiContrib.Formatting.Xlsx.Sample\WebApiContrib.Formatting.Xlsx.Sample.csproj", "{03A10509-AF42-4AEA-A3AA-D0DD4368B905}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{74359D7E-0112-4C04-A1FA-34504B3B7E48}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6A319B2-82A4-41BA-A895-4FC02A0D53EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6A319B2-82A4-41BA-A895-4FC02A0D53EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6A319B2-82A4-41BA-A895-4FC02A0D53EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6A319B2-82A4-41BA-A895-4FC02A0D53EF}.Release|Any CPU.Build.0 = Release|Any CPU
{91831A5B-8286-466A-8CC5-07A630493D9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91831A5B-8286-466A-8CC5-07A630493D9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91831A5B-8286-466A-8CC5-07A630493D9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91831A5B-8286-466A-8CC5-07A630493D9B}.Release|Any CPU.Build.0 = Release|Any CPU
{03A10509-AF42-4AEA-A3AA-D0DD4368B905}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03A10509-AF42-4AEA-A3AA-D0DD4368B905}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03A10509-AF42-4AEA-A3AA-D0DD4368B905}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03A10509-AF42-4AEA-A3AA-D0DD4368B905}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal