1
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <Import Project =" ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition =" Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
3
+ <Import Project =" ..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props" Condition =" Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" />
4
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
+ <PropertyGroup >
6
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
+ <ProductVersion >
9
+ </ProductVersion >
10
+ <SchemaVersion >2.0</SchemaVersion >
11
+ <ProjectGuid >{AC90B4CC-20B9-4064-8DDB-234D9BC11EE9}</ProjectGuid >
12
+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
13
+ <OutputType >Library</OutputType >
14
+ <AppDesignerFolder >Properties</AppDesignerFolder >
15
+ <RootNamespace >MiddlewareInjector.Owin</RootNamespace >
16
+ <AssemblyName >MiddlewareInjector.Owin</AssemblyName >
17
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
18
+ <UseIISExpress >true</UseIISExpress >
19
+ <Use64BitIISExpress />
20
+ <IISExpressSSLPort />
21
+ <IISExpressAnonymousAuthentication />
22
+ <IISExpressWindowsAuthentication />
23
+ <IISExpressUseClassicPipelineMode />
24
+ <UseGlobalApplicationHostFile />
25
+ <NuGetPackageImportStamp >
26
+ </NuGetPackageImportStamp >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
29
+ <DebugSymbols >true</DebugSymbols >
30
+ <DebugType >full</DebugType >
31
+ <Optimize >false</Optimize >
32
+ <OutputPath >bin\</OutputPath >
33
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
34
+ <ErrorReport >prompt</ErrorReport >
35
+ <WarningLevel >4</WarningLevel >
36
+ </PropertyGroup >
37
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
38
+ <DebugSymbols >true</DebugSymbols >
39
+ <DebugType >pdbonly</DebugType >
40
+ <Optimize >true</Optimize >
41
+ <OutputPath >bin\</OutputPath >
42
+ <DefineConstants >TRACE</DefineConstants >
43
+ <ErrorReport >prompt</ErrorReport >
44
+ <WarningLevel >4</WarningLevel >
45
+ </PropertyGroup >
46
+ <ItemGroup >
47
+ <Reference Include =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
48
+ <HintPath >..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath >
49
+ </Reference >
50
+ <Reference Include =" Microsoft.CSharp" />
51
+ <Reference Include =" Microsoft.Owin, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
52
+ <HintPath >..\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" Microsoft.Owin.Host.SystemWeb, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
55
+ <HintPath >..\packages\Microsoft.Owin.Host.SystemWeb.3.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath >
56
+ </Reference >
57
+ <Reference Include =" Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL" >
58
+ <HintPath >..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath >
59
+ </Reference >
60
+ <Reference Include =" System.Web.DynamicData" />
61
+ <Reference Include =" System.Web.Entity" />
62
+ <Reference Include =" System.Web.ApplicationServices" />
63
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
64
+ <Reference Include =" System" />
65
+ <Reference Include =" System.Data" />
66
+ <Reference Include =" System.Core" />
67
+ <Reference Include =" System.Data.DataSetExtensions" />
68
+ <Reference Include =" System.Web.Extensions" />
69
+ <Reference Include =" System.Xml.Linq" />
70
+ <Reference Include =" System.Drawing" />
71
+ <Reference Include =" System.Web" />
72
+ <Reference Include =" System.Xml" />
73
+ <Reference Include =" System.Configuration" />
74
+ <Reference Include =" System.Web.Services" />
75
+ <Reference Include =" System.EnterpriseServices" />
76
+ </ItemGroup >
77
+ <ItemGroup >
78
+ <None Include =" packages.config" />
79
+ <None Include =" Web.Debug.config" >
80
+ <DependentUpon >Web.config</DependentUpon >
81
+ </None >
82
+ <None Include =" Web.Release.config" >
83
+ <DependentUpon >Web.config</DependentUpon >
84
+ </None >
85
+ </ItemGroup >
86
+ <ItemGroup >
87
+ <Content Include =" Web.config" />
88
+ </ItemGroup >
89
+ <ItemGroup >
90
+ <Compile Include =" MiddlewareInjectorExtensions.cs" />
91
+ <Compile Include =" MiddlewareInjectorMiddleware.cs" />
92
+ <Compile Include =" MiddlewareInjectorOptions.cs" />
93
+ <Compile Include =" Properties\AssemblyInfo.cs" />
94
+ <Compile Include =" Startup.cs" />
95
+ </ItemGroup >
96
+ <PropertyGroup >
97
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
98
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
99
+ </PropertyGroup >
100
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
101
+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
102
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
103
+ <ProjectExtensions >
104
+ <VisualStudio >
105
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
106
+ <WebProjectProperties >
107
+ <UseIIS >True</UseIIS >
108
+ <AutoAssignPort >True</AutoAssignPort >
109
+ <DevelopmentServerPort >59209</DevelopmentServerPort >
110
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
111
+ <IISUrl >http://localhost:59209/</IISUrl >
112
+ <NTLMAuthentication >False</NTLMAuthentication >
113
+ <UseCustomServer >False</UseCustomServer >
114
+ <CustomServerUrl >
115
+ </CustomServerUrl >
116
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
117
+ </WebProjectProperties >
118
+ </FlavorProperties >
119
+ </VisualStudio >
120
+ </ProjectExtensions >
121
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
122
+ <PropertyGroup >
123
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
124
+ </PropertyGroup >
125
+ <Error Condition =" !Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props'))" />
126
+ <Error Condition =" !Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.5\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
127
+ </Target >
128
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
129
+ Other similar extension points exist, see Microsoft.Common.targets.
130
+ <Target Name="BeforeBuild">
131
+ </Target>
132
+ <Target Name="AfterBuild">
133
+ </Target>
134
+ -->
135
+ </Project >
0 commit comments