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 >{3B7DEFC0-1032-448B-98B6-4B875A8E4285}</ProjectGuid >
13
+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
14
+ <OutputType >Library</OutputType >
15
+ <AppDesignerFolder >Properties</AppDesignerFolder >
16
+ <RootNamespace >SalesforceReceiver</RootNamespace >
17
+ <AssemblyName >SalesforceReceiver</AssemblyName >
18
+ <TargetFrameworkVersion >v4.5.1</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\SalesforceWebHookHandler.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
+ <Folder Include =" App_Data\" />
110
+ </ItemGroup >
111
+ <ItemGroup >
112
+ <ProjectReference Include =" ..\..\Src\Microsoft.AspNet.WebHooks.Common\Microsoft.AspNet.WebHooks.Common.csproj" >
113
+ <Project >{f7dd0935-6320-4efc-9464-d5a2d2b8c2f7}</Project >
114
+ <Name >Microsoft.AspNet.WebHooks.Common</Name >
115
+ </ProjectReference >
116
+ <ProjectReference Include =" ..\..\src\Microsoft.AspNet.WebHooks.Receivers.Salesforce\Microsoft.AspNet.WebHooks.Receivers.Salesforce.csproj" >
117
+ <Project >{2331e6c8-2235-4ff6-8429-4b2b9cc21273}</Project >
118
+ <Name >Microsoft.AspNet.WebHooks.Receivers.Salesforce</Name >
119
+ </ProjectReference >
120
+ <ProjectReference Include =" ..\..\Src\Microsoft.AspNet.WebHooks.Receivers\Microsoft.AspNet.WebHooks.Receivers.csproj" >
121
+ <Project >{8ced31fb-32f2-4ffb-9997-452fb9728577}</Project >
122
+ <Name >Microsoft.AspNet.WebHooks.Receivers</Name >
123
+ </ProjectReference >
124
+ </ItemGroup >
125
+ <PropertyGroup >
126
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
127
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
128
+ </PropertyGroup >
129
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
130
+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
131
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
132
+ <ProjectExtensions >
133
+ <VisualStudio >
134
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
135
+ <WebProjectProperties >
136
+ <UseIIS >True</UseIIS >
137
+ <AutoAssignPort >True</AutoAssignPort >
138
+ <DevelopmentServerPort >15572</DevelopmentServerPort >
139
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
140
+ <IISUrl >http://localhost:50014</IISUrl >
141
+ <NTLMAuthentication >False</NTLMAuthentication >
142
+ <UseCustomServer >False</UseCustomServer >
143
+ <CustomServerUrl >
144
+ </CustomServerUrl >
145
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
146
+ </WebProjectProperties >
147
+ </FlavorProperties >
148
+ </VisualStudio >
149
+ </ProjectExtensions >
150
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
151
+ <PropertyGroup >
152
+ <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 >
153
+ </PropertyGroup >
154
+ <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'))" />
155
+ <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'))" />
156
+ </Target >
157
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
158
+ Other similar extension points exist, see Microsoft.Common.targets.
159
+ <Target Name="BeforeBuild">
160
+ </Target>
161
+ <Target Name="AfterBuild">
162
+ </Target>
163
+ -->
164
+ </Project >
0 commit comments