|
72 | 72 | <PropertyGroup Label="UserMacros" /> |
73 | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
74 | 74 | <TargetName>version</TargetName> |
75 | | - <IncludePath>C:\Detours-main\include;$(IncludePath)</IncludePath> |
| 75 | + <IncludePath>$(IncludePath)</IncludePath> |
76 | 76 | </PropertyGroup> |
77 | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
78 | 78 | <TargetName>version</TargetName> |
79 | | - <IncludePath>C:\Detours-main\include;$(IncludePath)</IncludePath> |
| 79 | + <IncludePath>$(IncludePath)</IncludePath> |
80 | 80 | </PropertyGroup> |
81 | 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
82 | 82 | <TargetName>version</TargetName> |
83 | | - <IncludePath>C:\Detours-main\include;$(IncludePath)</IncludePath> |
| 83 | + <IncludePath>$(IncludePath)</IncludePath> |
84 | 84 | </PropertyGroup> |
85 | 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
86 | 86 | <TargetName>version</TargetName> |
87 | | - <IncludePath>C:\Detours-main\include;$(IncludePath)</IncludePath> |
| 87 | + <IncludePath>$(IncludePath)</IncludePath> |
88 | 88 | <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\intermediate\</IntDir> |
89 | 89 | </PropertyGroup> |
| 90 | + <PropertyGroup Label="Vcpkg"> |
| 91 | + <VcpkgEnableManifest>true</VcpkgEnableManifest> |
| 92 | + </PropertyGroup> |
90 | 93 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
91 | 94 | <ClCompile> |
92 | 95 | <WarningLevel>Level3</WarningLevel> |
|
101 | 104 | <SubSystem>Windows</SubSystem> |
102 | 105 | <GenerateDebugInformation>true</GenerateDebugInformation> |
103 | 106 | <EnableUAC>false</EnableUAC> |
104 | | - <AdditionalDependencies>C:\Detours-main\lib.X64\detours.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 107 | + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
105 | 108 | </Link> |
106 | 109 | </ItemDefinitionGroup> |
107 | 110 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
122 | 125 | <OptimizeReferences>true</OptimizeReferences> |
123 | 126 | <GenerateDebugInformation>false</GenerateDebugInformation> |
124 | 127 | <EnableUAC>false</EnableUAC> |
125 | | - <AdditionalDependencies>C:\Detours-main\lib.X64\detours.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 128 | + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
126 | 129 | </Link> |
127 | 130 | </ItemDefinitionGroup> |
128 | 131 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
139 | 142 | <SubSystem>Windows</SubSystem> |
140 | 143 | <GenerateDebugInformation>true</GenerateDebugInformation> |
141 | 144 | <EnableUAC>false</EnableUAC> |
142 | | - <AdditionalDependencies>C:\Detours-main\lib.X64\detours.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 145 | + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
143 | 146 | </Link> |
144 | 147 | </ItemDefinitionGroup> |
145 | 148 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
160 | 163 | <OptimizeReferences>true</OptimizeReferences> |
161 | 164 | <GenerateDebugInformation>false</GenerateDebugInformation> |
162 | 165 | <EnableUAC>false</EnableUAC> |
163 | | - <AdditionalDependencies>C:\Detours-main\lib.X64\detours.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 166 | + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
164 | 167 | </Link> |
165 | 168 | </ItemDefinitionGroup> |
166 | 169 | <ItemGroup> |
|
0 commit comments