Changeset 919 for trunk/Utilities/JsObjectDispatch/JsObjectDispatch.vcxproj
- Timestamp:
- Dec 20, 2019, 1:30:08 AM (3 years ago)
- Location:
- trunk/Utilities/JsObjectDispatch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/JsObjectDispatch
- Property svn:ignore
-
old new 2 2 *.aps 3 3 *.suo 4 .vs
-
- Property svn:ignore
-
trunk/Utilities/JsObjectDispatch/JsObjectDispatch.vcxproj
r124 r919 6 6 <Platform>Win32</Platform> 7 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 8 12 <ProjectConfiguration Include="Release|Win32"> 9 13 <Configuration>Release</Configuration> 10 14 <Platform>Win32</Platform> 11 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 12 20 </ItemGroup> 13 21 <PropertyGroup Label="Globals"> … … 19 27 <ConfigurationType>DynamicLibrary</ConfigurationType> 20 28 <UseDebugLibraries>true</UseDebugLibraries> 21 <PlatformToolset>v100</PlatformToolset> 29 <PlatformToolset>v142</PlatformToolset> 30 <UseOfAtl>Dynamic</UseOfAtl> 31 <CharacterSet>Unicode</CharacterSet> 32 </PropertyGroup> 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 34 <ConfigurationType>DynamicLibrary</ConfigurationType> 35 <UseDebugLibraries>true</UseDebugLibraries> 36 <PlatformToolset>v142</PlatformToolset> 22 37 <UseOfAtl>Dynamic</UseOfAtl> 23 38 <CharacterSet>Unicode</CharacterSet> … … 26 41 <ConfigurationType>DynamicLibrary</ConfigurationType> 27 42 <UseDebugLibraries>false</UseDebugLibraries> 28 <PlatformToolset>v100</PlatformToolset> 43 <PlatformToolset>v142</PlatformToolset> 44 <UseOfAtl>Dynamic</UseOfAtl> 45 <CharacterSet>Unicode</CharacterSet> 46 </PropertyGroup> 47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 48 <ConfigurationType>DynamicLibrary</ConfigurationType> 49 <UseDebugLibraries>false</UseDebugLibraries> 50 <PlatformToolset>v142</PlatformToolset> 29 51 <UseOfAtl>Dynamic</UseOfAtl> 30 52 <CharacterSet>Unicode</CharacterSet> … … 36 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 37 59 </ImportGroup> 60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 62 </ImportGroup> 38 63 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 65 </ImportGroup> 66 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 39 67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 40 68 </ImportGroup> … … 44 72 <LinkIncremental>true</LinkIncremental> 45 73 </PropertyGroup> 74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 75 <IgnoreImportLibrary>true</IgnoreImportLibrary> 76 <LinkIncremental>true</LinkIncremental> 77 </PropertyGroup> 46 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 79 <IgnoreImportLibrary>true</IgnoreImportLibrary> 80 <LinkIncremental>false</LinkIncremental> 81 </PropertyGroup> 82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 47 83 <IgnoreImportLibrary>true</IgnoreImportLibrary> 48 84 <LinkIncremental>false</LinkIncremental> … … 80 116 </Link> 81 117 </ItemDefinitionGroup> 118 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 119 <ClCompile> 120 <PrecompiledHeader>Use</PrecompiledHeader> 121 <WarningLevel>Level3</WarningLevel> 122 <Optimization>Disabled</Optimization> 123 <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 124 <SDLCheck>true</SDLCheck> 125 </ClCompile> 126 <Midl> 127 <MkTypLibCompatible>false</MkTypLibCompatible> 128 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 129 <HeaderFileName>JsObjectDispatch_i.h</HeaderFileName> 130 <InterfaceIdentifierFileName>JsObjectDispatch_i.c</InterfaceIdentifierFileName> 131 <ProxyFileName>JsObjectDispatch_p.c</ProxyFileName> 132 <GenerateStublessProxies>true</GenerateStublessProxies> 133 <TypeLibraryName>$(IntDir)JsObjectDispatch.tlb</TypeLibraryName> 134 <DllDataFileName> 135 </DllDataFileName> 136 </Midl> 137 <ResourceCompile> 138 <Culture>0x0409</Culture> 139 <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 140 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 141 </ResourceCompile> 142 <Link> 143 <SubSystem>Windows</SubSystem> 144 <ModuleDefinitionFile>.\JsObjectDispatch.def</ModuleDefinitionFile> 145 <GenerateDebugInformation>true</GenerateDebugInformation> 146 <RegisterOutput>true</RegisterOutput> 147 </Link> 148 </ItemDefinitionGroup> 82 149 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 83 150 <ClCompile> … … 114 181 </Link> 115 182 </ItemDefinitionGroup> 183 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 184 <ClCompile> 185 <PrecompiledHeader>Use</PrecompiledHeader> 186 <WarningLevel>Level3</WarningLevel> 187 <Optimization>MaxSpeed</Optimization> 188 <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 189 <SDLCheck>true</SDLCheck> 190 </ClCompile> 191 <Midl> 192 <MkTypLibCompatible>false</MkTypLibCompatible> 193 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 194 <HeaderFileName>JsObjectDispatch_i.h</HeaderFileName> 195 <InterfaceIdentifierFileName>JsObjectDispatch_i.c</InterfaceIdentifierFileName> 196 <ProxyFileName>JsObjectDispatch_p.c</ProxyFileName> 197 <GenerateStublessProxies>true</GenerateStublessProxies> 198 <TypeLibraryName>$(IntDir)JsObjectDispatch.tlb</TypeLibraryName> 199 <DllDataFileName> 200 </DllDataFileName> 201 </Midl> 202 <ResourceCompile> 203 <Culture>0x0409</Culture> 204 <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 205 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 206 </ResourceCompile> 207 <Link> 208 <SubSystem>Windows</SubSystem> 209 <ModuleDefinitionFile>.\JsObjectDispatch.def</ModuleDefinitionFile> 210 <GenerateDebugInformation>true</GenerateDebugInformation> 211 <EnableCOMDATFolding>true</EnableCOMDATFolding> 212 <OptimizeReferences>true</OptimizeReferences> 213 <RegisterOutput>true</RegisterOutput> 214 </Link> 215 </ItemDefinitionGroup> 116 216 <ItemGroup> 117 217 <ClCompile Include="dllmain.cpp"> 118 218 <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged> 219 <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> 119 220 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 120 221 </PrecompiledHeader> 222 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 223 </PrecompiledHeader> 121 224 <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged> 225 <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> 122 226 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 227 </PrecompiledHeader> 228 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 123 229 </PrecompiledHeader> 124 230 </ClCompile> … … 127 233 <ClCompile Include="JsObjectDispatch_i.c"> 128 234 <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged> 235 <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged> 129 236 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 130 237 </PrecompiledHeader> 238 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 239 </PrecompiledHeader> 131 240 <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged> 241 <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged> 132 242 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 243 </PrecompiledHeader> 244 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 133 245 </PrecompiledHeader> 134 246 </ClCompile> 135 247 <ClCompile Include="stdafx.cpp"> 136 248 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> 249 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> 137 250 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> 251 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> 138 252 </ClCompile> 139 253 </ItemGroup> … … 156 270 <None Include="JsObjectDispatch.def" /> 157 271 <None Include="JsObjectDispatch.rgs" /> 272 <None Include="TestA.js" /> 273 <None Include="TestB.vbs" /> 158 274 </ItemGroup> 159 275 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.