|
|
@ -25,158 +25,78 @@ |
|
|
|
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
<PropertyGroup Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
<PlatformToolset>v141</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
|
|
|
<ImportGroup Label="PropertySheets"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
<PropertyGroup> |
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis> |
|
|
|
<PropertyGroup Condition="'$(Platform)'=='Win32'"> |
|
|
|
<IncludePath>C:\dev\OpenSSL\Win32\include;$(IncludePath)</IncludePath> |
|
|
|
<LibraryPath>C:\dev\OpenSSL\Win32\lib\VC;$(LibraryPath)</LibraryPath> |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis> |
|
|
|
<PropertyGroup Condition="'$(Platform)'=='x64'"> |
|
|
|
<IncludePath>C:\dev\OpenSSL\Win64\include;$(IncludePath)</IncludePath> |
|
|
|
<LibraryPath>C:\dev\OpenSSL\Win64\lib\VC;$(LibraryPath)</LibraryPath> |
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<ItemDefinitionGroup> |
|
|
|
<ClCompile> |
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
<PreprocessorDefinitions>WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_EXPORTS;JUPITER_PLATFORM="$(Platform)/";%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
|
|
<DisableSpecificWarnings>4505</DisableSpecificWarnings> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
</Link> |
|
|
|
<ResourceCompile> |
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
</ResourceCompile> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
<ClCompile> |
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
</ClCompile> |
|
|
|
<ItemDefinitionGroup Condition="'$(Platform)'=='Win32'"> |
|
|
|
<Link> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<AdditionalDependencies>libcrypto32MD.lib;libssl32MD.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
</Link> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Platform)'=='x64'"> |
|
|
|
<Link> |
|
|
|
<AdditionalDependencies>libcrypto64MD.lib;libssl64MD.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
</Link> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> |
|
|
|
<ClCompile> |
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
<Optimization>Full</Optimization> |
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_EXPORTS;JUPITER_PLATFORM="$(Platform)/";%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<EnablePREfast>false</EnablePREfast> |
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<ExceptionHandling>Async</ExceptionHandling> |
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
|
|
<DisableSpecificWarnings>4505</DisableSpecificWarnings> |
|
|
|
<C99Support>true</C99Support> |
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
<Optimization>Full</Optimization> |
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
<ShowProgress>NotSet</ShowProgress> |
|
|
|
<Version>0.0</Version> |
|
|
|
<TargetMachine>MachineX86</TargetMachine> |
|
|
|
<AdditionalDependencies>libcrypto32MD.lib;libssl32MD.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
</Link> |
|
|
|
<ProjectReference> |
|
|
|
<LinkLibraryDependencies> |
|
|
|
</LinkLibraryDependencies> |
|
|
|
</ProjectReference> |
|
|
|
<ResourceCompile> |
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
</ResourceCompile> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> |
|
|
|
<ClCompile> |
|
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
<Optimization>Full</Optimization> |
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_EXPORTS;JUPITER_PLATFORM="$(Platform)/";%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<EnablePREfast>false</EnablePREfast> |
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<ExceptionHandling>Async</ExceptionHandling> |
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
|
|
|
<DisableSpecificWarnings>4505</DisableSpecificWarnings> |
|
|
|
<C99Support>true</C99Support> |
|
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
<ShowProgress>NotSet</ShowProgress> |
|
|
|
<Version>0.0</Version> |
|
|
|
<AdditionalDependencies>libcrypto64MD.lib;libssl64MD.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
</Link> |
|
|
|
<ProjectReference> |
|
|
|
<LinkLibraryDependencies> |
|
|
|
</LinkLibraryDependencies> |
|
|
|
</ProjectReference> |
|
|
|
<ResourceCompile> |
|
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
</ResourceCompile> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ClCompile Include="Base64.cpp" /> |
|
|
|