Skip to content

Commit ce3ffed

Browse files
committed
Chatscript 9.4 release
1 parent 7bfb398 commit ce3ffed

122 files changed

Lines changed: 6383 additions & 1736 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BINARIES/ChatScriptmongo.exe

6 KB
Binary file not shown.

BINARIES/ChatScriptpg.exe

6 KB
Binary file not shown.

BINARIES/LinuxChatScript64

6.14 KB
Binary file not shown.

BINARIES/chatscript.dll

6 KB
Binary file not shown.

BINARIES/chatscript.exe

6 KB
Binary file not shown.
5.5 KB
Binary file not shown.

CHATSCRIPTIDE/ChatScriptIDE.vcxproj

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
<Configuration>Debug</Configuration>
66
<Platform>Win32</Platform>
77
</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>
816
<ProjectConfiguration Include="ReleaseDLL|Win32">
917
<Configuration>ReleaseDLL</Configuration>
1018
<Platform>Win32</Platform>
@@ -47,6 +55,12 @@
4755
<PlatformToolset>v140</PlatformToolset>
4856
<CharacterSet>MultiByte</CharacterSet>
4957
</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>
5064
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="Configuration">
5165
<ConfigurationType>Application</ConfigurationType>
5266
<UseDebugLibraries>true</UseDebugLibraries>
@@ -73,6 +87,12 @@
7387
<PlatformToolset>v140</PlatformToolset>
7488
<CharacterSet>Unicode</CharacterSet>
7589
</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>
7696
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="Configuration">
7797
<ConfigurationType>Application</ConfigurationType>
7898
<UseDebugLibraries>true</UseDebugLibraries>
@@ -101,6 +121,9 @@
101121
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
102122
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
103123
</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>
104127
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'" Label="PropertySheets">
105128
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
106129
</ImportGroup>
@@ -113,6 +136,9 @@
113136
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
114137
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
115138
</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>
116142
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'" Label="PropertySheets">
117143
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
118144
</ImportGroup>
@@ -129,6 +155,12 @@
129155
<TargetName>ChatScriptIDE</TargetName>
130156
<IncludePath>../SRC/curl;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
131157
</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>
132164
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
133165
<LinkIncremental>true</LinkIncremental>
134166
<OutDir>$(SolutionDir)..\BINARIES\</OutDir>
@@ -137,6 +169,9 @@
137169
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
138170
<LinkIncremental>true</LinkIncremental>
139171
</PropertyGroup>
172+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='minimal system|x64'">
173+
<LinkIncremental>true</LinkIncremental>
174+
</PropertyGroup>
140175
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
141176
<LinkIncremental>true</LinkIncremental>
142177
</PropertyGroup>
@@ -167,6 +202,18 @@
167202
<GenerateDebugInformation>true</GenerateDebugInformation>
168203
</Link>
169204
</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>
170217
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
171218
<ClCompile>
172219
<PrecompiledHeader>Use</PrecompiledHeader>
@@ -191,6 +238,18 @@
191238
<GenerateDebugInformation>true</GenerateDebugInformation>
192239
</Link>
193240
</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>
194253
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">
195254
<ClCompile>
196255
<PrecompiledHeader>Use</PrecompiledHeader>
@@ -351,8 +410,10 @@
351410
<ClCompile Include="ChatScriptIDE.cpp" />
352411
<ClCompile Include="stdafx.cpp">
353412
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
413+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='minimal system|Win32'">Create</PrecompiledHeader>
354414
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">Create</PrecompiledHeader>
355415
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
416+
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='minimal system|x64'">Create</PrecompiledHeader>
356417
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|x64'">Create</PrecompiledHeader>
357418
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
358419
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='ReleaseMySQL64|Win32'">Create</PrecompiledHeader>
17.6 MB
Binary file not shown.
91.6 KB
Binary file not shown.
15.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)