|
5 | 5 | <Configuration>Debug</Configuration> |
6 | 6 | <Platform>Win32</Platform> |
7 | 7 | </ProjectConfiguration> |
| 8 | + <ProjectConfiguration Include="minimal system|Win32"> |
| 9 | + <Configuration>minimal system</Configuration> |
| 10 | + <Platform>Win32</Platform> |
| 11 | + </ProjectConfiguration> |
| 12 | + <ProjectConfiguration Include="minimal system|x64"> |
| 13 | + <Configuration>minimal system</Configuration> |
| 14 | + <Platform>x64</Platform> |
| 15 | + </ProjectConfiguration> |
8 | 16 | <ProjectConfiguration Include="ReleaseDLL|Win32"> |
9 | 17 | <Configuration>ReleaseDLL</Configuration> |
10 | 18 | <Platform>Win32</Platform> |
|
47 | 55 | <PlatformToolset>v140</PlatformToolset> |
48 | 56 | <CharacterSet>MultiByte</CharacterSet> |
49 | 57 | </PropertyGroup> |
| 58 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='minimal system|Win32'" Label="Configuration"> |
| 59 | + <ConfigurationType>Application</ConfigurationType> |
| 60 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 61 | + <PlatformToolset>v140</PlatformToolset> |
| 62 | + <CharacterSet>MultiByte</CharacterSet> |
| 63 | + </PropertyGroup> |
50 | 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration"> |
51 | 65 | <ConfigurationType>Application</ConfigurationType> |
52 | 66 | <UseDebugLibraries>true</UseDebugLibraries> |
|
73 | 87 | <PlatformToolset>v140</PlatformToolset> |
74 | 88 | <CharacterSet>Unicode</CharacterSet> |
75 | 89 | </PropertyGroup> |
| 90 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='minimal system|x64'" Label="Configuration"> |
| 91 | + <ConfigurationType>Application</ConfigurationType> |
| 92 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 93 | + <PlatformToolset>v140</PlatformToolset> |
| 94 | + <CharacterSet>Unicode</CharacterSet> |
| 95 | + </PropertyGroup> |
76 | 96 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration"> |
77 | 97 | <ConfigurationType>Application</ConfigurationType> |
78 | 98 | <UseDebugLibraries>true</UseDebugLibraries> |
|
101 | 121 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
102 | 122 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
103 | 123 | </ImportGroup> |
| 124 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='minimal system|Win32'" Label="PropertySheets"> |
| 125 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 126 | + </ImportGroup> |
104 | 127 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets"> |
105 | 128 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
106 | 129 | </ImportGroup> |
|
113 | 136 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
114 | 137 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
115 | 138 | </ImportGroup> |
| 139 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='minimal system|x64'" Label="PropertySheets"> |
| 140 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 141 | + </ImportGroup> |
116 | 142 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets"> |
117 | 143 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
118 | 144 | </ImportGroup> |
|
129 | 155 | <TargetName>ChatScriptIDE</TargetName> |
130 | 156 | <IncludePath>../SRC/curl;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath> |
131 | 157 | </PropertyGroup> |
| 158 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='minimal system|Win32'"> |
| 159 | + <LinkIncremental>true</LinkIncremental> |
| 160 | + <OutDir>$(SolutionDir)..\BINARIES\</OutDir> |
| 161 | + <TargetName>ChatScriptIDE</TargetName> |
| 162 | + <IncludePath>../SRC/curl;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath> |
| 163 | + </PropertyGroup> |
132 | 164 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'"> |
133 | 165 | <LinkIncremental>true</LinkIncremental> |
134 | 166 | <OutDir>$(SolutionDir)..\BINARIES\</OutDir> |
|
137 | 169 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
138 | 170 | <LinkIncremental>true</LinkIncremental> |
139 | 171 | </PropertyGroup> |
| 172 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='minimal system|x64'"> |
| 173 | + <LinkIncremental>true</LinkIncremental> |
| 174 | + </PropertyGroup> |
140 | 175 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"> |
141 | 176 | <LinkIncremental>true</LinkIncremental> |
142 | 177 | </PropertyGroup> |
|
167 | 202 | <GenerateDebugInformation>true</GenerateDebugInformation> |
168 | 203 | </Link> |
169 | 204 | </ItemDefinitionGroup> |
| 205 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='minimal system|Win32'"> |
| 206 | + <ClCompile> |
| 207 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
| 208 | + <WarningLevel>Level3</WarningLevel> |
| 209 | + <Optimization>Disabled</Optimization> |
| 210 | + <PreprocessorDefinitions>_AFXDLL;DISCARDMONGO;DISCARDPOSTGRES;DISCARDMYSQL;WIN32;_DEBUG;_NOMAIN;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 211 | + </ClCompile> |
| 212 | + <Link> |
| 213 | + <SubSystem>Windows</SubSystem> |
| 214 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 215 | + </Link> |
| 216 | + </ItemDefinitionGroup> |
170 | 217 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'"> |
171 | 218 | <ClCompile> |
172 | 219 | <PrecompiledHeader>Use</PrecompiledHeader> |
|
191 | 238 | <GenerateDebugInformation>true</GenerateDebugInformation> |
192 | 239 | </Link> |
193 | 240 | </ItemDefinitionGroup> |
| 241 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='minimal system|x64'"> |
| 242 | + <ClCompile> |
| 243 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 244 | + <WarningLevel>Level3</WarningLevel> |
| 245 | + <Optimization>Disabled</Optimization> |
| 246 | + <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 247 | + </ClCompile> |
| 248 | + <Link> |
| 249 | + <SubSystem>Windows</SubSystem> |
| 250 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 251 | + </Link> |
| 252 | + </ItemDefinitionGroup> |
194 | 253 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'"> |
195 | 254 | <ClCompile> |
196 | 255 | <PrecompiledHeader>Use</PrecompiledHeader> |
|
351 | 410 | <ClCompile Include="ChatScriptIDE.cpp" /> |
352 | 411 | <ClCompile Include="stdafx.cpp"> |
353 | 412 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
| 413 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='minimal system|Win32'">Create</PrecompiledHeader> |
354 | 414 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">Create</PrecompiledHeader> |
355 | 415 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
| 416 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='minimal system|x64'">Create</PrecompiledHeader> |
356 | 417 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">Create</PrecompiledHeader> |
357 | 418 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
358 | 419 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseMySQL64|Win32'">Create</PrecompiledHeader> |
|
0 commit comments