-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathXmlPreprocess.sln
36 lines (36 loc) · 2.12 KB
/
XmlPreprocess.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XmlPreprocess", "XmlPreprocess\XmlPreprocess.csproj", "{01EC54CD-C7C5-4846-BDD7-4C82B6F6BB5D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XmlPreprocessUnitTests", "XmlPreprocessUnitTests\XmlPreprocessUnitTests.csproj", "{C6CF596B-1A6A-434A-B9B2-AA4CC26526F3}"
ProjectSection(ProjectDependencies) = postProject
{01EC54CD-C7C5-4846-BDD7-4C82B6F6BB5D} = {01EC54CD-C7C5-4846-BDD7-4C82B6F6BB5D}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XmlPreprocess.MSBuildTasks", "XmlPreprocess.MSBuildTasks\XmlPreprocess.MSBuildTasks.csproj", "{9967B146-727B-4D00-A3E0-82A67A2FFDC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01EC54CD-C7C5-4846-BDD7-4C82B6F6BB5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01EC54CD-C7C5-4846-BDD7-4C82B6F6BB5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01EC54CD-C7C5-4846-BDD7-4C82B6F6BB5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01EC54CD-C7C5-4846-BDD7-4C82B6F6BB5D}.Release|Any CPU.Build.0 = Release|Any CPU
{C6CF596B-1A6A-434A-B9B2-AA4CC26526F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6CF596B-1A6A-434A-B9B2-AA4CC26526F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6CF596B-1A6A-434A-B9B2-AA4CC26526F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6CF596B-1A6A-434A-B9B2-AA4CC26526F3}.Release|Any CPU.Build.0 = Release|Any CPU
{9967B146-727B-4D00-A3E0-82A67A2FFDC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9967B146-727B-4D00-A3E0-82A67A2FFDC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9967B146-727B-4D00-A3E0-82A67A2FFDC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9967B146-727B-4D00-A3E0-82A67A2FFDC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal