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 >{6f111577-daf8-4294-b516-0077c22d7613}</ProjectGuid >
25+ <RootNamespace >ModulePluginMeter</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27+ <ProjectName >libModulePlugin_Meter</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 >v143</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 >v143</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 >v143</PlatformToolset >
47+ <CharacterSet >MultiByte</CharacterSet >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
50+ <ConfigurationType >DynamicLibrary</ConfigurationType >
51+ <UseDebugLibraries >false</UseDebugLibraries >
52+ <PlatformToolset >v143</PlatformToolset >
53+ <WholeProgramOptimization >true</WholeProgramOptimization >
54+ <CharacterSet >MultiByte</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+ <OutDir >$(SolutionDir)$(Configuration)\XEngine_Plugin\</OutDir >
76+ <IntDir >$(Configuration)\XEngine_Plugin\</IntDir >
77+ <IncludePath >$(XEngine_Include);../../XEngine_ThirdPart/jsoncpp;$(IncludePath)</IncludePath >
78+ <LibraryPath >$(XEngine_Lib32);$(LibraryPath)</LibraryPath >
79+ </PropertyGroup >
80+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
81+ <OutDir >$(SolutionDir)$(Configuration)\XEngine_Plugin\</OutDir >
82+ <IntDir >$(Configuration)\XEngine_Plugin\</IntDir >
83+ <IncludePath >$(XEngine_Include);../../XEngine_ThirdPart/jsoncpp;$(IncludePath)</IncludePath >
84+ <LibraryPath >$(XEngine_Lib32);$(LibraryPath)</LibraryPath >
85+ </PropertyGroup >
86+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
87+ <OutDir >$(SolutionDir)$(Platform)\$(Configuration)\XEngine_Plugin\</OutDir >
88+ <IntDir >$(Platform)\$(Configuration)\XEngine_Plugin\</IntDir >
89+ <IncludePath >$(XEngine_Include);../../XEngine_ThirdPart/jsoncpp;$(IncludePath)</IncludePath >
90+ <LibraryPath >$(XEngine_Lib64);$(LibraryPath)</LibraryPath >
91+ </PropertyGroup >
92+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
93+ <OutDir >$(SolutionDir)$(Platform)\$(Configuration)\XEngine_Plugin\</OutDir >
94+ <IntDir >$(Platform)\$(Configuration)\XEngine_Plugin\</IntDir >
95+ <IncludePath >$(XEngine_Include);../../XEngine_ThirdPart/jsoncpp;$(IncludePath)</IncludePath >
96+ <LibraryPath >$(XEngine_Lib64);$(LibraryPath)</LibraryPath >
97+ </PropertyGroup >
98+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
99+ <ClCompile >
100+ <WarningLevel >Level3</WarningLevel >
101+ <SDLCheck >true</SDLCheck >
102+ <PreprocessorDefinitions >WIN32;_DEBUG;MODULEPLUGINMETER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
103+ <ConformanceMode >true</ConformanceMode >
104+ <PrecompiledHeader >Use</PrecompiledHeader >
105+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
106+ </ClCompile >
107+ <Link >
108+ <SubSystem >Windows</SubSystem >
109+ <GenerateDebugInformation >true</GenerateDebugInformation >
110+ <EnableUAC >false</EnableUAC >
111+ <ModuleDefinitionFile >ModulePlugin_Meter.def</ModuleDefinitionFile >
112+ </Link >
113+ </ItemDefinitionGroup >
114+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
115+ <ClCompile >
116+ <WarningLevel >Level3</WarningLevel >
117+ <FunctionLevelLinking >true</FunctionLevelLinking >
118+ <IntrinsicFunctions >true</IntrinsicFunctions >
119+ <SDLCheck >true</SDLCheck >
120+ <PreprocessorDefinitions >WIN32;NDEBUG;MODULEPLUGINMETER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
121+ <ConformanceMode >true</ConformanceMode >
122+ <PrecompiledHeader >Use</PrecompiledHeader >
123+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
124+ </ClCompile >
125+ <Link >
126+ <SubSystem >Windows</SubSystem >
127+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
128+ <OptimizeReferences >true</OptimizeReferences >
129+ <GenerateDebugInformation >true</GenerateDebugInformation >
130+ <EnableUAC >false</EnableUAC >
131+ <ModuleDefinitionFile >ModulePlugin_Meter.def</ModuleDefinitionFile >
132+ </Link >
133+ </ItemDefinitionGroup >
134+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
135+ <ClCompile >
136+ <WarningLevel >Level3</WarningLevel >
137+ <SDLCheck >true</SDLCheck >
138+ <PreprocessorDefinitions >_DEBUG;MODULEPLUGINMETER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
139+ <ConformanceMode >true</ConformanceMode >
140+ <PrecompiledHeader >Use</PrecompiledHeader >
141+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
142+ </ClCompile >
143+ <Link >
144+ <SubSystem >Windows</SubSystem >
145+ <GenerateDebugInformation >true</GenerateDebugInformation >
146+ <EnableUAC >false</EnableUAC >
147+ <ModuleDefinitionFile >ModulePlugin_Meter.def</ModuleDefinitionFile >
148+ </Link >
149+ </ItemDefinitionGroup >
150+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
151+ <ClCompile >
152+ <WarningLevel >Level3</WarningLevel >
153+ <FunctionLevelLinking >true</FunctionLevelLinking >
154+ <IntrinsicFunctions >true</IntrinsicFunctions >
155+ <SDLCheck >true</SDLCheck >
156+ <PreprocessorDefinitions >NDEBUG;MODULEPLUGINMETER_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
157+ <ConformanceMode >true</ConformanceMode >
158+ <PrecompiledHeader >Use</PrecompiledHeader >
159+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
160+ </ClCompile >
161+ <Link >
162+ <SubSystem >Windows</SubSystem >
163+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
164+ <OptimizeReferences >true</OptimizeReferences >
165+ <GenerateDebugInformation >true</GenerateDebugInformation >
166+ <EnableUAC >false</EnableUAC >
167+ <ModuleDefinitionFile >ModulePlugin_Meter.def</ModuleDefinitionFile >
168+ </Link >
169+ </ItemDefinitionGroup >
170+ <ItemGroup >
171+ <ClInclude Include =" framework.h" />
172+ <ClInclude Include =" pch.h" />
173+ <ClInclude Include =" PluginMeter_Define.h" />
174+ <ClInclude Include =" PluginMeter_Error.h" />
175+ <ClInclude Include =" Plugin_Meter\Plugin_Meter.h" />
176+ </ItemGroup >
177+ <ItemGroup >
178+ <ClCompile Include =" dllmain.cpp" />
179+ <ClCompile Include =" pch.cpp" >
180+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
181+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
182+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
183+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
184+ </ClCompile >
185+ <ClCompile Include =" Plugin_Meter\Plugin_Meter.cpp" />
186+ </ItemGroup >
187+ <ItemGroup >
188+ <None Include =" ModulePlugin_Meter.def" />
189+ </ItemGroup >
190+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
191+ <ImportGroup Label =" ExtensionTargets" >
192+ </ImportGroup >
193+ </Project >
0 commit comments