blob: a383c29bd70b55d0a1ec4baf16a286e27e60a9c0 (
plain) (
blame)
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
|
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PsFastXml", "./PsFastXml.vcxproj", "{82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
checked|x64 = checked|x64
debug|x64 = debug|x64
profile|x64 = profile|x64
release|x64 = release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.checked|x64.ActiveCfg = checked|x64
{82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.checked|x64.Build.0 = checked|x64
{82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.debug|x64.ActiveCfg = debug|x64
{82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.debug|x64.Build.0 = debug|x64
{82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.profile|x64.ActiveCfg = profile|x64
{82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.profile|x64.Build.0 = profile|x64
{82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.release|x64.ActiveCfg = release|x64
{82276A9F-CCF0-C50C-BB4A-82ACFFE2A93A}.release|x64.Build.0 = release|x64
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddins) = postSolution
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal
|