2014-10-30 01:22:20 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{39DC2066-1E3C-488C-8A76-1BB64ABF6C99}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120_xp</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 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>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-11-03 16:10:52 +03:00
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2014-10-30 01:22:20 +03:00
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;zlibd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<AdditionalOptions>/SUBSYSTEM:CONSOLE,5.01 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-11-03 16:10:52 +03:00
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2014-10-30 01:22:20 +03:00
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<AdditionalOptions>/SUBSYSTEM:CONSOLE,5.01 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="src\aes.cpp" />
|
|
|
|
|
<ClCompile Include="src\aes_omac.cpp" />
|
|
|
|
|
<ClCompile Include="src\bn.cpp" />
|
|
|
|
|
<ClCompile Include="src\ec.cpp" />
|
|
|
|
|
<ClCompile Include="src\ecdsa.cpp" />
|
|
|
|
|
<ClCompile Include="src\frontend.cpp" />
|
|
|
|
|
<ClCompile Include="src\getopt.cpp" />
|
|
|
|
|
<ClCompile Include="src\keys.cpp" />
|
|
|
|
|
<ClCompile Include="src\list.cpp" />
|
|
|
|
|
<ClCompile Include="src\main.cpp" />
|
|
|
|
|
<ClCompile Include="src\mt19937.cpp" />
|
|
|
|
|
<ClCompile Include="src\np.cpp" />
|
|
|
|
|
<ClCompile Include="src\pkg.cpp" />
|
|
|
|
|
<ClCompile Include="src\rvk.cpp" />
|
|
|
|
|
<ClCompile Include="src\sce.cpp" />
|
|
|
|
|
<ClCompile Include="src\self.cpp" />
|
|
|
|
|
<ClCompile Include="src\sha1.cpp" />
|
|
|
|
|
<ClCompile Include="src\spp.cpp" />
|
|
|
|
|
<ClCompile Include="src\tables.cpp" />
|
|
|
|
|
<ClCompile Include="src\util.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="src\aes.h" />
|
|
|
|
|
<ClInclude Include="src\aes_omac.h" />
|
|
|
|
|
<ClInclude Include="src\config.h" />
|
|
|
|
|
<ClInclude Include="src\ecdsa.h" />
|
|
|
|
|
<ClInclude Include="src\elf.h" />
|
|
|
|
|
<ClInclude Include="src\elf_inlines.h" />
|
|
|
|
|
<ClInclude Include="src\frontend.h" />
|
|
|
|
|
<ClInclude Include="src\getopt.h" />
|
|
|
|
|
<ClInclude Include="src\keys.h" />
|
|
|
|
|
<ClInclude Include="src\list.h" />
|
|
|
|
|
<ClInclude Include="src\mt19937.h" />
|
|
|
|
|
<ClInclude Include="src\np.h" />
|
|
|
|
|
<ClInclude Include="src\pkg.h" />
|
|
|
|
|
<ClInclude Include="src\rvk.h" />
|
|
|
|
|
<ClInclude Include="src\sce.h" />
|
|
|
|
|
<ClInclude Include="src\sce_inlines.h" />
|
|
|
|
|
<ClInclude Include="src\self.h" />
|
|
|
|
|
<ClInclude Include="src\sha1.h" />
|
|
|
|
|
<ClInclude Include="src\spp.h" />
|
|
|
|
|
<ClInclude Include="src\tables.h" />
|
|
|
|
|
<ClInclude Include="src\types.h" />
|
|
|
|
|
<ClInclude Include="src\util.h" />
|
|
|
|
|
<ClInclude Include="src\zconf.h" />
|
|
|
|
|
<ClInclude Include="src\zlib.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|