|
|
@@ -59,11 +59,9 @@
|
|
|
<PropertyGroup>
|
|
|
<SharedSourceRoot>$(MSBuildThisFileDirectory)src\Shared\</SharedSourceRoot>
|
|
|
<GoogleTestSubmoduleRoot>$(RepoRoot)src\submodules\googletest\</GoogleTestSubmoduleRoot>
|
|
|
+
|
|
|
<!-- Embed source files that are not tracked by the source control manager in the PDB. -->
|
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
|
-
|
|
|
- <!-- Disable source link on local builds for faster local builds. -->
|
|
|
- <EnableSourceLink Condition="'$(ContinuousIntegrationBuild)' != 'true' and '$(OfficialBuildId)' == ''">false</EnableSourceLink>
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|