Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

SendAttachmentBot.csproj 9.2 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
  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>{A8BA1066-5695-4D71-ABB4-65E5A5E0C3D4}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>SendAttachmentBot</RootNamespace>
  15. <AssemblyName>SendAttachmentBot</AssemblyName>
  16. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  17. <UseIISExpress>true</UseIISExpress>
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. <UseGlobalApplicationHostFile />
  23. <NuGetPackageImportStamp>
  24. </NuGetPackageImportStamp>
  25. <TargetFrameworkProfile />
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\</OutputPath>
  32. <DefineConstants>DEBUG;TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="Autofac, Version=4.2.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  46. <HintPath>packages\Autofac.4.2.1\lib\net45\Autofac.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="Chronic, Version=0.3.2.0, Culture=neutral, PublicKeyToken=3bd1f1ef638b0d3c, processorArchitecture=MSIL">
  50. <HintPath>packages\Chronic.Signed.0.3.2\lib\net40\Chronic.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="Microsoft.Bot.Builder, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  54. <HintPath>packages\Microsoft.Bot.Builder.3.8.0\lib\net46\Microsoft.Bot.Builder.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.Bot.Builder.Autofac, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  57. <HintPath>packages\Microsoft.Bot.Builder.3.8.0\lib\net46\Microsoft.Bot.Builder.Autofac.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.Bot.Connector, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  60. <HintPath>packages\Microsoft.Bot.Builder.3.8.0\lib\net46\Microsoft.Bot.Connector.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="Microsoft.IdentityModel.Protocol.Extensions, Version=1.0.40306.1554, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>packages\Microsoft.IdentityModel.Protocol.Extensions.1.0.4.403061554\lib\net45\Microsoft.IdentityModel.Protocol.Extensions.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <HintPath>packages\Microsoft.Rest.ClientRuntime.2.3.4\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="Microsoft.WindowsAzure.Configuration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  71. <HintPath>packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  75. <HintPath>packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  76. <Private>True</Private>
  77. </Reference>
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="System.IdentityModel.Tokens.Jwt, Version=4.0.40306.1554, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <HintPath>packages\System.IdentityModel.Tokens.Jwt.4.0.4.403061554\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Net" />
  83. <Reference Include="System.Net.Http" />
  84. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  85. <HintPath>packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  86. <Private>True</Private>
  87. </Reference>
  88. <Reference Include="System.Net.Http.WebRequest" />
  89. <Reference Include="System.Runtime.Serialization" />
  90. <Reference Include="System.Web.DynamicData" />
  91. <Reference Include="System.Web.Entity" />
  92. <Reference Include="System.Web.ApplicationServices" />
  93. <Reference Include="System.ComponentModel.DataAnnotations" />
  94. <Reference Include="System" />
  95. <Reference Include="System.Data" />
  96. <Reference Include="System.Web.Extensions" />
  97. <Reference Include="System.Drawing" />
  98. <Reference Include="System.Web" />
  99. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  100. <HintPath>packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  101. <Private>True</Private>
  102. </Reference>
  103. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  104. <HintPath>packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  105. <Private>True</Private>
  106. </Reference>
  107. <Reference Include="System.Xml" />
  108. <Reference Include="System.Configuration" />
  109. <Reference Include="System.Web.Services" />
  110. <Reference Include="System.EnterpriseServices" />
  111. <Reference Include="System.Xml.Linq" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Content Include="default.htm" />
  115. <Content Include="Global.asax" />
  116. <Content Include="images\big-image.png" />
  117. <Content Include="images\small-image.png" />
  118. <Content Include="Web.config">
  119. <SubType>Designer</SubType>
  120. </Content>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Compile Include="App_Start\WebApiConfig.cs" />
  124. <Compile Include="Controllers\MessagesController.cs" />
  125. <Compile Include="SendAttachmentDialog.cs" />
  126. <Compile Include="Global.asax.cs">
  127. <DependentUpon>Global.asax</DependentUpon>
  128. </Compile>
  129. <Compile Include="Properties\AssemblyInfo.cs" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Content Include="packages.config" />
  133. <None Include="Web.Debug.config">
  134. <DependentUpon>Web.config</DependentUpon>
  135. </None>
  136. <None Include="Web.Release.config">
  137. <DependentUpon>Web.config</DependentUpon>
  138. </None>
  139. </ItemGroup>
  140. <PropertyGroup>
  141. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  142. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  143. </PropertyGroup>
  144. <PropertyGroup>
  145. <EnableMSDeployAppOffline>true</EnableMSDeployAppOffline>
  146. </PropertyGroup>
  147. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  148. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  149. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  150. <ProjectExtensions>
  151. <VisualStudio>
  152. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  153. <WebProjectProperties>
  154. <UseIIS>True</UseIIS>
  155. <AutoAssignPort>True</AutoAssignPort>
  156. <DevelopmentServerPort>3979</DevelopmentServerPort>
  157. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  158. <IISUrl>http://localhost:3979/</IISUrl>
  159. <NTLMAuthentication>False</NTLMAuthentication>
  160. <UseCustomServer>False</UseCustomServer>
  161. <CustomServerUrl>
  162. </CustomServerUrl>
  163. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  164. </WebProjectProperties>
  165. </FlavorProperties>
  166. </VisualStudio>
  167. </ProjectExtensions>
  168. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  169. Other similar extension points exist, see Microsoft.Common.targets.
  170. <Target Name="BeforeBuild">
  171. </Target>
  172. <Target Name="AfterBuild">
  173. </Target>
  174. -->
  175. </Project>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...