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.*/
69
69
docs /
70
70
# ignore NuGet artifacts
71
71
.nuget /
72
+
73
+ Generated Files /
Original file line number Diff line number Diff line change 55
55
<PlatformToolset >v141</PlatformToolset >
56
56
</PropertyGroup >
57
57
<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" />
67
59
<ImportGroup Label =" ExtensionSettings" />
68
60
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
69
61
<ClCompile >
You can’t perform that action at this time.
0 commit comments