-
Notifications
You must be signed in to change notification settings - Fork 0
/
BeanIO.sln
48 lines (48 loc) · 2.41 KB
/
BeanIO.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BB244B60-2697-4D2B-8FBB-07920BBDE863}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{81AE4864-EB60-48C3-B2BC-8E1E78F6E058}"
ProjectSection(SolutionItems) = preProject
BeanIO.ruleset = BeanIO.ruleset
GitVersion.yml = GitVersion.yml
Directory.Build.props = Directory.Build.props
README.md = README.md
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E65ED37A-52A5-41A8-B7C9-B892C87AFB40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FubarDev.BeanIO", "src\FubarDev.BeanIO\FubarDev.BeanIO.csproj", "{B80A2610-0615-44E9-AD9D-1EE38FF4F01C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FubarDev.BeanIO.Test", "test\FubarDev.BeanIO.Test\FubarDev.BeanIO.Test.csproj", "{943005AC-D0EE-4224-8C54-DE82D9BBC2B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B80A2610-0615-44E9-AD9D-1EE38FF4F01C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B80A2610-0615-44E9-AD9D-1EE38FF4F01C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B80A2610-0615-44E9-AD9D-1EE38FF4F01C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B80A2610-0615-44E9-AD9D-1EE38FF4F01C}.Release|Any CPU.Build.0 = Release|Any CPU
{943005AC-D0EE-4224-8C54-DE82D9BBC2B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{943005AC-D0EE-4224-8C54-DE82D9BBC2B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{943005AC-D0EE-4224-8C54-DE82D9BBC2B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{943005AC-D0EE-4224-8C54-DE82D9BBC2B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B80A2610-0615-44E9-AD9D-1EE38FF4F01C} = {BB244B60-2697-4D2B-8FBB-07920BBDE863}
{943005AC-D0EE-4224-8C54-DE82D9BBC2B3} = {E65ED37A-52A5-41A8-B7C9-B892C87AFB40}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24189749-4E76-4001-A6CF-65AC65C1D096}
EndGlobalSection
EndGlobal