-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReflectXMLDB.sln
31 lines (31 loc) · 1.57 KB
/
ReflectXMLDB.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 Version 16
VisualStudioVersion = 16.0.1
MinimumVisualStudioVersion = 15.0.27130.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReflectXMLDB", "ReflectXMLDB\ReflectXMLDB.csproj", "{2D50DB04-8497-48E0-9A15-EE298B03572A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReflectXMLDB.Test", "ReflectXMLDB.Test\ReflectXMLDB.Test.csproj", "{862EF064-C4A0-4F12-8FAC-AE8D824BB091}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D50DB04-8497-48E0-9A15-EE298B03572A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D50DB04-8497-48E0-9A15-EE298B03572A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D50DB04-8497-48E0-9A15-EE298B03572A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D50DB04-8497-48E0-9A15-EE298B03572A}.Release|Any CPU.Build.0 = Release|Any CPU
{862EF064-C4A0-4F12-8FAC-AE8D824BB091}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{862EF064-C4A0-4F12-8FAC-AE8D824BB091}.Debug|Any CPU.Build.0 = Debug|Any CPU
{862EF064-C4A0-4F12-8FAC-AE8D824BB091}.Release|Any CPU.ActiveCfg = Release|Any CPU
{862EF064-C4A0-4F12-8FAC-AE8D824BB091}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC9FAD2F-3DC9-4B7E-AB89-2D23972613EC}
EndGlobalSection
EndGlobal