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 =" ..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition =" Exists('..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
4
+ <Import Project =" ..\..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition =" Exists('..\..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />
5
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6
+ <PropertyGroup >
7
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
8
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
9
+ <ProductVersion >
10
+ </ProductVersion >
11
+ <SchemaVersion >2.0</SchemaVersion >
12
+ <ProjectGuid >{ED305650-3D8D-455B-AABD-A3E85FBDB5DD}</ProjectGuid >
13
+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
14
+ <OutputType >Library</OutputType >
15
+ <AppDesignerFolder >Properties</AppDesignerFolder >
16
+ <RootNamespace >DropboxReceiver</RootNamespace >
17
+ <AssemblyName >DropboxReceiver</AssemblyName >
18
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
19
+ <UseIISExpress >true</UseIISExpress >
20
+ <IISExpressSSLPort />
21
+ <IISExpressAnonymousAuthentication />
22
+ <IISExpressWindowsAuthentication />
23
+ <IISExpressUseClassicPipelineMode />
24
+ <UseGlobalApplicationHostFile />
25
+ <NuGetPackageImportStamp >
26
+ </NuGetPackageImportStamp >
27
+ <TargetFrameworkProfile />
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
30
+ <DebugSymbols >true</DebugSymbols >
31
+ <DebugType >full</DebugType >
32
+ <Optimize >false</Optimize >
33
+ <OutputPath >bin\</OutputPath >
34
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
35
+ <ErrorReport >prompt</ErrorReport >
36
+ <WarningLevel >4</WarningLevel >
37
+ </PropertyGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
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.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
48
+ <HintPath >..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath >
49
+ <Private >True</Private >
50
+ </Reference >
51
+ <Reference Include =" Microsoft.CSharp" />
52
+ <Reference Include =" System.Data.DataSetExtensions" />
53
+ <Reference Include =" System.Net.Http" />
54
+ <Reference Include =" System.Net.Http.Formatting, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
55
+ <HintPath >..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.2\lib\net45\System.Net.Http.Formatting.dll</HintPath >
56
+ <Private >True</Private >
57
+ </Reference >
58
+ <Reference Include =" System.Web.DynamicData" />
59
+ <Reference Include =" System.Web.Entity" />
60
+ <Reference Include =" System.Web.ApplicationServices" />
61
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
62
+ <Reference Include =" System" />
63
+ <Reference Include =" System.Data" />
64
+ <Reference Include =" System.Web.Extensions" />
65
+ <Reference Include =" System.Web.Http, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
66
+ <HintPath >..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.2\lib\net45\System.Web.Http.dll</HintPath >
67
+ <Private >True</Private >
68
+ </Reference >
69
+ <Reference Include =" System.Web.Http.WebHost, Version=5.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
70
+ <HintPath >..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.2\lib\net45\System.Web.Http.WebHost.dll</HintPath >
71
+ <Private >True</Private >
72
+ </Reference >
73
+ <Reference Include =" System.Drawing" />
74
+ <Reference Include =" System.Web" />
75
+ <Reference Include =" System.Xml" />
76
+ <Reference Include =" System.Configuration" />
77
+ <Reference Include =" System.Web.Services" />
78
+ <Reference Include =" System.EnterpriseServices" />
79
+ <Reference Include =" System.Xml.Linq" />
80
+ </ItemGroup >
81
+ <ItemGroup >
82
+ <Reference Include =" Newtonsoft.Json" >
83
+ <HintPath >..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath >
84
+ </Reference >
85
+ </ItemGroup >
86
+ <ItemGroup >
87
+ <Content Include =" Global.asax" />
88
+ <Content Include =" index.html" />
89
+ <Content Include =" Web.config" />
90
+ </ItemGroup >
91
+ <ItemGroup >
92
+ <Compile Include =" App_Start\WebApiConfig.cs" />
93
+ <Compile Include =" Global.asax.cs" >
94
+ <DependentUpon >Global.asax</DependentUpon >
95
+ </Compile >
96
+ <Compile Include =" Properties\AssemblyInfo.cs" />
97
+ <Compile Include =" WebHooks\DropboxWebHookHandler.cs" />
98
+ </ItemGroup >
99
+ <ItemGroup >
100
+ <Content Include =" packages.config" />
101
+ <None Include =" Web.Debug.config" >
102
+ <DependentUpon >Web.config</DependentUpon >
103
+ </None >
104
+ <None Include =" Web.Release.config" >
105
+ <DependentUpon >Web.config</DependentUpon >
106
+ </None >
107
+ </ItemGroup >
108
+ <ItemGroup />
109
+ <ItemGroup >
110
+ <ProjectReference Include =" ..\..\Src\Microsoft.AspNet.WebHooks.Common\Microsoft.AspNet.WebHooks.Common.csproj" >
111
+ <Project >{f7dd0935-6320-4efc-9464-d5a2d2b8c2f7}</Project >
112
+ <Name >Microsoft.AspNet.WebHooks.Common</Name >
113
+ </ProjectReference >
114
+ <ProjectReference Include =" ..\..\Src\Microsoft.AspNet.WebHooks.Receivers.Dropbox\Microsoft.AspNet.WebHooks.Receivers.Dropbox.csproj" >
115
+ <Project >{f900cc81-49bf-40fc-8e0b-058b4a23bb34}</Project >
116
+ <Name >Microsoft.AspNet.WebHooks.Receivers.Dropbox</Name >
117
+ </ProjectReference >
118
+ <ProjectReference Include =" ..\..\Src\Microsoft.AspNet.WebHooks.Receivers\Microsoft.AspNet.WebHooks.Receivers.csproj" >
119
+ <Project >{8ced31fb-32f2-4ffb-9997-452fb9728577}</Project >
120
+ <Name >Microsoft.AspNet.WebHooks.Receivers</Name >
121
+ </ProjectReference >
122
+ </ItemGroup >
123
+ <PropertyGroup >
124
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
125
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
126
+ </PropertyGroup >
127
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
128
+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
129
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
130
+ <ProjectExtensions >
131
+ <VisualStudio >
132
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
133
+ <WebProjectProperties >
134
+ <UseIIS >True</UseIIS >
135
+ <AutoAssignPort >True</AutoAssignPort >
136
+ <DevelopmentServerPort >4333</DevelopmentServerPort >
137
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
138
+ <IISUrl >http://localhost:50008</IISUrl >
139
+ <NTLMAuthentication >False</NTLMAuthentication >
140
+ <UseCustomServer >False</UseCustomServer >
141
+ <CustomServerUrl >
142
+ </CustomServerUrl >
143
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
144
+ </WebProjectProperties >
145
+ </FlavorProperties >
146
+ </VisualStudio >
147
+ </ProjectExtensions >
148
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
149
+ <PropertyGroup >
150
+ <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 >
151
+ </PropertyGroup >
152
+ <Error Condition =" !Exists('..\..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" />
153
+ <Error Condition =" !Exists('..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
154
+ </Target >
155
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
156
+ Other similar extension points exist, see Microsoft.Common.targets.
157
+ <Target Name="BeforeBuild">
158
+ </Target>
159
+ <Target Name="AfterBuild">
160
+ </Target>
161
+ -->
162
+ </Project >
0 commit comments