File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<TestFxRoot Condition =" $(TestFxRoot) == ''" >..\..\</TestFxRoot >
5
- <RepoRoot Condition =" $(RepoRoot) == ''" >$(TestFxRoot) </RepoRoot >
5
+ <RepoRoot Condition =" $(RepoRoot) == ''" >$(MSBuildThisFileDirectory)..\..\ </RepoRoot >
6
6
<IncludeMicrosoftCommon Condition =" $(IncludeMicrosoftCommon) == ''" >true</IncludeMicrosoftCommon >
7
7
</PropertyGroup >
8
8
17
17
<DefaultLanguage >en-US</DefaultLanguage >
18
18
<FileAlignment >512</FileAlignment >
19
19
<GenerateLCE >true</GenerateLCE >
20
- <AssemblyOriginatorKeyFile >$(TestFxRoot)scripts\build\ key.snk</AssemblyOriginatorKeyFile >
20
+ <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory) key.snk</AssemblyOriginatorKeyFile >
21
21
<SignAssembly >true</SignAssembly >
22
22
<PublicSign Condition =" '$(IsLocalizedBuild)' == '' or '$(IsLocalizedBuild)' != 'true'" >true</PublicSign >
23
23
<!-- Temporarily turning on Delay signing for Localized builds because publickey = true is not passed on to the assembler to create resource assmblies.-->
34
34
<!-- Code analysis settings -->
35
35
<PropertyGroup >
36
36
<RunCodeAnalysis >false</RunCodeAnalysis >
37
- <CodeAnalysisRuleSet >$(TestFxRoot)scripts/build/ stylecop.ruleset</CodeAnalysisRuleSet >
38
- <CodeAnalysisRuleSet Condition =" $(IsTest) == 'true'" >$(TestFxRoot)scripts/build/ stylecop.test.ruleset</CodeAnalysisRuleSet >
37
+ <CodeAnalysisRuleSet >$(MSBuildThisFileDirectory) stylecop.ruleset</CodeAnalysisRuleSet >
38
+ <CodeAnalysisRuleSet Condition =" $(IsTest) == 'true'" >$(MSBuildThisFileDirectory) stylecop.test.ruleset</CodeAnalysisRuleSet >
39
39
</PropertyGroup >
40
40
</Project >
Original file line number Diff line number Diff line change 15
15
<Import Project =" $(RepoRoot)packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets" Condition =" Exists('$(RepoRoot)packages\MicroBuild.Core.0.2.0\build\MicroBuild.Core.targets')" />
16
16
17
17
<!-- Import localization specific Targets if enabled. -->
18
- <Import Project =" $(RepoRoot)scripts\build\ TestFx.Loc.targets" Condition =" ($(IsTest) == '' or $(IsTest) == 'false') and $(IsLocalizationEnabled) == 'true'" />
18
+ <Import Project =" $(MSBuildThisFileDirectory) TestFx.Loc.targets" Condition =" ($(IsTest) == '' or $(IsTest) == 'false') and $(IsLocalizationEnabled) == 'true'" />
19
19
20
20
<ItemGroup >
21
- <None Include =" $(TestFxRoot)scripts\build\ key.snk" >
21
+ <None Include =" $(MSBuildThisFileDirectory) key.snk" >
22
22
<!-- Do not have this show up in Solution Explorer in VS -->
23
23
<InProject >false</InProject >
24
24
</None >
You can’t perform that action at this time.
0 commit comments