|
@ -22,6 +22,7 @@ |
|
|
<ProjectGuid>{367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}</ProjectGuid> |
|
|
<ProjectGuid>{367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}</ProjectGuid> |
|
|
<Keyword>Win32Proj</Keyword> |
|
|
<Keyword>Win32Proj</Keyword> |
|
|
<RootNamespace>Jupiter</RootNamespace> |
|
|
<RootNamespace>Jupiter</RootNamespace> |
|
|
|
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
@ -78,6 +79,8 @@ |
|
|
<IncludePath>C:\dev\OpenSSL\Win32\include;$(IncludePath)</IncludePath> |
|
|
<IncludePath>C:\dev\OpenSSL\Win32\include;$(IncludePath)</IncludePath> |
|
|
<LibraryPath>C:\dev\OpenSSL\Win32\lib\VC;$(LibraryPath)</LibraryPath> |
|
|
<LibraryPath>C:\dev\OpenSSL\Win32\lib\VC;$(LibraryPath)</LibraryPath> |
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
|
|
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
|
|
|
|
|
<IntDir>$(Platform)\$(Configuration)\</IntDir> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
@ -114,7 +117,7 @@ |
|
|
<ClCompile> |
|
|
<ClCompile> |
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
<Optimization>Full</Optimization> |
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
@ -147,7 +150,7 @@ |
|
|
<ClCompile> |
|
|
<ClCompile> |
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
<WarningLevel>Level4</WarningLevel> |
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
<Optimization>Full</Optimization> |
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|