1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >16.0</VCProjectVersion >
23+ <Keyword >Win32Proj</Keyword >
24+ <ProjectGuid >{2f7b3165-47b0-49ab-9474-06030f811c84}</ProjectGuid >
25+ <RootNamespace >TestDLL</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27+ <ProjectName >Bot-Manager</ProjectName >
28+ </PropertyGroup >
29+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
31+ <ConfigurationType >DynamicLibrary</ConfigurationType >
32+ <UseDebugLibraries >true</UseDebugLibraries >
33+ <PlatformToolset >v142</PlatformToolset >
34+ <CharacterSet >MultiByte</CharacterSet >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
37+ <ConfigurationType >DynamicLibrary</ConfigurationType >
38+ <UseDebugLibraries >false</UseDebugLibraries >
39+ <PlatformToolset >v142</PlatformToolset >
40+ <WholeProgramOptimization >true</WholeProgramOptimization >
41+ <CharacterSet >MultiByte</CharacterSet >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
44+ <ConfigurationType >DynamicLibrary</ConfigurationType >
45+ <UseDebugLibraries >true</UseDebugLibraries >
46+ <PlatformToolset >v142</PlatformToolset >
47+ <CharacterSet >Unicode</CharacterSet >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
50+ <ConfigurationType >DynamicLibrary</ConfigurationType >
51+ <UseDebugLibraries >false</UseDebugLibraries >
52+ <PlatformToolset >v142</PlatformToolset >
53+ <WholeProgramOptimization >true</WholeProgramOptimization >
54+ <CharacterSet >Unicode</CharacterSet >
55+ </PropertyGroup >
56+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
57+ <ImportGroup Label =" ExtensionSettings" >
58+ </ImportGroup >
59+ <ImportGroup Label =" Shared" >
60+ </ImportGroup >
61+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
62+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63+ </ImportGroup >
64+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
65+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66+ </ImportGroup >
67+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
68+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69+ </ImportGroup >
70+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
71+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72+ </ImportGroup >
73+ <PropertyGroup Label =" UserMacros" />
74+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
75+ <LinkIncremental >true</LinkIncremental >
76+ </PropertyGroup >
77+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
78+ <LinkIncremental >false</LinkIncremental >
79+ </PropertyGroup >
80+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
81+ <LinkIncremental >true</LinkIncremental >
82+ </PropertyGroup >
83+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
84+ <LinkIncremental >false</LinkIncremental >
85+ </PropertyGroup >
86+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
87+ <VcpkgUseStatic >false</VcpkgUseStatic >
88+ </PropertyGroup >
89+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
90+ <ClCompile >
91+ <WarningLevel >Level3</WarningLevel >
92+ <SDLCheck >true</SDLCheck >
93+ <PreprocessorDefinitions >WIN32;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions >
94+ <ConformanceMode >true</ConformanceMode >
95+ <PrecompiledHeader >Use</PrecompiledHeader >
96+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
97+ <LanguageStandard >stdcpp17</LanguageStandard >
98+ <LanguageStandard_C >Default</LanguageStandard_C >
99+ </ClCompile >
100+ <Link >
101+ <SubSystem >Windows</SubSystem >
102+ <GenerateDebugInformation >true</GenerateDebugInformation >
103+ <EnableUAC >false</EnableUAC >
104+ <ModuleDefinitionFile >
105+ </ModuleDefinitionFile >
106+ </Link >
107+ </ItemDefinitionGroup >
108+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
109+ <ClCompile >
110+ <WarningLevel >Level3</WarningLevel >
111+ <FunctionLevelLinking >true</FunctionLevelLinking >
112+ <IntrinsicFunctions >true</IntrinsicFunctions >
113+ <SDLCheck >true</SDLCheck >
114+ <PreprocessorDefinitions >WIN32;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions >
115+ <ConformanceMode >true</ConformanceMode >
116+ <PrecompiledHeader >Use</PrecompiledHeader >
117+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
118+ </ClCompile >
119+ <Link >
120+ <SubSystem >Windows</SubSystem >
121+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
122+ <OptimizeReferences >true</OptimizeReferences >
123+ <GenerateDebugInformation >true</GenerateDebugInformation >
124+ <EnableUAC >false</EnableUAC >
125+ <ModuleDefinitionFile >
126+ </ModuleDefinitionFile >
127+ </Link >
128+ </ItemDefinitionGroup >
129+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
130+ <ClCompile >
131+ <WarningLevel >Level3</WarningLevel >
132+ <SDLCheck >true</SDLCheck >
133+ <PreprocessorDefinitions >_DEBUG;TESTDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
134+ <ConformanceMode >true</ConformanceMode >
135+ <PrecompiledHeader >Use</PrecompiledHeader >
136+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
137+ </ClCompile >
138+ <Link >
139+ <SubSystem >Windows</SubSystem >
140+ <GenerateDebugInformation >true</GenerateDebugInformation >
141+ <EnableUAC >false</EnableUAC >
142+ <ModuleDefinitionFile >Source.def</ModuleDefinitionFile >
143+ </Link >
144+ </ItemDefinitionGroup >
145+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
146+ <ClCompile >
147+ <WarningLevel >Level3</WarningLevel >
148+ <FunctionLevelLinking >true</FunctionLevelLinking >
149+ <IntrinsicFunctions >true</IntrinsicFunctions >
150+ <SDLCheck >true</SDLCheck >
151+ <PreprocessorDefinitions >NDEBUG;TESTDLL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
152+ <ConformanceMode >true</ConformanceMode >
153+ <PrecompiledHeader >Use</PrecompiledHeader >
154+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
155+ </ClCompile >
156+ <Link >
157+ <SubSystem >Windows</SubSystem >
158+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
159+ <OptimizeReferences >true</OptimizeReferences >
160+ <GenerateDebugInformation >true</GenerateDebugInformation >
161+ <EnableUAC >false</EnableUAC >
162+ <ModuleDefinitionFile >Source.def</ModuleDefinitionFile >
163+ </Link >
164+ </ItemDefinitionGroup >
165+ <ItemGroup >
166+ <ClInclude Include =" acf.hpp" />
167+ <ClInclude Include =" bot.hpp" />
168+ <ClInclude Include =" framework.h" />
169+ <ClInclude Include =" mem.h" />
170+ <ClInclude Include =" pch.h" />
171+ </ItemGroup >
172+ <ItemGroup >
173+ <ClCompile Include =" bot.cpp" />
174+ <ClCompile Include =" dllmain.cpp" />
175+ <ClCompile Include =" pch.cpp" >
176+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
177+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
178+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
179+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
180+ </ClCompile >
181+ </ItemGroup >
182+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
183+ <ImportGroup Label =" ExtensionTargets" >
184+ </ImportGroup >
185+ </Project >
0 commit comments