source: xmlTools/trunk/posUpdate.sln@ 869

Last change on this file since 869 was 868, checked in by s10k, 12 years ago

XmlTools: 0.8g fixed a bug added by the previous versions in patch files, which made them fail. fixed another bug when putting -filename as last parameter in patch file.

File size: 1.8 KB
Line 
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio 2012
4Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xmlTools", "posUpdate\xmlTools.csproj", "{15D5D758-709A-412D-B06D-158477BC9BFC}"
5EndProject
6Global
7 GlobalSection(SolutionConfigurationPlatforms) = preSolution
8 Debug|Any CPU = Debug|Any CPU
9 Debug|Mixed Platforms = Debug|Mixed Platforms
10 Debug|x86 = Debug|x86
11 Release|Any CPU = Release|Any CPU
12 Release|Mixed Platforms = Release|Mixed Platforms
13 Release|x86 = Release|x86
14 EndGlobalSection
15 GlobalSection(ProjectConfigurationPlatforms) = postSolution
16 {15D5D758-709A-412D-B06D-158477BC9BFC}.Debug|Any CPU.ActiveCfg = Debug|x86
17 {15D5D758-709A-412D-B06D-158477BC9BFC}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
18 {15D5D758-709A-412D-B06D-158477BC9BFC}.Debug|Mixed Platforms.Build.0 = Debug|x86
19 {15D5D758-709A-412D-B06D-158477BC9BFC}.Debug|x86.ActiveCfg = Debug|x86
20 {15D5D758-709A-412D-B06D-158477BC9BFC}.Debug|x86.Build.0 = Debug|x86
21 {15D5D758-709A-412D-B06D-158477BC9BFC}.Release|Any CPU.ActiveCfg = Release|x86
22 {15D5D758-709A-412D-B06D-158477BC9BFC}.Release|Mixed Platforms.ActiveCfg = Release|x86
23 {15D5D758-709A-412D-B06D-158477BC9BFC}.Release|Mixed Platforms.Build.0 = Release|x86
24 {15D5D758-709A-412D-B06D-158477BC9BFC}.Release|x86.ActiveCfg = Release|x86
25 {15D5D758-709A-412D-B06D-158477BC9BFC}.Release|x86.Build.0 = Release|x86
26 EndGlobalSection
27 GlobalSection(SolutionProperties) = preSolution
28 HideSolutionNode = FALSE
29 EndGlobalSection
30 GlobalSection(MonoDevelopProperties) = preSolution
31 StartupItem = src\demo\CommandLine.Demo.csproj
32 Policies = $0
33 $0.TextStylePolicy = $1
34 $1.FileWidth = 120
35 $1.TabsToSpaces = False
36 $1.inheritsSet = VisualStudio
37 $1.inheritsScope = text/plain
38 EndGlobalSection
39EndGlobal
Note: See TracBrowser for help on using the repository browser.