11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 3.5" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\..\tools\DotNetOpenAuth.props" />
43 <PropertyGroup >
4+ <ProjectRoot Condition =" '$(ProjectRoot)' == ''" >$(MSBuildProjectDirectory)\..\..\</ProjectRoot >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
66 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ </PropertyGroup >
8+ <Import Project =" $(ProjectRoot)tools\DotNetOpenAuth.props" />
9+ <PropertyGroup >
710 <ProductVersion >9.0.30729</ProductVersion >
811 <SchemaVersion >2.0</SchemaVersion >
912 <ProjectGuid >{3191B653-F76D-4C1A-9A5A-347BC3AAAAB7}</ProjectGuid >
@@ -19,17 +22,16 @@ Code licensed under the Ms-PL License:
1922http://opensource.org/licenses/ms-pl.html
2023</StandardCopyright >
2124 <ApplicationIcon >DotNetOpenAuth.ico</ApplicationIcon >
25+ <DocumentationFile >$(OutputPath)DotNetOpenAuth.xml</DocumentationFile >
2226 </PropertyGroup >
2327 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2428 <DebugSymbols >true</DebugSymbols >
2529 <DebugType >full</DebugType >
2630 <Optimize >false</Optimize >
27- <OutputPath >..\..\bin\Debug\</OutputPath >
2831 <DefineConstants >DEBUG;TRACE</DefineConstants >
2932 <ErrorReport >prompt</ErrorReport >
3033 <WarningLevel >4</WarningLevel >
3134 <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
32- <DocumentationFile >..\..\bin\Debug\DotNetOpenAuth.xml</DocumentationFile >
3335 <RunCodeAnalysis >false</RunCodeAnalysis >
3436 <CodeAnalysisRules >-Microsoft.Design#CA1054;-Microsoft.Design#CA1056;-Microsoft.Design#CA1055</CodeAnalysisRules >
3537 <CodeContractsEnableRuntimeChecking >True</CodeContractsEnableRuntimeChecking >
@@ -64,12 +66,10 @@ http://opensource.org/licenses/ms-pl.html
6466 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
6567 <DebugType >pdbonly</DebugType >
6668 <Optimize >true</Optimize >
67- <OutputPath >..\..\bin\Release\</OutputPath >
6869 <DefineConstants >TRACE</DefineConstants >
6970 <ErrorReport >prompt</ErrorReport >
7071 <WarningLevel >4</WarningLevel >
7172 <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
72- <DocumentationFile >..\..\bin\Release\DotNetOpenAuth.xml</DocumentationFile >
7373 <RunCodeAnalysis >true</RunCodeAnalysis >
7474 <CodeAnalysisRules >-Microsoft.Design#CA1054;-Microsoft.Design#CA1056;-Microsoft.Design#CA1055</CodeAnalysisRules >
7575 <CodeContractsEnableRuntimeChecking >True</CodeContractsEnableRuntimeChecking >
@@ -101,14 +101,9 @@ http://opensource.org/licenses/ms-pl.html
101101 <CodeContractsRedundantAssumptions >False</CodeContractsRedundantAssumptions >
102102 <CodeContractsReferenceAssembly >Build</CodeContractsReferenceAssembly >
103103 </PropertyGroup >
104- <PropertyGroup >
105- <SignAssembly >true</SignAssembly >
106- </PropertyGroup >
107104 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'CodeAnalysis|AnyCPU' " >
108105 <DebugSymbols >true</DebugSymbols >
109- <OutputPath >..\..\bin\CodeAnalysis\</OutputPath >
110106 <DefineConstants >$(DefineConstants);CONTRACTS_FULL;DEBUG;TRACE</DefineConstants >
111- <DocumentationFile >..\..\bin\CodeAnalysis\DotNetOpenAuth.xml</DocumentationFile >
112107 <DebugType >full</DebugType >
113108 <PlatformTarget >AnyCPU</PlatformTarget >
114109 <CodeAnalysisRules >-Microsoft.Design#CA1054;-Microsoft.Design#CA1056;-Microsoft.Design#CA1055</CodeAnalysisRules >
@@ -689,5 +684,5 @@ http://opensource.org/licenses/ms-pl.html
689684 <Content Include =" DotNetOpenAuth.ico" />
690685 </ItemGroup >
691686 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
692- <Import Project =" ..\..\ tools\DotNetOpenAuth.targets" />
687+ <Import Project =" $(ProjectRoot) tools\DotNetOpenAuth.targets" />
693688</Project >
0 commit comments