nsJSON.vcxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug Unicode|Win32">
  5. <Configuration>Debug Unicode</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug Unicode|x64">
  9. <Configuration>Debug Unicode</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release Unicode|Win32">
  21. <Configuration>Release Unicode</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release Unicode|x64">
  25. <Configuration>Release Unicode</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|Win32">
  29. <Configuration>Release</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{EC3375F9-B492-470B-8EA6-8F5F4A804BB7}</ProjectGuid>
  39. <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
  40. </PropertyGroup>
  41. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <CharacterSet>Unicode</CharacterSet>
  45. <PlatformToolset>v140</PlatformToolset>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <CharacterSet>Unicode</CharacterSet>
  50. <PlatformToolset>v140</PlatformToolset>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  53. <ConfigurationType>DynamicLibrary</ConfigurationType>
  54. <CharacterSet>MultiByte</CharacterSet>
  55. <PlatformToolset>v140</PlatformToolset>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  58. <ConfigurationType>DynamicLibrary</ConfigurationType>
  59. <CharacterSet>MultiByte</CharacterSet>
  60. <PlatformToolset>v140</PlatformToolset>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'" Label="Configuration">
  63. <ConfigurationType>DynamicLibrary</ConfigurationType>
  64. <CharacterSet>Unicode</CharacterSet>
  65. <PlatformToolset>v140</PlatformToolset>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'" Label="Configuration">
  68. <ConfigurationType>DynamicLibrary</ConfigurationType>
  69. <CharacterSet>Unicode</CharacterSet>
  70. <PlatformToolset>v140</PlatformToolset>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  73. <ConfigurationType>DynamicLibrary</ConfigurationType>
  74. <CharacterSet>MultiByte</CharacterSet>
  75. <PlatformToolset>v140</PlatformToolset>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  78. <ConfigurationType>DynamicLibrary</ConfigurationType>
  79. <CharacterSet>MultiByte</CharacterSet>
  80. <PlatformToolset>v140</PlatformToolset>
  81. </PropertyGroup>
  82. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  83. <ImportGroup Label="ExtensionSettings">
  84. </ImportGroup>
  85. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'" Label="PropertySheets">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  88. </ImportGroup>
  89. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'" Label="PropertySheets">
  90. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  91. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  92. </ImportGroup>
  93. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  94. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  95. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  96. </ImportGroup>
  97. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  98. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  99. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  100. </ImportGroup>
  101. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'" Label="PropertySheets">
  102. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  103. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  104. </ImportGroup>
  105. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'" Label="PropertySheets">
  106. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  107. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  108. </ImportGroup>
  109. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  110. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  111. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  112. </ImportGroup>
  113. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  114. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  115. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  116. </ImportGroup>
  117. <PropertyGroup Label="UserMacros" />
  118. <PropertyGroup>
  119. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  120. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\..\Plugins\x86-ansi\</OutDir>
  121. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest>
  122. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest>
  123. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\..\Plugins\x86-ansi\</OutDir>
  124. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">$(SolutionDir)..\..\Plugins\x86-unicode\</OutDir>
  125. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest>
  126. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest>
  127. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">false</GenerateManifest>
  128. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'">false</GenerateManifest>
  129. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">$(SolutionDir)..\..\Plugins\x86-unicode\</OutDir>
  130. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">false</GenerateManifest>
  131. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'">false</GenerateManifest>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'">
  134. <OutDir>$(SolutionDir)..\..\Plugins\amd64-unicode\</OutDir>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'">
  137. <OutDir>$(SolutionDir)..\..\Plugins\amd64-unicode\</OutDir>
  138. </PropertyGroup>
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  140. <Midl>
  141. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  142. <MkTypLibCompatible>true</MkTypLibCompatible>
  143. <SuppressStartupBanner>true</SuppressStartupBanner>
  144. <TargetEnvironment>Win32</TargetEnvironment>
  145. <HeaderFileName>
  146. </HeaderFileName>
  147. </Midl>
  148. <ClCompile>
  149. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  150. <BufferSecurityCheck>false</BufferSecurityCheck>
  151. <PrecompiledHeader>
  152. </PrecompiledHeader>
  153. <WarningLevel>Level3</WarningLevel>
  154. <SuppressStartupBanner>true</SuppressStartupBanner>
  155. <Optimization>MinSpace</Optimization>
  156. </ClCompile>
  157. <ResourceCompile>
  158. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  159. <Culture>0x0409</Culture>
  160. </ResourceCompile>
  161. <Link>
  162. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  163. <EntryPointSymbol>DllMain</EntryPointSymbol>
  164. <DataExecutionPrevention>
  165. </DataExecutionPrevention>
  166. <TargetMachine>MachineX86</TargetMachine>
  167. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  168. <AdditionalDependencies>wininet.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  169. <GenerateDebugInformation>No</GenerateDebugInformation>
  170. </Link>
  171. <PostBuildEvent>
  172. <Command>
  173. </Command>
  174. </PostBuildEvent>
  175. </ItemDefinitionGroup>
  176. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  177. <Midl>
  178. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  179. <MkTypLibCompatible>true</MkTypLibCompatible>
  180. <SuppressStartupBanner>true</SuppressStartupBanner>
  181. <HeaderFileName>
  182. </HeaderFileName>
  183. </Midl>
  184. <ClCompile>
  185. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  186. <BufferSecurityCheck>false</BufferSecurityCheck>
  187. <PrecompiledHeader>
  188. </PrecompiledHeader>
  189. <WarningLevel>Level3</WarningLevel>
  190. <SuppressStartupBanner>true</SuppressStartupBanner>
  191. <Optimization>MinSpace</Optimization>
  192. </ClCompile>
  193. <ResourceCompile>
  194. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  195. <Culture>0x0409</Culture>
  196. </ResourceCompile>
  197. <Link>
  198. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  199. <EntryPointSymbol>DllMain</EntryPointSymbol>
  200. <DataExecutionPrevention>
  201. </DataExecutionPrevention>
  202. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  203. <AdditionalDependencies>wininet.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  204. <GenerateDebugInformation>No</GenerateDebugInformation>
  205. </Link>
  206. <PostBuildEvent>
  207. <Command>
  208. </Command>
  209. </PostBuildEvent>
  210. </ItemDefinitionGroup>
  211. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  212. <Midl>
  213. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  214. <MkTypLibCompatible>true</MkTypLibCompatible>
  215. <SuppressStartupBanner>true</SuppressStartupBanner>
  216. <TargetEnvironment>Win32</TargetEnvironment>
  217. <HeaderFileName>
  218. </HeaderFileName>
  219. </Midl>
  220. <ClCompile>
  221. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;nsJSON_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  222. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  223. <PrecompiledHeader>
  224. </PrecompiledHeader>
  225. <WarningLevel>Level3</WarningLevel>
  226. <SuppressStartupBanner>true</SuppressStartupBanner>
  227. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  228. <Optimization>Disabled</Optimization>
  229. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  230. </ClCompile>
  231. <ResourceCompile>
  232. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  233. <Culture>0x0409</Culture>
  234. </ResourceCompile>
  235. <Link>
  236. <GenerateDebugInformation>true</GenerateDebugInformation>
  237. <DataExecutionPrevention>
  238. </DataExecutionPrevention>
  239. <TargetMachine>MachineX86</TargetMachine>
  240. <IgnoreSpecificDefaultLibraries>
  241. </IgnoreSpecificDefaultLibraries>
  242. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  243. <AdditionalDependencies>wininet.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  244. </Link>
  245. <PostBuildEvent>
  246. <Command>
  247. </Command>
  248. </PostBuildEvent>
  249. </ItemDefinitionGroup>
  250. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  251. <Midl>
  252. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  253. <MkTypLibCompatible>true</MkTypLibCompatible>
  254. <SuppressStartupBanner>true</SuppressStartupBanner>
  255. <HeaderFileName>
  256. </HeaderFileName>
  257. </Midl>
  258. <ClCompile>
  259. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;nsJSON_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  260. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  261. <PrecompiledHeader>
  262. </PrecompiledHeader>
  263. <WarningLevel>Level3</WarningLevel>
  264. <SuppressStartupBanner>true</SuppressStartupBanner>
  265. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  266. <Optimization>Disabled</Optimization>
  267. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  268. </ClCompile>
  269. <ResourceCompile>
  270. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  271. <Culture>0x0409</Culture>
  272. </ResourceCompile>
  273. <Link>
  274. <GenerateDebugInformation>true</GenerateDebugInformation>
  275. <DataExecutionPrevention>
  276. </DataExecutionPrevention>
  277. <IgnoreSpecificDefaultLibraries>
  278. </IgnoreSpecificDefaultLibraries>
  279. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  280. <AdditionalDependencies>wininet.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  281. </Link>
  282. <PostBuildEvent>
  283. <Command>
  284. </Command>
  285. </PostBuildEvent>
  286. </ItemDefinitionGroup>
  287. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">
  288. <Midl>
  289. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  290. <MkTypLibCompatible>true</MkTypLibCompatible>
  291. <SuppressStartupBanner>true</SuppressStartupBanner>
  292. <TargetEnvironment>Win32</TargetEnvironment>
  293. <HeaderFileName>
  294. </HeaderFileName>
  295. </Midl>
  296. <ClCompile>
  297. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;nsJSON_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  298. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  299. <PrecompiledHeader>
  300. </PrecompiledHeader>
  301. <WarningLevel>Level3</WarningLevel>
  302. <SuppressStartupBanner>true</SuppressStartupBanner>
  303. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  304. <Optimization>Disabled</Optimization>
  305. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  306. </ClCompile>
  307. <ResourceCompile>
  308. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  309. <Culture>0x0409</Culture>
  310. </ResourceCompile>
  311. <Link>
  312. <GenerateDebugInformation>true</GenerateDebugInformation>
  313. <DataExecutionPrevention>
  314. </DataExecutionPrevention>
  315. <TargetMachine>MachineX86</TargetMachine>
  316. <IgnoreSpecificDefaultLibraries>
  317. </IgnoreSpecificDefaultLibraries>
  318. <AdditionalDependencies>wininet.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  319. </Link>
  320. <PostBuildEvent>
  321. <Command>
  322. </Command>
  323. </PostBuildEvent>
  324. </ItemDefinitionGroup>
  325. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|x64'">
  326. <Midl>
  327. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  328. <MkTypLibCompatible>true</MkTypLibCompatible>
  329. <SuppressStartupBanner>true</SuppressStartupBanner>
  330. <HeaderFileName>
  331. </HeaderFileName>
  332. </Midl>
  333. <ClCompile>
  334. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;nsJSON_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  335. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  336. <PrecompiledHeader>
  337. </PrecompiledHeader>
  338. <WarningLevel>Level3</WarningLevel>
  339. <SuppressStartupBanner>true</SuppressStartupBanner>
  340. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  341. <Optimization>Disabled</Optimization>
  342. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  343. </ClCompile>
  344. <ResourceCompile>
  345. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  346. <Culture>0x0409</Culture>
  347. </ResourceCompile>
  348. <Link>
  349. <GenerateDebugInformation>true</GenerateDebugInformation>
  350. <DataExecutionPrevention>
  351. </DataExecutionPrevention>
  352. <IgnoreSpecificDefaultLibraries>
  353. </IgnoreSpecificDefaultLibraries>
  354. <AdditionalDependencies>wininet.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  355. </Link>
  356. <PostBuildEvent>
  357. <Command>
  358. </Command>
  359. </PostBuildEvent>
  360. </ItemDefinitionGroup>
  361. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|Win32'">
  362. <Midl>
  363. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  364. <MkTypLibCompatible>true</MkTypLibCompatible>
  365. <SuppressStartupBanner>true</SuppressStartupBanner>
  366. <TargetEnvironment>Win32</TargetEnvironment>
  367. <HeaderFileName>
  368. </HeaderFileName>
  369. </Midl>
  370. <ClCompile>
  371. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  372. <BufferSecurityCheck>false</BufferSecurityCheck>
  373. <PrecompiledHeader>
  374. </PrecompiledHeader>
  375. <Optimization>MinSpace</Optimization>
  376. </ClCompile>
  377. <ResourceCompile>
  378. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  379. <Culture>0x0409</Culture>
  380. </ResourceCompile>
  381. <Link>
  382. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  383. <EntryPointSymbol>DllMain</EntryPointSymbol>
  384. <DataExecutionPrevention>
  385. </DataExecutionPrevention>
  386. <TargetMachine>MachineX86</TargetMachine>
  387. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  388. <AdditionalDependencies>wininet.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  389. <GenerateDebugInformation>No</GenerateDebugInformation>
  390. </Link>
  391. <PostBuildEvent>
  392. <Command>
  393. </Command>
  394. </PostBuildEvent>
  395. </ItemDefinitionGroup>
  396. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Unicode|x64'">
  397. <Midl>
  398. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  399. <MkTypLibCompatible>true</MkTypLibCompatible>
  400. <SuppressStartupBanner>true</SuppressStartupBanner>
  401. <HeaderFileName>
  402. </HeaderFileName>
  403. </Midl>
  404. <ClCompile>
  405. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  406. <BufferSecurityCheck>false</BufferSecurityCheck>
  407. <PrecompiledHeader>
  408. </PrecompiledHeader>
  409. <Optimization>MinSpace</Optimization>
  410. </ClCompile>
  411. <ResourceCompile>
  412. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  413. <Culture>0x0409</Culture>
  414. </ResourceCompile>
  415. <Link>
  416. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  417. <EntryPointSymbol>DllMain</EntryPointSymbol>
  418. <DataExecutionPrevention>
  419. </DataExecutionPrevention>
  420. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  421. <AdditionalDependencies>wininet.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  422. <GenerateDebugInformation>No</GenerateDebugInformation>
  423. </Link>
  424. <PostBuildEvent>
  425. <Command>
  426. </Command>
  427. </PostBuildEvent>
  428. </ItemDefinitionGroup>
  429. <ItemGroup>
  430. <ClCompile Include="JSON.c" />
  431. <ClCompile Include="LinkedList.c" />
  432. <ClCompile Include="nsJSON.c" />
  433. <ClCompile Include="pluginapi.c" />
  434. </ItemGroup>
  435. <ItemGroup>
  436. <ClInclude Include="JSON.h" />
  437. <ClInclude Include="LinkedList.h" />
  438. <ClInclude Include="nsis_tchar.h" />
  439. <ClInclude Include="nsJSON.h" />
  440. <ClInclude Include="pluginapi.h" />
  441. <ClInclude Include="resource.h" />
  442. </ItemGroup>
  443. <ItemGroup>
  444. <ResourceCompile Include="nsJSON.rc" />
  445. </ItemGroup>
  446. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  447. <ImportGroup Label="ExtensionTargets">
  448. </ImportGroup>
  449. </Project>