1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <ItemGroup Label="ProjectConfigurations">
|
---|
4 | <ProjectConfiguration Include="Debug|Win32">
|
---|
5 | <Configuration>Debug</Configuration>
|
---|
6 | <Platform>Win32</Platform>
|
---|
7 | </ProjectConfiguration>
|
---|
8 | <ProjectConfiguration Include="Release|Win32">
|
---|
9 | <Configuration>Release</Configuration>
|
---|
10 | <Platform>Win32</Platform>
|
---|
11 | </ProjectConfiguration>
|
---|
12 | <ProjectConfiguration Include="Debug|x64">
|
---|
13 | <Configuration>Debug</Configuration>
|
---|
14 | <Platform>x64</Platform>
|
---|
15 | </ProjectConfiguration>
|
---|
16 | <ProjectConfiguration Include="Release|x64">
|
---|
17 | <Configuration>Release</Configuration>
|
---|
18 | <Platform>x64</Platform>
|
---|
19 | </ProjectConfiguration>
|
---|
20 | </ItemGroup>
|
---|
21 | <PropertyGroup Label="Globals">
|
---|
22 | <ProjectGuid>{A5238B12-5F59-4AF2-BC5C-DD93352082FD}</ProjectGuid>
|
---|
23 | <Keyword>Win32Proj</Keyword>
|
---|
24 | <RootNamespace>crypto</RootNamespace>
|
---|
25 | <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
---|
26 | </PropertyGroup>
|
---|
27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
---|
28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
---|
29 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
---|
30 | <UseDebugLibraries>true</UseDebugLibraries>
|
---|
31 | <PlatformToolset>v140</PlatformToolset>
|
---|
32 | <CharacterSet>Unicode</CharacterSet>
|
---|
33 | </PropertyGroup>
|
---|
34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
---|
35 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
---|
36 | <UseDebugLibraries>false</UseDebugLibraries>
|
---|
37 | <PlatformToolset>v140</PlatformToolset>
|
---|
38 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
39 | <CharacterSet>Unicode</CharacterSet>
|
---|
40 | </PropertyGroup>
|
---|
41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
---|
42 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
---|
43 | <UseDebugLibraries>true</UseDebugLibraries>
|
---|
44 | <PlatformToolset>v140</PlatformToolset>
|
---|
45 | <CharacterSet>NotSet</CharacterSet>
|
---|
46 | </PropertyGroup>
|
---|
47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
---|
48 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
---|
49 | <UseDebugLibraries>false</UseDebugLibraries>
|
---|
50 | <PlatformToolset>v140</PlatformToolset>
|
---|
51 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
52 | <CharacterSet>Unicode</CharacterSet>
|
---|
53 | </PropertyGroup>
|
---|
54 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
---|
55 | <ImportGroup Label="ExtensionSettings">
|
---|
56 | </ImportGroup>
|
---|
57 | <ImportGroup Label="Shared">
|
---|
58 | </ImportGroup>
|
---|
59 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
61 | <Import Project="..\properties.props" />
|
---|
62 | </ImportGroup>
|
---|
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 | <Import Project="..\properties.props" />
|
---|
66 | </ImportGroup>
|
---|
67 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
---|
68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
69 | <Import Project="..\properties.props" />
|
---|
70 | </ImportGroup>
|
---|
71 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
---|
72 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
73 | <Import Project="..\properties.props" />
|
---|
74 | </ImportGroup>
|
---|
75 | <PropertyGroup Label="UserMacros" />
|
---|
76 | <PropertyGroup />
|
---|
77 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
78 | <ClCompile>
|
---|
79 | <PrecompiledHeader>
|
---|
80 | </PrecompiledHeader>
|
---|
81 | <WarningLevel>Level3</WarningLevel>
|
---|
82 | <Optimization>Disabled</Optimization>
|
---|
83 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
84 | </ClCompile>
|
---|
85 | <Link>
|
---|
86 | <SubSystem>Windows</SubSystem>
|
---|
87 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
88 | </Link>
|
---|
89 | </ItemDefinitionGroup>
|
---|
90 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
---|
91 | <ClCompile>
|
---|
92 | <PrecompiledHeader>
|
---|
93 | </PrecompiledHeader>
|
---|
94 | <WarningLevel>Level3</WarningLevel>
|
---|
95 | <Optimization>Disabled</Optimization>
|
---|
96 | <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
97 | </ClCompile>
|
---|
98 | <Link>
|
---|
99 | <SubSystem>Windows</SubSystem>
|
---|
100 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
101 | </Link>
|
---|
102 | </ItemDefinitionGroup>
|
---|
103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
104 | <ClCompile>
|
---|
105 | <WarningLevel>Level3</WarningLevel>
|
---|
106 | <PrecompiledHeader>
|
---|
107 | </PrecompiledHeader>
|
---|
108 | <Optimization>MaxSpeed</Optimization>
|
---|
109 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
110 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
---|
111 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
112 | </ClCompile>
|
---|
113 | <Link>
|
---|
114 | <SubSystem>Windows</SubSystem>
|
---|
115 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
116 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
117 | <OptimizeReferences>true</OptimizeReferences>
|
---|
118 | </Link>
|
---|
119 | </ItemDefinitionGroup>
|
---|
120 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
---|
121 | <ClCompile>
|
---|
122 | <WarningLevel>Level3</WarningLevel>
|
---|
123 | <PrecompiledHeader>
|
---|
124 | </PrecompiledHeader>
|
---|
125 | <Optimization>MaxSpeed</Optimization>
|
---|
126 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
127 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
---|
128 | <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
129 | </ClCompile>
|
---|
130 | <Link>
|
---|
131 | <SubSystem>Windows</SubSystem>
|
---|
132 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
---|
133 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
134 | <OptimizeReferences>true</OptimizeReferences>
|
---|
135 | </Link>
|
---|
136 | </ItemDefinitionGroup>
|
---|
137 | <ItemGroup>
|
---|
138 | <ClCompile Include="..\..\aria.c" />
|
---|
139 | <ClCompile Include="..\..\bit.c" />
|
---|
140 | <ClCompile Include="..\..\crypto.cpp" />
|
---|
141 | <ClCompile Include="..\..\KISA_SHA256.c" />
|
---|
142 | </ItemGroup>
|
---|
143 | <ItemGroup>
|
---|
144 | <ClInclude Include="..\..\aria.h" />
|
---|
145 | <ClInclude Include="..\..\bit.h" />
|
---|
146 | <ClInclude Include="..\..\crypto.h" />
|
---|
147 | <ClInclude Include="..\..\KISA_SHA256.h" />
|
---|
148 | </ItemGroup>
|
---|
149 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
---|
150 | <ImportGroup Label="ExtensionTargets">
|
---|
151 | </ImportGroup>
|
---|
152 | </Project> |
---|