MyTrelloWeb.csproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{F5ED4063-5CD3-4543-999E-D20748681BF6}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>MyTrelloWeb</RootNamespace>
  14. <AssemblyName>MyTrelloWeb</AssemblyName>
  15. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  16. <UseIISExpress>true</UseIISExpress>
  17. <Use64BitIISExpress />
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. <UseGlobalApplicationHostFile />
  23. <NuGetPackageImportStamp>
  24. </NuGetPackageImportStamp>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\</OutputPath>
  31. <DefineConstants>DEBUG;TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  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="AutoMapper, Version=8.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
  46. <HintPath>C:\NuGetLocalRepo\AutoMapper.8.0.0\lib\net461\AutoMapper.dll</HintPath>
  47. </Reference>
  48. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  49. <HintPath>C:\NuGetLocalRepo\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  50. </Reference>
  51. <Reference Include="EntityFramework.DynamicFilters, Version=3.0.1.0, Culture=neutral, PublicKeyToken=59b66d028979105b, processorArchitecture=MSIL">
  52. <HintPath>C:\NuGetLocalRepo\EntityFramework.DynamicFilters.3.0.1\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
  53. </Reference>
  54. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  55. <HintPath>C:\NuGetLocalRepo\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  56. </Reference>
  57. <Reference Include="FluentMigrator, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  58. <HintPath>C:\NuGetLocalRepo\FluentMigrator.3.1.3\lib\net461\FluentMigrator.dll</HintPath>
  59. </Reference>
  60. <Reference Include="FluentMigrator.Abstractions, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  61. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Abstractions.3.1.3\lib\net461\FluentMigrator.Abstractions.dll</HintPath>
  62. </Reference>
  63. <Reference Include="FluentMigrator.Extensions.SqlAnywhere, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  64. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Extensions.SqlAnywhere.3.1.3\lib\net461\FluentMigrator.Extensions.SqlAnywhere.dll</HintPath>
  65. </Reference>
  66. <Reference Include="FluentMigrator.Extensions.SqlServer, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  67. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Extensions.SqlServer.3.1.3\lib\net461\FluentMigrator.Extensions.SqlServer.dll</HintPath>
  68. </Reference>
  69. <Reference Include="FluentMigrator.Runner, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  70. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.3.1.3\lib\net461\FluentMigrator.Runner.dll</HintPath>
  71. </Reference>
  72. <Reference Include="FluentMigrator.Runner.Core, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  73. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.Core.3.1.3\lib\net461\FluentMigrator.Runner.Core.dll</HintPath>
  74. </Reference>
  75. <Reference Include="FluentMigrator.Runner.Db2, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  76. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.Db2.3.1.3\lib\net461\FluentMigrator.Runner.Db2.dll</HintPath>
  77. </Reference>
  78. <Reference Include="FluentMigrator.Runner.Firebird, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  79. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.Firebird.3.1.3\lib\net461\FluentMigrator.Runner.Firebird.dll</HintPath>
  80. </Reference>
  81. <Reference Include="FluentMigrator.Runner.Hana, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  82. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.Hana.3.1.3\lib\net461\FluentMigrator.Runner.Hana.dll</HintPath>
  83. </Reference>
  84. <Reference Include="FluentMigrator.Runner.Jet, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  85. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.Jet.3.1.3\lib\net461\FluentMigrator.Runner.Jet.dll</HintPath>
  86. </Reference>
  87. <Reference Include="FluentMigrator.Runner.MySql, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  88. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.MySql.3.1.3\lib\net461\FluentMigrator.Runner.MySql.dll</HintPath>
  89. </Reference>
  90. <Reference Include="FluentMigrator.Runner.Oracle, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  91. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.Oracle.3.1.3\lib\net461\FluentMigrator.Runner.Oracle.dll</HintPath>
  92. </Reference>
  93. <Reference Include="FluentMigrator.Runner.Postgres, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  94. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.Postgres.3.1.3\lib\net461\FluentMigrator.Runner.Postgres.dll</HintPath>
  95. </Reference>
  96. <Reference Include="FluentMigrator.Runner.Redshift, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  97. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.Redshift.3.1.3\lib\net461\FluentMigrator.Runner.Redshift.dll</HintPath>
  98. </Reference>
  99. <Reference Include="FluentMigrator.Runner.SqlAnywhere, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  100. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.SqlAnywhere.3.1.3\lib\net461\FluentMigrator.Runner.SqlAnywhere.dll</HintPath>
  101. </Reference>
  102. <Reference Include="FluentMigrator.Runner.SQLite, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  103. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.SQLite.3.1.3\lib\net461\FluentMigrator.Runner.SQLite.dll</HintPath>
  104. </Reference>
  105. <Reference Include="FluentMigrator.Runner.SqlServer, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  106. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.SqlServer.3.1.3\lib\net461\FluentMigrator.Runner.SqlServer.dll</HintPath>
  107. </Reference>
  108. <Reference Include="FluentMigrator.Runner.SqlServerCe, Version=3.1.3.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05, processorArchitecture=MSIL">
  109. <HintPath>C:\NuGetLocalRepo\FluentMigrator.Runner.SqlServerCe.3.1.3\lib\net461\FluentMigrator.Runner.SqlServerCe.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Microsoft.CSharp" />
  112. <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  113. <HintPath>C:\NuGetLocalRepo\Microsoft.Extensions.Configuration.Abstractions.2.0.1\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Microsoft.Extensions.DependencyInjection, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  116. <HintPath>C:\NuGetLocalRepo\Microsoft.Extensions.DependencyInjection.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.dll</HintPath>
  117. </Reference>
  118. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  119. <HintPath>C:\NuGetLocalRepo\Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  120. </Reference>
  121. <Reference Include="Microsoft.Extensions.Logging, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  122. <HintPath>C:\NuGetLocalRepo\Microsoft.Extensions.Logging.2.0.1\lib\netstandard2.0\Microsoft.Extensions.Logging.dll</HintPath>
  123. </Reference>
  124. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  125. <HintPath>C:\NuGetLocalRepo\Microsoft.Extensions.Logging.Abstractions.2.0.1\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  126. </Reference>
  127. <Reference Include="Microsoft.Extensions.Options, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  128. <HintPath>C:\NuGetLocalRepo\Microsoft.Extensions.Options.2.0.1\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  129. </Reference>
  130. <Reference Include="Microsoft.Extensions.Primitives, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  131. <HintPath>C:\NuGetLocalRepo\Microsoft.Extensions.Primitives.2.0.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  132. </Reference>
  133. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  134. <HintPath>C:\NuGetLocalRepo\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  135. </Reference>
  136. <Reference Include="MySql.Data, Version=6.10.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  137. <HintPath>C:\NuGetLocalRepo\MySql.Data.6.10.8\lib\net452\MySql.Data.dll</HintPath>
  138. </Reference>
  139. <Reference Include="MySql.Data.Entity.EF6, Version=6.10.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  140. <HintPath>C:\NuGetLocalRepo\MySql.Data.Entity.6.10.8\lib\net452\MySql.Data.Entity.EF6.dll</HintPath>
  141. </Reference>
  142. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  143. <HintPath>C:\NuGetLocalRepo\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  144. </Reference>
  145. <Reference Include="System.ComponentModel" />
  146. <Reference Include="System.ComponentModel.Annotations, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  147. <HintPath>C:\NuGetLocalRepo\System.ComponentModel.Annotations.4.4.1\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  148. </Reference>
  149. <Reference Include="System.Configuration.Install" />
  150. <Reference Include="System.Drawing.Design" />
  151. <Reference Include="System.Management" />
  152. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  153. <HintPath>C:\NuGetLocalRepo\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.Runtime.Remoting" />
  156. <Reference Include="System.Security" />
  157. <Reference Include="System.Transactions" />
  158. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  159. <HintPath>C:\NuGetLocalRepo\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  160. </Reference>
  161. <Reference Include="System.Web.DynamicData" />
  162. <Reference Include="System.Web.Entity" />
  163. <Reference Include="System.Web.ApplicationServices" />
  164. <Reference Include="System.ComponentModel.DataAnnotations" />
  165. <Reference Include="System" />
  166. <Reference Include="System.Data" />
  167. <Reference Include="System.Core" />
  168. <Reference Include="System.Data.DataSetExtensions" />
  169. <Reference Include="System.Web.Extensions" />
  170. <Reference Include="System.Xml.Linq" />
  171. <Reference Include="System.Drawing" />
  172. <Reference Include="System.Web" />
  173. <Reference Include="System.Xml" />
  174. <Reference Include="System.Configuration" />
  175. <Reference Include="System.Web.Services" />
  176. <Reference Include="System.EnterpriseServices" />
  177. <Reference Include="Unity.Abstractions, Version=4.1.3.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  178. <HintPath>C:\NuGetLocalRepo\Unity.Abstractions.4.1.3\lib\net46\Unity.Abstractions.dll</HintPath>
  179. </Reference>
  180. <Reference Include="Unity.Container, Version=5.10.3.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  181. <HintPath>C:\NuGetLocalRepo\Unity.Container.5.10.3\lib\net46\Unity.Container.dll</HintPath>
  182. </Reference>
  183. <Reference Include="Unity.Interception, Version=5.10.0.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  184. <HintPath>C:\NuGetLocalRepo\Unity.Interception.5.10.0\lib\net46\Unity.Interception.dll</HintPath>
  185. </Reference>
  186. <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
  187. <HintPath>C:\NuGetLocalRepo\WebActivatorEx.2.2.0\lib\net40\WebActivatorEx.dll</HintPath>
  188. </Reference>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\backbone-min.js" />
  192. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\favicon-16x16.png" />
  193. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\favicon-32x32.png" />
  194. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\handlebars-4-0-5.js" />
  195. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\highlight-9-1-0-pack.js" />
  196. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\highlight-9-1-0-pack_extended.js" />
  197. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\index.html" />
  198. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\jquery-1-8-0-min.js" />
  199. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\jquery-ba-bbq-min.js" />
  200. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\jquery-slideto-min.js" />
  201. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\jquery-wiggle-min.js" />
  202. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\jsoneditor-min.js" />
  203. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\lodash-min.js" />
  204. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\logo_small.png" />
  205. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\marked.js" />
  206. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\object-assign-pollyfill.js" />
  207. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\print.css" />
  208. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\reset.css" />
  209. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\screen.css" />
  210. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\swagger-oauth.js" />
  211. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\swagger-ui-min.js" />
  212. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\throbber.gif" />
  213. <EmbeddedResource Include="VCommon\VSwaggerUI\Version1\typography.css" />
  214. <EmbeddedResource Include="VCommon\VSwaggerUI\Version2\favicon-16x16.png" />
  215. <EmbeddedResource Include="VCommon\VSwaggerUI\Version2\favicon-32x32.png" />
  216. <EmbeddedResource Include="VCommon\VSwaggerUI\Version2\index.html" />
  217. <EmbeddedResource Include="VCommon\VSwaggerUI\Version2\oauth2-redirect.html" />
  218. <EmbeddedResource Include="VCommon\VSwaggerUI\Version2\swagger-ui-bundle.js" />
  219. <EmbeddedResource Include="VCommon\VSwaggerUI\Version2\swagger-ui-standalone-preset.js" />
  220. <EmbeddedResource Include="VCommon\VSwaggerUI\Version2\swagger-ui.css" />
  221. <EmbeddedResource Include="VCommon\VSwaggerUI\Version2\swagger-ui.js" />
  222. <Content Include="index.html" />
  223. <Content Include="Web.config">
  224. <SubType>Designer</SubType>
  225. </Content>
  226. </ItemGroup>
  227. <ItemGroup>
  228. <Compile Include="App\ApiModule.cs" />
  229. <Compile Include="App\AppServices\Common\AppServiceBase.cs" />
  230. <Compile Include="App\AppServices\KanbanService.cs" />
  231. <Compile Include="App\Auditing\ServiceAuditInterceptor.cs" />
  232. <Compile Include="App\DbMigration\20190413235130_InitDatabase.cs" />
  233. <Compile Include="App\DbMigration\20190414212000_AddIndex.cs" />
  234. <Compile Include="App\DbMigration\20190414214400_RenameTitleToName.cs" />
  235. <Compile Include="App\Dto\CardDetailOutput.cs" />
  236. <Compile Include="App\Dto\CardSummaryOutput.cs" />
  237. <Compile Include="App\Dto\CheckInput.cs" />
  238. <Compile Include="App\Dto\CreateWithNameAndParentIdInput.cs" />
  239. <Compile Include="App\Dto\CreateWithNameInput.cs" />
  240. <Compile Include="App\Dto\DeleteByIdInput.cs" />
  241. <Compile Include="App\Dto\KanbanEntryCreateOutput.cs" />
  242. <Compile Include="App\Dto\KanbanSummaryBase.cs" />
  243. <Compile Include="App\Dto\ListMoveInput.cs" />
  244. <Compile Include="App\Dto\ListSummaryOutput.cs" />
  245. <Compile Include="App\Dto\MoveInput.cs" />
  246. <Compile Include="App\Dto\ContentInput.cs" />
  247. <Compile Include="App\Dto\QueryByIdInput.cs" />
  248. <Compile Include="App\EntityFramework\MyTrelloDataContext.cs" />
  249. <Compile Include="App\EntityFramework\QueryableExtensionMethod.cs" />
  250. <Compile Include="App\Entity\KanbanEntity.cs" />
  251. <Compile Include="App\Entity\KanbanEntryType.cs" />
  252. <Compile Include="App\MyTrelloDbMigrator.cs" />
  253. <Compile Include="App\Swagger2UiModule.cs" />
  254. <Compile Include="App\Swagger1UiModule.cs" />
  255. <Compile Include="App\VFriendlyException.cs" />
  256. <Compile Include="App_Start\AppActivator.cs" />
  257. <Compile Include="App_Start\LoggerActivator.cs" />
  258. <Compile Include="App_Start\UnityActivator.cs" />
  259. <Compile Include="VCommon\Collections\CollectionExtensionMethod.cs" />
  260. <Compile Include="VCommon\Collections\EnumerableExtensionMethod.cs" />
  261. <Compile Include="VCommon\Collections\ReadonlyHashset.cs" />
  262. <Compile Include="VCommon\Collections\ShortcutExtensionMethod.cs" />
  263. <Compile Include="VCommon\DataAnnotations\Auditing\DisableAuditingLogAttribute.cs" />
  264. <Compile Include="VCommon\DataAnnotations\Auditing\DisableServiceAuditingLogAttribute.cs" />
  265. <Compile Include="VCommon\DataAnnotations\Auditing\SimplifyAuditingLogAttribute.cs" />
  266. <Compile Include="VCommon\DataAnnotations\ExtraValidation\NoEmptyGuid.cs" />
  267. <Compile Include="VCommon\Dto\DateTimeRange.cs" />
  268. <Compile Include="VCommon\Dto\EntityDto.cs" />
  269. <Compile Include="VCommon\Dto\ICustomValidation.cs" />
  270. <Compile Include="VCommon\Dto\IHaveName.cs" />
  271. <Compile Include="VCommon\Dto\IPagedResult.cs" />
  272. <Compile Include="VCommon\Dto\IPageRequest.cs" />
  273. <Compile Include="VCommon\Dto\IPassaveFilter.cs" />
  274. <Compile Include="VCommon\Dto\IStringSearchFilter.cs" />
  275. <Compile Include="VCommon\Dto\NamedEntityDto.cs" />
  276. <Compile Include="VCommon\Dto\OutputIgnoreAttribute.cs" />
  277. <Compile Include="VCommon\Dto\PagedRequest.cs" />
  278. <Compile Include="VCommon\DataAnnotations\VOpenApi\ExampleValue.cs" />
  279. <Compile Include="VCommon\DataAnnotations\VOpenApi\IgnoreSchema.cs" />
  280. <Compile Include="VCommon\Diagnostics\StackTraceExtensionMethod.cs" />
  281. <Compile Include="VCommon\Diagnostics\TimingMeasure.cs" />
  282. <Compile Include="VCommon\Ioc\InterfaceInterceptorBase.cs" />
  283. <Compile Include="VCommon\Ioc\IocManager.cs" />
  284. <Compile Include="VCommon\Ioc\ISingletonIocClass.cs" />
  285. <Compile Include="VCommon\Ioc\ITransientIocClass.cs" />
  286. <Compile Include="VCommon\Ioc\VIocException.cs" />
  287. <Compile Include="VCommon\IO\PathExtensionMethod.cs" />
  288. <Compile Include="VCommon\IO\StreamExtensionMethod.cs" />
  289. <Compile Include="VCommon\IO\TempFile.cs" />
  290. <Compile Include="VCommon\Json\EndPointConverter.cs" />
  291. <Compile Include="VCommon\Json\IVJsonSerializer.cs" />
  292. <Compile Include="VCommon\Json\VJsonSerializer.cs" />
  293. <Compile Include="VCommon\LazyHolder.cs" />
  294. <Compile Include="VCommon\Linq.Expressions.Predicate\Internals\PredicateConcater.cs" />
  295. <Compile Include="VCommon\Linq.Expressions.Predicate\PredicateBuilder.cs" />
  296. <Compile Include="VCommon\Linq.Expressions.Predicate\PredicateWrap.cs" />
  297. <Compile Include="VCommon\Logging\ConsoleLogger.cs" />
  298. <Compile Include="VCommon\Logging\DefaultLogger.cs" />
  299. <Compile Include="VCommon\Logging\FileLogger.cs" />
  300. <Compile Include="VCommon\Logging\ILogger.cs" />
  301. <Compile Include="VCommon\Logging\Logger.cs" />
  302. <Compile Include="VCommon\Logging\VJsonFileLogger.cs" />
  303. <Compile Include="VCommon\Logging\VJsonLogSerializer.cs" />
  304. <Compile Include="VCommon\Reflection\AttributeExtensionMethod.cs" />
  305. <Compile Include="VCommon\Reflection\DynamicMemberAccess.cs" />
  306. <Compile Include="VCommon\Reflection\EnumBindAttribute.cs" />
  307. <Compile Include="VCommon\Reflection\EnumMetaAttribute.cs" />
  308. <Compile Include="VCommon\Reflection\EnumMetaExportAttribute.cs" />
  309. <Compile Include="VCommon\Reflection\TypeExtensionMethod.cs" />
  310. <Compile Include="VCommon\Reflection\TypeFinder.cs" />
  311. <Compile Include="VCommon\VCommonException.cs" />
  312. <Compile Include="VCommon\StringExtensionMethod.cs" />
  313. <Compile Include="VCommon\VApplication\ApplicationServiceBase.cs" />
  314. <Compile Include="VCommon\VApplication\Auditing\ApplicationServiceAuditInterceptorBase.cs" />
  315. <Compile Include="VCommon\VApplication\Auditing\Json\JsonApplicationServiceAuditInterceptorBase.cs" />
  316. <Compile Include="VCommon\VApplication\Auditing\Json\JsonAuditLogContractResolver.cs" />
  317. <Compile Include="VCommon\VApplication\Auditing\Json\JsonAuditLogSerializer.cs" />
  318. <Compile Include="VCommon\VApplication\Auditing\Json\JsonSimplifyAuditingConverter.cs" />
  319. <Compile Include="VCommon\VApplication\Auditing\VAuditModelException.cs" />
  320. <Compile Include="VCommon\VApplication\Authorization\VServiceAuthorizeAttribute.cs" />
  321. <Compile Include="VCommon\VApplication\VAppDbContextBase.cs" />
  322. <Compile Include="VCommon\VApplication\VAppEfRepository.cs" />
  323. <Compile Include="VCommon\VApplication\VApplicationAuthException.cs" />
  324. <Compile Include="VCommon\VApplication\VApplicationModelValidationException.cs" />
  325. <Compile Include="VCommon\VAutoMapper\AutoMapFromAttribute.cs" />
  326. <Compile Include="VCommon\VAutoMapper\AutoMapJsonConvertAttribute.cs" />
  327. <Compile Include="VCommon\VAutoMapper\AutoMapperIgnoreAttribute.cs" />
  328. <Compile Include="VCommon\VAutoMapper\AutoMapperIgnoreDirection.cs" />
  329. <Compile Include="VCommon\VAutoMapper\AutoMapToAttribute.cs" />
  330. <Compile Include="VCommon\VAutoMapper\Internals\JsonConvertHolder.cs" />
  331. <Compile Include="VCommon\VAutoMapper\Internals\MiddleClass.cs" />
  332. <Compile Include="VCommon\VAutoMapper\Internals\MiddleMapper.cs" />
  333. <Compile Include="VCommon\VAutoMapper\Internals\VAutoMapperConfiguration.cs" />
  334. <Compile Include="VCommon\VAutoMapper\VAutoMapper.cs" />
  335. <Compile Include="VCommon\VAutoMapper\VAutoMapperException.cs" />
  336. <Compile Include="VCommon\VEntityFramework\VEfDataFilters.cs" />
  337. <Compile Include="VCommon\VEntityFramework\VEfDbContextBase.cs" />
  338. <Compile Include="VCommon\VEntityFramework\VEfExtensionMethods.cs" />
  339. <Compile Include="VCommon\VEntityFramework\VEfRepository.cs" />
  340. <Compile Include="VCommon\VEntityFramework\VFilterDisableState.cs" />
  341. <Compile Include="VCommon\VEntity\IFullAuditEntity.cs" />
  342. <Compile Include="VCommon\VEntity\IHaveCreationTime.cs" />
  343. <Compile Include="VCommon\VEntity\IHaveCreationUser.cs" />
  344. <Compile Include="VCommon\VEntity\IHaveLastModificationTime.cs" />
  345. <Compile Include="VCommon\VEntity\IHaveLastModificationUserId.cs" />
  346. <Compile Include="VCommon\VEntity\IMayHaveTenant.cs" />
  347. <Compile Include="VCommon\VEntity\IMustHaveOrg.cs" />
  348. <Compile Include="VCommon\VEntity\IMustHaveTenant.cs" />
  349. <Compile Include="VCommon\VEntity\IPassave.cs" />
  350. <Compile Include="VCommon\VEntity\ISoftDelete.cs" />
  351. <Compile Include="VCommon\VEntity\VEntityBase.cs" />
  352. <Compile Include="VCommon\VOpenApi\ApiBind.cs" />
  353. <Compile Include="VCommon\VOpenApi\Docgen\DocGenerator.cs" />
  354. <Compile Include="VCommon\VOpenApi\Docgen\SchemaCrawler.cs" />
  355. <Compile Include="VCommon\VOpenApi\Docgen\SwaggerDocument.cs" />
  356. <Compile Include="VCommon\VOpenApi\Docgen\TypeExtensionMethod.cs" />
  357. <Compile Include="VCommon\VOpenApi\Json\JsonReturnValueContractResolver.cs" />
  358. <Compile Include="VCommon\VOpenApi\Json\JsonReturnValueSerializer.cs" />
  359. <Compile Include="VCommon\VOpenApi\OpenApiModuleBase.cs" />
  360. <Compile Include="VCommon\VOpenApi\VApiArgumentException.cs" />
  361. <Compile Include="MyTrelloConfig.cs" />
  362. <Compile Include="Properties\AssemblyInfo.cs" />
  363. <Compile Include="VCommon\VSwaggerUI\ISwaggerUiResourceProvider.cs" />
  364. <Compile Include="VCommon\VSwaggerUI\SwaggerUiModuleBase.cs" />
  365. <Compile Include="VCommon\VSwaggerUI\SwaggerUiResourceProvider.cs" />
  366. <Compile Include="VCommon\VSwaggerUI\Version1\_NamespaceHolder.cs" />
  367. <Compile Include="VCommon\VSwaggerUI\Version2\_NamespaceHolder.cs" />
  368. </ItemGroup>
  369. <ItemGroup>
  370. <None Include="packages.config" />
  371. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  372. <None Include="Web.Debug.config">
  373. <DependentUpon>Web.config</DependentUpon>
  374. </None>
  375. <None Include="Web.Release.config">
  376. <DependentUpon>Web.config</DependentUpon>
  377. </None>
  378. </ItemGroup>
  379. <ItemGroup />
  380. <ItemGroup>
  381. <WCFMetadata Include="Connected Services\" />
  382. </ItemGroup>
  383. <PropertyGroup>
  384. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  385. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  386. </PropertyGroup>
  387. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  388. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  389. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  390. <ProjectExtensions>
  391. <VisualStudio>
  392. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  393. <WebProjectProperties>
  394. <UseIIS>True</UseIIS>
  395. <AutoAssignPort>True</AutoAssignPort>
  396. <DevelopmentServerPort>13076</DevelopmentServerPort>
  397. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  398. <IISUrl>http://localhost:7230/</IISUrl>
  399. <NTLMAuthentication>False</NTLMAuthentication>
  400. <UseCustomServer>False</UseCustomServer>
  401. <CustomServerUrl>
  402. </CustomServerUrl>
  403. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  404. </WebProjectProperties>
  405. </FlavorProperties>
  406. </VisualStudio>
  407. </ProjectExtensions>
  408. <Import Project="C:\NuGetLocalRepo\FluentMigrator.Runner.SqlServerCe.3.1.3\build\netstandard2.0\FluentMigrator.Runner.SqlServerCe.targets" Condition="Exists('C:\NuGetLocalRepo\FluentMigrator.Runner.SqlServerCe.3.1.3\build\netstandard2.0\FluentMigrator.Runner.SqlServerCe.targets')" />
  409. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  410. <PropertyGroup>
  411. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  412. </PropertyGroup>
  413. <Error Condition="!Exists('C:\NuGetLocalRepo\FluentMigrator.Runner.SqlServerCe.3.1.3\build\netstandard2.0\FluentMigrator.Runner.SqlServerCe.targets')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\FluentMigrator.Runner.SqlServerCe.3.1.3\build\netstandard2.0\FluentMigrator.Runner.SqlServerCe.targets'))" />
  414. </Target>
  415. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  416. Other similar extension points exist, see Microsoft.Common.targets.
  417. <Target Name="BeforeBuild">
  418. </Target>
  419. <Target Name="AfterBuild">
  420. </Target>
  421. -->
  422. </Project>