|
23 | 23 | <Keyword>Win32Proj</Keyword>
|
24 | 24 | <RootNamespace>CDIR</RootNamespace>
|
25 | 25 | <ProjectName>cdir-collector</ProjectName>
|
26 |
| - <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> |
| 26 | + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
27 | 27 | </PropertyGroup>
|
28 | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
29 | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
30 | 30 | <ConfigurationType>Application</ConfigurationType>
|
31 | 31 | <UseDebugLibraries>true</UseDebugLibraries>
|
32 |
| - <PlatformToolset>v141</PlatformToolset> |
| 32 | + <PlatformToolset>v140_xp</PlatformToolset> |
33 | 33 | <CharacterSet>MultiByte</CharacterSet>
|
34 | 34 | <UseOfMfc>Static</UseOfMfc>
|
35 | 35 | </PropertyGroup>
|
|
130 | 130 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
131 | 131 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
132 | 132 | <SDLCheck>true</SDLCheck>
|
133 |
| - <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);libressl-2.4.1-windows\include;</AdditionalIncludeDirectories> |
| 133 | + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);libressl-2.5.5-windows\include</AdditionalIncludeDirectories> |
134 | 134 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
135 | 135 | <WholeProgramOptimization>false</WholeProgramOptimization>
|
136 | 136 | <ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
|
|
147 | 147 | </DelayLoadDLLs>
|
148 | 148 | </Link>
|
149 | 149 | <PostBuildEvent>
|
150 |
| - <Command>copy $(ProjectDir)libressl-2.4.1-windows\x86\libcrypto-38.dll $(OutDir) & copy $(ProjectDir)libressl-2.4.1-windows\x86\libssl-39.dll $(OutDir) & copy $(ProjectDir)winpmem.exe $(OutDir) & copy $(ProjectDir)cdir.ini $(OutDir)</Command> |
| 150 | + <Command>copy $(ProjectDir)libressl-2.5.5-windows\x86\libcrypto-41.dll $(OutDir) & copy $(ProjectDir)libressl-2.5.5-windows\x86\libssl-43.dll $(OutDir) & copy $(ProjectDir)winpmem*.exe $(OutDir) & copy $(ProjectDir)cdir.ini $(OutDir)</Command> |
151 | 151 | </PostBuildEvent>
|
152 | 152 | </ItemDefinitionGroup>
|
153 | 153 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
200 | 200 | <ResourceCompile Include="CDIR.rc" />
|
201 | 201 | </ItemGroup>
|
202 | 202 | <ItemGroup>
|
203 |
| - <None Include="libressl-2.4.1-windows\x86\libcrypto-38.dll"> |
204 |
| - <FileType>Document</FileType> |
205 |
| - <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent> |
206 |
| - <DeploymentContent>false</DeploymentContent> |
207 |
| - </None> |
208 |
| - <None Include="libressl-2.4.1-windows\x86\libssl-39.dll" /> |
209 |
| - </ItemGroup> |
210 |
| - <ItemGroup> |
211 |
| - <Library Include="libressl-2.4.1-windows\x86\libcrypto-38.lib" /> |
212 |
| - <Library Include="libressl-2.4.1-windows\x86\libssl-39.lib" /> |
| 203 | + <Library Include="libressl-2.5.5-windows\x86\libcrypto-41.lib" /> |
| 204 | + <Library Include="libressl-2.5.5-windows\x86\libssl-43.lib" /> |
213 | 205 | </ItemGroup>
|
214 | 206 | <ItemGroup>
|
215 | 207 | <Image Include="collector.ico" />
|
|
0 commit comments