|
1 | 1 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2 |
| - <PropertyGroup> |
3 |
| - <RepositoryRootEx Condition="'$(RepositoryRootEx)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Microsoft.Aspnet.SessionState.sln))\</RepositoryRootEx> |
4 |
| - </PropertyGroup> |
5 |
| - |
6 |
| - <PropertyGroup> |
7 |
| - <Configuration Condition="'$(Configuration)' == ''">Release</Configuration> |
8 |
| - <BinPath>$(RepositoryRootEx)bin\</BinPath> |
9 |
| - <ObjPath>$(RepositoryRootEx)obj\</ObjPath> |
10 |
| - <OutputPath>$(BinPath)$(Configuration)\</OutputPath> |
11 |
| - <IntermediateOutputPath>$(ObjPath)$(Configuration)\$(MSBuildProjectName)\</IntermediateOutputPath> |
12 |
| - </PropertyGroup> |
| 2 | + <PropertyGroup> |
| 3 | + <RepositoryRootEx Condition="'$(RepositoryRootEx)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),Microsoft.Aspnet.SessionState.sln))\</RepositoryRootEx> |
| 4 | + </PropertyGroup> |
13 | 5 |
|
14 |
| - <PropertyGroup> |
15 |
| - <TestRoot>$(RepositoryRoot)\test\Microsoft.AspNet.SessionState.AsyncProviders.SqlSessionStateProviderAsync.Test</TestRoot> |
16 |
| - <BuildingTestProject Condition="$(MSBuildProjectDirectory.ToLower().Contains($(TestRoot.ToLower())))">true</BuildingTestProject> |
17 |
| - </PropertyGroup> |
18 |
| - |
19 |
| - <PropertyGroup> |
20 |
| - <AssemblyPath Condition="'$(AssemblyPath)' == ''">$(OutputPath)</AssemblyPath> |
21 |
| - </PropertyGroup> |
| 6 | + <PropertyGroup> |
| 7 | + <Configuration Condition="'$(Configuration)' == ''">Release</Configuration> |
| 8 | + <BinPath>$(RepositoryRootEx)bin\</BinPath> |
| 9 | + <ObjPath>$(RepositoryRootEx)obj\</ObjPath> |
| 10 | + <OutputPath>$(BinPath)$(Configuration)\</OutputPath> |
| 11 | + <IntermediateOutputPath>$(ObjPath)$(Configuration)\$(MSBuildProjectName)\</IntermediateOutputPath> |
| 12 | + </PropertyGroup> |
22 | 13 |
|
23 |
| - <PropertyGroup> |
24 |
| - <CustomAfterProjectTargets>$(MSBuildThisFileDirectory)MicrosoftAspNetSessionState.Extensions.targets</CustomAfterProjectTargets> |
25 |
| - </PropertyGroup> |
| 14 | + <PropertyGroup> |
| 15 | + <TestRoot>$(RepositoryRoot)\test\Microsoft.AspNet.SessionState.AsyncProviders.SqlSessionStateProviderAsync.Test</TestRoot> |
| 16 | + <BuildingTestProject Condition="$(MSBuildProjectDirectory.ToLower().Contains($(TestRoot.ToLower())))">true</BuildingTestProject> |
| 17 | + </PropertyGroup> |
| 18 | + |
| 19 | + <PropertyGroup> |
| 20 | + <AssemblyPath Condition="'$(CodeSignEnabled)' == 'true'">$(CodeSignOutputPath)</AssemblyPath> |
| 21 | + <AssemblyPath Condition="'$(AssemblyPath)' == ''">$(OutputPath)</AssemblyPath> |
| 22 | + </PropertyGroup> |
| 23 | + |
| 24 | + <PropertyGroup> |
| 25 | + <CustomAfterProjectTargets>$(MSBuildThisFileDirectory)MicrosoftAspNetSessionState.Extensions.targets</CustomAfterProjectTargets> |
| 26 | + </PropertyGroup> |
26 | 27 | </Project>
|
0 commit comments