fix relative links to common_default* props

This commit is contained in:
p01arst0rm
2021-05-01 18:14:28 +01:00
committed by Megamouse
parent b62ac7a046
commit ca0d38d19d
17 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -109,12 +109,12 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>My7zlib</RootNamespace>
</PropertyGroup>
<Import Project="..\..\common_default.props" />
<Import Project="$(SolutionDir)\common_default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Import Project="..\..\common_default_macros.props" />
<Import Project="$(SolutionDir)\common_default_macros.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>