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
@@ -14,12 +14,12 @@
<RootNamespace>GLGSRender</RootNamespace>
<ProjectGuid>{3384223A-6D97-4799-9862-359F85312892}</ProjectGuid>
</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 Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
+2 -2
View File
@@ -15,12 +15,12 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>OpenAL</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 Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
+2 -2
View File
@@ -107,12 +107,12 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>VKGSRender</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 Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
+2 -2
View File
@@ -14,12 +14,12 @@
<ProjectGuid>{78CB2F39-B809-4A06-8329-8C0A19119D3D}</ProjectGuid>
<RootNamespace>XAudio</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 Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
+2 -2
View File
@@ -14,12 +14,12 @@
<ProjectGuid>{C4A10229-4712-4BD2-B63E-50D93C67A038}</ProjectGuid>
<RootNamespace>emucore</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 Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
+2 -2
View File
@@ -15,12 +15,12 @@
<RootNamespace>rpcs3</RootNamespace>
<Keyword>Qt4VSv1.0</Keyword>
</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)'=='Release|x64'" Label="Configuration">
<OutputDirectory>release\</OutputDirectory>
<ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage>