forked from Elskom/XmlAbstraction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
XmlAbstraction.sln
31 lines (31 loc) · 1.58 KB
/
XmlAbstraction.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28016.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlAbstraction", "XmlAbstraction\XmlAbstraction.csproj", "{EBD7DF91-1659-4F12-8120-D6966680E363}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlAbstraction.Test", "XmlAbstraction.Test\XmlAbstraction.Test.csproj", "{E4409179-F366-4688-A2B9-EC29A9EBA944}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBD7DF91-1659-4F12-8120-D6966680E363}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBD7DF91-1659-4F12-8120-D6966680E363}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBD7DF91-1659-4F12-8120-D6966680E363}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBD7DF91-1659-4F12-8120-D6966680E363}.Release|Any CPU.Build.0 = Release|Any CPU
{E4409179-F366-4688-A2B9-EC29A9EBA944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4409179-F366-4688-A2B9-EC29A9EBA944}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4409179-F366-4688-A2B9-EC29A9EBA944}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4409179-F366-4688-A2B9-EC29A9EBA944}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9E970951-1EAE-41C4-A233-1383EC24EFE8}
EndGlobalSection
EndGlobal