forked from PhilipDaniels/TestParser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestParser.sln
executable file
·41 lines (41 loc) · 2.26 KB
/
TestParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestParser", "TestParser\TestParser.csproj", "{A73A5589-50FE-4243-A51B-FE2902D58C69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestParser.Core", "TestParser.Core\TestParser.Core.csproj", "{73426E82-1556-4896-A7EA-7BDA7FEF8D4E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F3DEFDE2-0A47-42A4-B100-F3A617F49B41}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
runparser.cmd = runparser.cmd
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NPOI.SS.FluentExtensions", "NPOI.SS.FluentExtensions\NPOI.SS.FluentExtensions.csproj", "{2546412D-E22E-4608-A272-28B8916CAB72}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A73A5589-50FE-4243-A51B-FE2902D58C69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A73A5589-50FE-4243-A51B-FE2902D58C69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A73A5589-50FE-4243-A51B-FE2902D58C69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A73A5589-50FE-4243-A51B-FE2902D58C69}.Release|Any CPU.Build.0 = Release|Any CPU
{73426E82-1556-4896-A7EA-7BDA7FEF8D4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73426E82-1556-4896-A7EA-7BDA7FEF8D4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73426E82-1556-4896-A7EA-7BDA7FEF8D4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73426E82-1556-4896-A7EA-7BDA7FEF8D4E}.Release|Any CPU.Build.0 = Release|Any CPU
{2546412D-E22E-4608-A272-28B8916CAB72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2546412D-E22E-4608-A272-28B8916CAB72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2546412D-E22E-4608-A272-28B8916CAB72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2546412D-E22E-4608-A272-28B8916CAB72}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal