File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
4- <BaseIntermediateOutputPath >$(MSBuildThisFileDirectory)..\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath >
5- <BaseOutputPath Condition =" '$(BaseOutputPath)' == '' " >$(MSBuildThisFileDirectory)..\bin\$(MSBuildProjectName)\</BaseOutputPath >
4+ <RepoRoot >$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\'))</RepoRoot >
5+ <BaseIntermediateOutputPath >$(RepoRoot)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath >
6+ <BaseOutputPath Condition =" '$(BaseOutputPath)' == '' " >$(RepoRoot)bin\$(MSBuildProjectName)\</BaseOutputPath >
7+ <PackageOutputPath >$(RepoRoot)bin\Packages\$(Configuration)\</PackageOutputPath >
8+
69 <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)StrongNameKey.snk</AssemblyOriginatorKeyFile >
710 <SignAssembly >true</SignAssembly >
811
You can’t perform that action at this time.
0 commit comments