|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
4 |
| - <ProjectConfiguration Include="DebugXP|Win32"> |
5 |
| - <Configuration>DebugXP</Configuration> |
6 |
| - <Platform>Win32</Platform> |
7 |
| - </ProjectConfiguration> |
8 | 4 | <ProjectConfiguration Include="Debug|Win32">
|
9 | 5 | <Configuration>Debug</Configuration>
|
10 | 6 | <Platform>Win32</Platform>
|
11 | 7 | </ProjectConfiguration>
|
12 |
| - <ProjectConfiguration Include="ReleaseXP|Win32"> |
13 |
| - <Configuration>ReleaseXP</Configuration> |
14 |
| - <Platform>Win32</Platform> |
15 |
| - </ProjectConfiguration> |
16 | 8 | <ProjectConfiguration Include="Release|Win32">
|
17 | 9 | <Configuration>Release</Configuration>
|
18 | 10 | <Platform>Win32</Platform>
|
|
30 | 22 | <PlatformToolset>v120</PlatformToolset>
|
31 | 23 | <CharacterSet>Unicode</CharacterSet>
|
32 | 24 | </PropertyGroup>
|
33 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugXP|Win32'" Label="Configuration"> |
34 |
| - <ConfigurationType>Application</ConfigurationType> |
35 |
| - <UseDebugLibraries>true</UseDebugLibraries> |
36 |
| - <PlatformToolset>v120_xp</PlatformToolset> |
37 |
| - <CharacterSet>Unicode</CharacterSet> |
38 |
| - </PropertyGroup> |
39 | 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
40 | 26 | <ConfigurationType>Application</ConfigurationType>
|
41 | 27 | <UseDebugLibraries>false</UseDebugLibraries>
|
42 | 28 | <PlatformToolset>v120</PlatformToolset>
|
43 | 29 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
44 | 30 | <CharacterSet>Unicode</CharacterSet>
|
45 | 31 | </PropertyGroup>
|
46 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseXP|Win32'" Label="Configuration"> |
47 |
| - <ConfigurationType>Application</ConfigurationType> |
48 |
| - <UseDebugLibraries>false</UseDebugLibraries> |
49 |
| - <PlatformToolset>v120_xp</PlatformToolset> |
50 |
| - <WholeProgramOptimization>true</WholeProgramOptimization> |
51 |
| - <CharacterSet>Unicode</CharacterSet> |
52 |
| - </PropertyGroup> |
53 | 32 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
54 | 33 | <ImportGroup Label="ExtensionSettings">
|
55 | 34 | </ImportGroup>
|
56 | 35 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
57 | 36 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
58 | 37 | </ImportGroup>
|
59 |
| - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugXP|Win32'" Label="PropertySheets"> |
60 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
61 |
| - </ImportGroup> |
62 | 38 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
63 | 39 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
64 | 40 | </ImportGroup>
|
65 |
| - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseXP|Win32'" Label="PropertySheets"> |
66 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
67 |
| - </ImportGroup> |
68 | 41 | <PropertyGroup Label="UserMacros" />
|
69 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
70 | 43 | <LinkIncremental>true</LinkIncremental>
|
71 | 44 | <TargetName>Cmder</TargetName>
|
72 | 45 | </PropertyGroup>
|
73 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugXP|Win32'"> |
74 |
| - <LinkIncremental>true</LinkIncremental> |
75 |
| - <TargetName>Cmder</TargetName> |
76 |
| - </PropertyGroup> |
77 | 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
78 | 47 | <LinkIncremental>false</LinkIncremental>
|
79 | 48 | <TargetName>Cmder</TargetName>
|
80 | 49 | </PropertyGroup>
|
81 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseXP|Win32'"> |
82 |
| - <LinkIncremental>false</LinkIncremental> |
83 |
| - <TargetName>Cmder</TargetName> |
84 |
| - </PropertyGroup> |
85 | 50 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
86 | 51 | <ClCompile>
|
87 | 52 | <PrecompiledHeader>
|
|
96 | 61 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
97 | 62 | </Link>
|
98 | 63 | </ItemDefinitionGroup>
|
99 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugXP|Win32'"> |
100 |
| - <ClCompile> |
101 |
| - <PrecompiledHeader> |
102 |
| - </PrecompiledHeader> |
103 |
| - <WarningLevel>Level3</WarningLevel> |
104 |
| - <Optimization>Disabled</Optimization> |
105 |
| - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;XP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
106 |
| - <SDLCheck>true</SDLCheck> |
107 |
| - </ClCompile> |
108 |
| - <Link> |
109 |
| - <SubSystem>Windows</SubSystem> |
110 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
111 |
| - </Link> |
112 |
| - </ItemDefinitionGroup> |
113 | 64 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
114 | 65 | <ClCompile>
|
115 | 66 | <WarningLevel>Level3</WarningLevel>
|
|
132 | 83 | <Command>copy $(TargetPath) $(SolutionDir)..\$(TargetFileName)</Command>
|
133 | 84 | </PostBuildEvent>
|
134 | 85 | </ItemDefinitionGroup>
|
135 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseXP|Win32'"> |
136 |
| - <ClCompile> |
137 |
| - <WarningLevel>Level3</WarningLevel> |
138 |
| - <PrecompiledHeader> |
139 |
| - </PrecompiledHeader> |
140 |
| - <Optimization>MinSpace</Optimization> |
141 |
| - <FunctionLevelLinking>true</FunctionLevelLinking> |
142 |
| - <IntrinsicFunctions>false</IntrinsicFunctions> |
143 |
| - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;XP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
144 |
| - <SDLCheck>true</SDLCheck> |
145 |
| - <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> |
146 |
| - </ClCompile> |
147 |
| - <Link> |
148 |
| - <SubSystem>Windows</SubSystem> |
149 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
150 |
| - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
151 |
| - <OptimizeReferences>true</OptimizeReferences> |
152 |
| - </Link> |
153 |
| - <PostBuildEvent> |
154 |
| - <Command>copy $(TargetPath) $(SolutionDir)..\$(TargetFileName)</Command> |
155 |
| - </PostBuildEvent> |
156 |
| - </ItemDefinitionGroup> |
157 | 86 | <ItemGroup>
|
158 | 87 | <ResourceCompile Include="src\Resource.rc" />
|
159 | 88 | </ItemGroup>
|
|
0 commit comments