File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Release/samples/BingRequest/BingRequest141 Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -69,3 +69,5 @@ build.*/
6969docs /
7070# ignore NuGet artifacts
7171.nuget /
72+
73+ Generated Files /
Original file line number Diff line number Diff line change 5555 <PlatformToolset >v141</PlatformToolset >
5656 </PropertyGroup >
5757 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
58- <!-- Normally these settings would be include by Release.Product.Settings,
59- however they aren't to cover the case of a project without WIN32 defined -->
60- <PropertyGroup >
61- <BuildRoot >$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))</BuildRoot >
62- <OutputPath >$(BuildRoot)\Binaries\$(Platform)\$(Configuration)\</OutputPath >
63- <OutDir >$(OutputPath)</OutDir >
64- <CasablancaSrcDir >$(BuildRoot)\Release\src</CasablancaSrcDir >
65- <CasablancaIncludeDir >$(BuildRoot)\Release\include</CasablancaIncludeDir >
66- </PropertyGroup >
58+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\Release.Product.Settings" />
6759 <ImportGroup Label =" ExtensionSettings" />
6860 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
6961 <ClCompile >
You can’t perform that action at this time.
0 commit comments