8585 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
8686 <ClCompile >
8787 <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
88- <OmitDefaultLibName >true</OmitDefaultLibName >
8988 </ClCompile >
9089 <Link >
9190 <SubSystem >Console</SubSystem >
9291 <GenerateDebugInformation >true</GenerateDebugInformation >
9392 </Link >
94- <Lib >
95- <IgnoreAllDefaultLibraries >true</IgnoreAllDefaultLibraries >
96- </Lib >
9793 </ItemDefinitionGroup >
9894 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
9995 <ClCompile >
10096 <FunctionLevelLinking >true</FunctionLevelLinking >
10197 <IntrinsicFunctions >true</IntrinsicFunctions >
10298 <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
103- <OmitDefaultLibName >true</OmitDefaultLibName >
10499 </ClCompile >
105100 <Link >
106101 <SubSystem >Console</SubSystem >
107102 <EnableCOMDATFolding >true</EnableCOMDATFolding >
108103 <OptimizeReferences >true</OptimizeReferences >
109104 <GenerateDebugInformation >true</GenerateDebugInformation >
110105 </Link >
111- <Lib >
112- <IgnoreAllDefaultLibraries >true</IgnoreAllDefaultLibraries >
113- </Lib >
114106 </ItemDefinitionGroup >
115107 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
116108 <ClCompile >
117109 <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
118- <OmitDefaultLibName >true</OmitDefaultLibName >
119110 </ClCompile >
120111 <Link >
121112 <SubSystem >Console</SubSystem >
122113 <GenerateDebugInformation >true</GenerateDebugInformation >
123114 </Link >
124- <Lib >
125- <IgnoreAllDefaultLibraries >true</IgnoreAllDefaultLibraries >
126- </Lib >
127115 </ItemDefinitionGroup >
128116 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
129117 <ClCompile >
130118 <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
131- <OmitDefaultLibName >true</OmitDefaultLibName >
132119 </ClCompile >
133120 <Link >
134121 <SubSystem >Console</SubSystem >
135122 <GenerateDebugInformation >true</GenerateDebugInformation >
136123 </Link >
137- <Lib >
138- <IgnoreAllDefaultLibraries >true</IgnoreAllDefaultLibraries >
139- </Lib >
140124 </ItemDefinitionGroup >
141125 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
142126 <ClCompile >
143127 <FunctionLevelLinking >true</FunctionLevelLinking >
144128 <IntrinsicFunctions >true</IntrinsicFunctions >
145129 <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
146- <OmitDefaultLibName >true</OmitDefaultLibName >
147130 </ClCompile >
148131 <Link >
149132 <SubSystem >Console</SubSystem >
150133 <EnableCOMDATFolding >true</EnableCOMDATFolding >
151134 <OptimizeReferences >true</OptimizeReferences >
152135 <GenerateDebugInformation >true</GenerateDebugInformation >
153136 </Link >
154- <Lib >
155- <IgnoreAllDefaultLibraries >true</IgnoreAllDefaultLibraries >
156- </Lib >
157137 </ItemDefinitionGroup >
158138 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
159139 <ClCompile >
160140 <FunctionLevelLinking >true</FunctionLevelLinking >
161141 <IntrinsicFunctions >true</IntrinsicFunctions >
162142 <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
163- <OmitDefaultLibName >true</OmitDefaultLibName >
164143 </ClCompile >
165144 <Link >
166145 <SubSystem >Console</SubSystem >
167146 <EnableCOMDATFolding >true</EnableCOMDATFolding >
168147 <OptimizeReferences >true</OptimizeReferences >
169148 <GenerateDebugInformation >true</GenerateDebugInformation >
170149 </Link >
171- <Lib >
172- <IgnoreAllDefaultLibraries >true</IgnoreAllDefaultLibraries >
173- </Lib >
174150 </ItemDefinitionGroup >
175151 <ItemGroup >
176152 <ClCompile Include =" Detours\src\creatwth.cpp" />
211187 </ItemGroup >
212188 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
213189 <ImportGroup Label =" ExtensionTargets" >
214- <Import Project =" packages\KNSoft.NDK.1.2.28 -beta\build\KNSoft.NDK.targets" Condition =" Exists('packages\KNSoft.NDK.1.2.28 -beta\build\KNSoft.NDK.targets')" />
190+ <Import Project =" packages\KNSoft.NDK.1.2.34 -beta\build\KNSoft.NDK.targets" Condition =" Exists('packages\KNSoft.NDK.1.2.34 -beta\build\KNSoft.NDK.targets')" />
215191 </ImportGroup >
216192 <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
217193 <PropertyGroup >
218194 <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
219195 </PropertyGroup >
220- <Error Condition =" !Exists('packages\KNSoft.NDK.1.2.28 -beta\build\KNSoft.NDK.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\KNSoft.NDK.1.2.28 -beta\build\KNSoft.NDK.targets'))" />
196+ <Error Condition =" !Exists('packages\KNSoft.NDK.1.2.34 -beta\build\KNSoft.NDK.targets')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\KNSoft.NDK.1.2.34 -beta\build\KNSoft.NDK.targets'))" />
221197 </Target >
222198</Project >
0 commit comments