-
Notifications
You must be signed in to change notification settings - Fork 0
/
SKV260.sln
37 lines (37 loc) · 1.77 KB
/
SKV260.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SKV260", "SKV260\SKV260.csproj", "{5ED63EB5-8341-41E2-B7A8-44304A7403D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D4C57BF2-9230-4B3F-9FC4-1BA99A9B0099}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xml2xlsx", "xml2xlsx\xml2xlsx.csproj", "{58163646-0C44-4CF6-813E-F67F7373A6BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5ED63EB5-8341-41E2-B7A8-44304A7403D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ED63EB5-8341-41E2-B7A8-44304A7403D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ED63EB5-8341-41E2-B7A8-44304A7403D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ED63EB5-8341-41E2-B7A8-44304A7403D9}.Release|Any CPU.Build.0 = Release|Any CPU
{58163646-0C44-4CF6-813E-F67F7373A6BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58163646-0C44-4CF6-813E-F67F7373A6BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58163646-0C44-4CF6-813E-F67F7373A6BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58163646-0C44-4CF6-813E-F67F7373A6BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBC4D3B2-544C-4DD6-B889-498943EE93C4}
EndGlobalSection
EndGlobal