diff options
Diffstat (limited to 'protocols/Skype/keypacker/keypacker_10.vcxproj')
-rw-r--r-- | protocols/Skype/keypacker/keypacker_10.vcxproj | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/protocols/Skype/keypacker/keypacker_10.vcxproj b/protocols/Skype/keypacker/keypacker_10.vcxproj index 318d496ef1..639088106e 100644 --- a/protocols/Skype/keypacker/keypacker_10.vcxproj +++ b/protocols/Skype/keypacker/keypacker_10.vcxproj @@ -12,8 +12,7 @@ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{826A98BD-CDC2-4D4F-BC20-310F415F9FFB}</ProjectGuid>
- <Keyword>Win32Proj</Keyword>
- <RootNamespace>keypacker</RootNamespace>
+ <ProjectName>keypacker</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -37,12 +36,8 @@ <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)'=='Release|Win32'">
- <LinkIncremental>false</LinkIncremental>
- </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
@@ -57,10 +52,11 @@ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
+ <Optimization>Full</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@@ -70,10 +66,11 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClInclude Include="aes\aes.h" />
<ClInclude Include="stdafx.h" />
</ItemGroup>
<ItemGroup>
- <ClCompile Include="..\src\aes\aes.c" />
+ <ClCompile Include="aes\aes.c" />
<ClCompile Include="keypacker.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|