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+ <ItemGroup >
22+ <ClCompile Include =" ..\..\lib\sha1.c" />
23+ <ClCompile Include =" ..\..\lib\ubc_check.c" />
24+ </ItemGroup >
25+ <ItemGroup >
26+ <ClInclude Include =" ..\..\lib\sha1.h" />
27+ <ClInclude Include =" ..\..\lib\ubc_check.h" />
28+ </ItemGroup >
29+ <PropertyGroup Label =" Globals" >
30+ <ProjectGuid >{9F5DD75D-8369-49F8-9D7C-F6C21D1EA735}</ProjectGuid >
31+ <RootNamespace >sha1collisiondetection</RootNamespace >
32+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
33+ </PropertyGroup >
34+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
36+ <ConfigurationType >StaticLibrary</ConfigurationType >
37+ <UseDebugLibraries >true</UseDebugLibraries >
38+ <PlatformToolset >v140</PlatformToolset >
39+ <CharacterSet >NotSet</CharacterSet >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
42+ <ConfigurationType >StaticLibrary</ConfigurationType >
43+ <UseDebugLibraries >false</UseDebugLibraries >
44+ <PlatformToolset >v140</PlatformToolset >
45+ <WholeProgramOptimization >true</WholeProgramOptimization >
46+ <CharacterSet >NotSet</CharacterSet >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
49+ <ConfigurationType >StaticLibrary</ConfigurationType >
50+ <UseDebugLibraries >true</UseDebugLibraries >
51+ <PlatformToolset >v140</PlatformToolset >
52+ <CharacterSet >NotSet</CharacterSet >
53+ </PropertyGroup >
54+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
55+ <ConfigurationType >StaticLibrary</ConfigurationType >
56+ <UseDebugLibraries >false</UseDebugLibraries >
57+ <PlatformToolset >v140</PlatformToolset >
58+ <WholeProgramOptimization >true</WholeProgramOptimization >
59+ <CharacterSet >NotSet</CharacterSet >
60+ </PropertyGroup >
61+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
62+ <ImportGroup Label =" ExtensionSettings" >
63+ </ImportGroup >
64+ <ImportGroup Label =" Shared" >
65+ </ImportGroup >
66+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
67+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68+ </ImportGroup >
69+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
70+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71+ </ImportGroup >
72+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
73+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
74+ </ImportGroup >
75+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
76+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
77+ </ImportGroup >
78+ <PropertyGroup Label =" UserMacros" />
79+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
80+ <TargetExt >.lib</TargetExt >
81+ </PropertyGroup >
82+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
83+ <TargetExt >.lib</TargetExt >
84+ </PropertyGroup >
85+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
86+ <TargetExt >.lib</TargetExt >
87+ </PropertyGroup >
88+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
89+ <TargetExt >.lib</TargetExt >
90+ </PropertyGroup >
91+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
92+ <ClCompile >
93+ <WarningLevel >Level3</WarningLevel >
94+ <Optimization >Disabled</Optimization >
95+ <SDLCheck >true</SDLCheck >
96+ </ClCompile >
97+ </ItemDefinitionGroup >
98+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
99+ <ClCompile >
100+ <WarningLevel >Level3</WarningLevel >
101+ <Optimization >Disabled</Optimization >
102+ <SDLCheck >true</SDLCheck >
103+ </ClCompile >
104+ </ItemDefinitionGroup >
105+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
106+ <ClCompile >
107+ <WarningLevel >Level3</WarningLevel >
108+ <Optimization >MaxSpeed</Optimization >
109+ <FunctionLevelLinking >true</FunctionLevelLinking >
110+ <IntrinsicFunctions >true</IntrinsicFunctions >
111+ <SDLCheck >true</SDLCheck >
112+ </ClCompile >
113+ <Link >
114+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
115+ <OptimizeReferences >true</OptimizeReferences >
116+ </Link >
117+ </ItemDefinitionGroup >
118+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
119+ <ClCompile >
120+ <WarningLevel >Level3</WarningLevel >
121+ <Optimization >MaxSpeed</Optimization >
122+ <FunctionLevelLinking >true</FunctionLevelLinking >
123+ <IntrinsicFunctions >true</IntrinsicFunctions >
124+ <SDLCheck >true</SDLCheck >
125+ </ClCompile >
126+ <Link >
127+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
128+ <OptimizeReferences >true</OptimizeReferences >
129+ </Link >
130+ </ItemDefinitionGroup >
131+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
132+ <ImportGroup Label =" ExtensionTargets" >
133+ </ImportGroup >
134+ </Project >
0 commit comments