-
Notifications
You must be signed in to change notification settings - Fork 14
/
StructuredXmlEditor.sln
55 lines (55 loc) · 2.59 KB
/
StructuredXmlEditor.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
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StructuredXmlEditor", "StructuredXmlEditor\StructuredXmlEditor.csproj", "{7D4F1237-DA5D-4B9F-B262-30FC874B3350}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Updater", "Updater\Updater.csproj", "{96B81013-0D45-4A31-A376-BB7D949BFE06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutomatedUITests", "AutomatedUITests\AutomatedUITests.csproj", "{EB857968-05A6-489B-A632-9EBC252C0FE6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D4F1237-DA5D-4B9F-B262-30FC874B3350}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D4F1237-DA5D-4B9F-B262-30FC874B3350}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D4F1237-DA5D-4B9F-B262-30FC874B3350}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D4F1237-DA5D-4B9F-B262-30FC874B3350}.Release|Any CPU.Build.0 = Release|Any CPU
{96B81013-0D45-4A31-A376-BB7D949BFE06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96B81013-0D45-4A31-A376-BB7D949BFE06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96B81013-0D45-4A31-A376-BB7D949BFE06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96B81013-0D45-4A31-A376-BB7D949BFE06}.Release|Any CPU.Build.0 = Release|Any CPU
{EB857968-05A6-489B-A632-9EBC252C0FE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB857968-05A6-489B-A632-9EBC252C0FE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB857968-05A6-489B-A632-9EBC252C0FE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB857968-05A6-489B-A632-9EBC252C0FE6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F526CFA6-6B88-4A60-A286-A7F2A6CAC324}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal