aboutsummaryrefslogtreecommitdiff
path: root/libstudxml-vc10.sln
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-04-29 08:29:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-04-29 08:29:49 +0200
commit871082dc018815261b6ec75a8e4933505389ffae (patch)
tree6b92641afc8dbbf234fa5b46569ed4335cb4204b /libstudxml-vc10.sln
parenteb95d50569946def5e55c73445c1d85f603e8536 (diff)
Support for autotools and VC++ 9, 10, 11 build systems
Diffstat (limited to 'libstudxml-vc10.sln')
-rw-r--r--libstudxml-vc10.sln26
1 files changed, 26 insertions, 0 deletions
diff --git a/libstudxml-vc10.sln b/libstudxml-vc10.sln
new file mode 100644
index 0000000..0e065f4
--- /dev/null
+++ b/libstudxml-vc10.sln
@@ -0,0 +1,26 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libstudxml", "xml\libstudxml-vc10.vcxproj", "{DCFCED35-A6E4-4554-948D-4A5E982D6824}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {DCFCED35-A6E4-4554-948D-4A5E982D6824}.Debug|Win32.ActiveCfg = Debug|Win32
+ {DCFCED35-A6E4-4554-948D-4A5E982D6824}.Debug|Win32.Build.0 = Debug|Win32
+ {DCFCED35-A6E4-4554-948D-4A5E982D6824}.Debug|x64.ActiveCfg = Debug|x64
+ {DCFCED35-A6E4-4554-948D-4A5E982D6824}.Debug|x64.Build.0 = Debug|x64
+ {DCFCED35-A6E4-4554-948D-4A5E982D6824}.Release|Win32.ActiveCfg = Release|Win32
+ {DCFCED35-A6E4-4554-948D-4A5E982D6824}.Release|Win32.Build.0 = Release|Win32
+ {DCFCED35-A6E4-4554-948D-4A5E982D6824}.Release|x64.ActiveCfg = Release|x64
+ {DCFCED35-A6E4-4554-948D-4A5E982D6824}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal