1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProductVersion >
8
+ </ProductVersion >
9
+ <SchemaVersion >2.0</SchemaVersion >
10
+ <ProjectGuid >{59B79A61-DFD9-4FD5-B405-AFCFF4F88D85}</ProjectGuid >
11
+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12
+ <OutputType >Library</OutputType >
13
+ <AppDesignerFolder >Properties</AppDesignerFolder >
14
+ <RootNamespace >ScottBrady91.BlogExampleCode.OwinMiddleware</RootNamespace >
15
+ <AssemblyName >ScottBrady91.BlogExampleCode.OwinMiddleware</AssemblyName >
16
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
17
+ <UseIISExpress >true</UseIISExpress >
18
+ <IISExpressSSLPort />
19
+ <IISExpressAnonymousAuthentication />
20
+ <IISExpressWindowsAuthentication />
21
+ <IISExpressUseClassicPipelineMode />
22
+ </PropertyGroup >
23
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24
+ <DebugSymbols >true</DebugSymbols >
25
+ <DebugType >full</DebugType >
26
+ <Optimize >false</Optimize >
27
+ <OutputPath >bin\</OutputPath >
28
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ </PropertyGroup >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33
+ <DebugType >pdbonly</DebugType >
34
+ <Optimize >true</Optimize >
35
+ <OutputPath >bin\</OutputPath >
36
+ <DefineConstants >TRACE</DefineConstants >
37
+ <ErrorReport >prompt</ErrorReport >
38
+ <WarningLevel >4</WarningLevel >
39
+ </PropertyGroup >
40
+ <ItemGroup >
41
+ <Reference Include =" Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
42
+ <HintPath >..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath >
43
+ <Private >True</Private >
44
+ </Reference >
45
+ <Reference Include =" Microsoft.Owin.Host.SystemWeb, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
46
+ <HintPath >..\packages\Microsoft.Owin.Host.SystemWeb.3.0.1\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath >
47
+ <Private >True</Private >
48
+ </Reference >
49
+ <Reference Include =" Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL" >
50
+ <HintPath >..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath >
51
+ <Private >True</Private >
52
+ </Reference >
53
+ <Reference Include =" System" />
54
+ <Reference Include =" System.Core" />
55
+ </ItemGroup >
56
+ <ItemGroup >
57
+ <Content Include =" packages.config" />
58
+ <None Include =" Web.Debug.config" >
59
+ <DependentUpon >Web.config</DependentUpon >
60
+ </None >
61
+ <None Include =" Web.Release.config" >
62
+ <DependentUpon >Web.config</DependentUpon >
63
+ </None >
64
+ </ItemGroup >
65
+ <ItemGroup >
66
+ <Content Include =" Web.config" />
67
+ </ItemGroup >
68
+ <ItemGroup >
69
+ <Compile Include =" OwinMiddleware\Configuration\TeapotOptions.cs" />
70
+ <Compile Include =" OwinMiddleware\Handlers\TeapotMiddlewareHandler.cs" />
71
+ <Compile Include =" OwinMiddleware\TeapotMiddleware.cs" />
72
+ <Compile Include =" Properties\AssemblyInfo.cs" />
73
+ <Compile Include =" Startup.cs" />
74
+ </ItemGroup >
75
+ <PropertyGroup >
76
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
77
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
78
+ </PropertyGroup >
79
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
80
+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
81
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
82
+ <ProjectExtensions >
83
+ <VisualStudio >
84
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
85
+ <WebProjectProperties >
86
+ <UseIIS >True</UseIIS >
87
+ <AutoAssignPort >True</AutoAssignPort >
88
+ <DevelopmentServerPort >8437</DevelopmentServerPort >
89
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
90
+ <IISUrl >http://localhost:8437/</IISUrl >
91
+ <NTLMAuthentication >False</NTLMAuthentication >
92
+ <UseCustomServer >False</UseCustomServer >
93
+ <CustomServerUrl >
94
+ </CustomServerUrl >
95
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
96
+ </WebProjectProperties >
97
+ </FlavorProperties >
98
+ </VisualStudio >
99
+ </ProjectExtensions >
100
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
101
+ Other similar extension points exist, see Microsoft.Common.targets.
102
+ <Target Name="BeforeBuild">
103
+ </Target>
104
+ <Target Name="AfterBuild">
105
+ </Target>
106
+ -->
107
+ </Project >
0 commit comments