Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/ttssh2/argon2/argon2.v16.vcxproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9790 - (show annotations) (download)
Tue Mar 8 14:36:57 2022 UTC (2 years, 2 months ago) by zmatsuo
File size: 5188 byte(s)
複数プロセッサでのコンパイルを enable にした
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="15.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 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectName>argon2</ProjectName>
15 <ProjectGuid>{D33C59B8-E227-47D2-8F80-EDA3E28BF995}</ProjectGuid>
16 <RootNamespace>argon2</RootNamespace>
17 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20 <ConfigurationType>StaticLibrary</ConfigurationType>
21 <PlatformToolset>v142</PlatformToolset>
22 <CharacterSet>NotSet</CharacterSet>
23 <WholeProgramOptimization>false</WholeProgramOptimization>
24 </PropertyGroup>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26 <ConfigurationType>StaticLibrary</ConfigurationType>
27 <PlatformToolset>v142</PlatformToolset>
28 <CharacterSet>NotSet</CharacterSet>
29 </PropertyGroup>
30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31 <ImportGroup Label="ExtensionSettings">
32 </ImportGroup>
33 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 </ImportGroup>
36 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 </ImportGroup>
39 <PropertyGroup Label="UserMacros" />
40 <PropertyGroup>
41 <_ProjectFileVersion>16.0.31201.295</_ProjectFileVersion>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44 <OutDir>$(ProjectDir)$(Configuration)\</OutDir>
45 <IntDir>$(Configuration)\</IntDir>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48 <OutDir>$(ProjectDir)$(Configuration)\</OutDir>
49 <IntDir>$(Configuration)\</IntDir>
50 </PropertyGroup>
51 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52 <ClCompile>
53 <Optimization>Disabled</Optimization>
54 <AdditionalIncludeDirectories>$(ProjectDir);$(SolutionDir)..\libs\argon2\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
55 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
56 <MinimalRebuild>false</MinimalRebuild>
57 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
58 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
59 <WarningLevel>Level3</WarningLevel>
60 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
61 <MultiProcessorCompilation>true</MultiProcessorCompilation>
62 </ClCompile>
63 </ItemDefinitionGroup>
64 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
65 <ClCompile>
66 <AdditionalIncludeDirectories>$(ProjectDir);$(SolutionDir)..\libs\argon2\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
67 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
68 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
69 <WarningLevel>Level3</WarningLevel>
70 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
71 <MultiProcessorCompilation>true</MultiProcessorCompilation>
72 </ClCompile>
73 </ItemDefinitionGroup>
74 <ItemGroup>
75 <ClInclude Include="..\..\libs\argon2\src\blake2\blake2-impl.h" />
76 <ClInclude Include="..\..\libs\argon2\src\blake2\blake2.h" />
77 <ClInclude Include="..\..\libs\argon2\src\blake2\blamka-round-opt.h" />
78 <ClInclude Include="..\..\libs\argon2\src\blake2\blamka-round-ref.h" />
79 <ClInclude Include="..\..\libs\argon2\src\core.h" />
80 <ClInclude Include="..\..\libs\argon2\src\encoding.h" />
81 <ClInclude Include="..\..\libs\argon2\src\thread.h" />
82 <ClInclude Include="argon2.h" />
83 </ItemGroup>
84 <ItemGroup>
85 <ClCompile Include="..\..\libs\argon2\src\argon2.c" />
86 <ClCompile Include="..\..\libs\argon2\src\blake2\blake2b.c" />
87 <ClCompile Include="..\..\libs\argon2\src\core.c" />
88 <ClCompile Include="..\..\libs\argon2\src\encoding.c" />
89 <ClCompile Include="..\..\libs\argon2\src\ref.c" />
90 <ClCompile Include="..\..\libs\argon2\src\thread.c" />
91 </ItemGroup>
92 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
93 <ImportGroup Label="ExtensionTargets">
94 </ImportGroup>
95 </Project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26