GreenTree.Nachtragsmanagement.Web.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{1C75D2AF-A273-4C14-BB2A-6F4659E57816}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>GreenTree.Nachtragsmanagement.Web</RootNamespace>
  15. <AssemblyName>GreenTree.Nachtragsmanagement.Web</AssemblyName>
  16. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  17. <MvcBuildViews>false</MvcBuildViews>
  18. <FileUpgradeFlags>
  19. </FileUpgradeFlags>
  20. <OldToolsVersion>4.0</OldToolsVersion>
  21. <UseIISExpress>true</UseIISExpress>
  22. <IISExpressSSLPort />
  23. <IISExpressAnonymousAuthentication />
  24. <IISExpressWindowsAuthentication />
  25. <IISExpressUseClassicPipelineMode />
  26. <UseGlobalApplicationHostFile />
  27. <UpgradeBackupLocation />
  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="Antlr3.Runtime, Version=3.4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Autofac, Version=4.0.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Autofac.4.0.1\lib\net45\Autofac.dll</HintPath>
  52. </Reference>
  53. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  54. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  55. </Reference>
  56. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  57. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  65. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Drawing" />
  70. <Reference Include="System.Net.Http" />
  71. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Web.DynamicData" />
  75. <Reference Include="System.Web.Entity" />
  76. <Reference Include="System.Web.ApplicationServices" />
  77. <Reference Include="System.ComponentModel.DataAnnotations" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Data.DataSetExtensions" />
  80. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  81. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  84. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  87. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  90. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  93. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  96. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  99. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  102. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  105. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  106. </Reference>
  107. <Reference Include="System.Xml.Linq" />
  108. <Reference Include="System.Web" />
  109. <Reference Include="System.Web.Extensions" />
  110. <Reference Include="System.Web.Abstractions" />
  111. <Reference Include="System.Web.Routing" />
  112. <Reference Include="System.Xml" />
  113. <Reference Include="System.Configuration" />
  114. <Reference Include="System.Web.Services" />
  115. <Reference Include="System.EnterpriseServices" />
  116. <Reference Include="DevExpress.Utils.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  117. <Reference Include="DevExpress.Data.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  118. <Reference Include="DevExpress.Web.ASPxThemes.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  119. <Reference Include="DevExpress.RichEdit.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  120. <Reference Include="DevExpress.Printing.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  121. <Reference Include="DevExpress.Web.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  122. <Reference Include="DevExpress.Web.Mvc5.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  123. <Reference Include="DevExpress.XtraReports.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  124. <Reference Include="DevExpress.XtraReports.v17.1.Web, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  125. <Reference Include="DevExpress.Pdf.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  126. <Reference Include="DevExpress.Web.Resources.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  127. <Reference Include="DevExpress.Charts.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  128. <Reference Include="DevExpress.CodeParser.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  129. <Reference Include="DevExpress.DataAccess.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  130. <Reference Include="DevExpress.Office.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  131. <Reference Include="DevExpress.PivotGrid.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  132. <Reference Include="DevExpress.Sparkline.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  133. <Reference Include="DevExpress.Xpo.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  134. <Reference Include="DevExpress.XtraCharts.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  135. <Reference Include="DevExpress.XtraGauges.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  136. <Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  137. <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
  138. </Reference>
  139. <Reference Include="WebMatrix.Data, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  140. <HintPath>..\packages\Microsoft.AspNet.WebPages.Data.3.2.3\lib\net45\WebMatrix.Data.dll</HintPath>
  141. </Reference>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Content Include="Content\global.css" />
  145. <Content Include="Content\Images\background-1-medium.jpg" />
  146. <Content Include="Content\Images\background-1-small.jpg" />
  147. <Content Include="Content\Images\background-2-small.png" />
  148. <Content Include="Content\Images\background-3-full.jpg" />
  149. <Content Include="Content\Images\background-4-full.jpg" />
  150. <Content Include="Content\Images\user-32.png" />
  151. <Content Include="Content\Images\password-32.png" />
  152. <Content Include="Content\Images\password-24.png" />
  153. <Content Include="Content\Images\user-24.png" />
  154. <Content Include="Content\jquery-ui.css" />
  155. <Content Include="Content\jquery-ui.min.css" />
  156. <Content Include="Content\login.css" />
  157. <Content Include="Global.asax" />
  158. <Content Include="Scripts\ace.js" />
  159. <Content Include="Scripts\cldr.event.js" />
  160. <Content Include="Scripts\cldr.js" />
  161. <Content Include="Scripts\cldr.supplemental.js" />
  162. <Content Include="Scripts\cldr.unresolved.js" />
  163. <Content Include="Scripts\ext-language_tools.js" />
  164. <Content Include="Scripts\globalize.currency.js" />
  165. <Content Include="Scripts\globalize.date.js" />
  166. <Content Include="Scripts\globalize.js" />
  167. <Content Include="Scripts\globalize.message.js" />
  168. <Content Include="Scripts\globalize.number.js" />
  169. <Content Include="Scripts\jquery-1.11.3.js" />
  170. <Content Include="Scripts\jquery-1.11.3.min.js" />
  171. <Content Include="Scripts\jquery-ui-1.11.4.js" />
  172. <Content Include="Scripts\jquery-ui-1.11.4.min.js" />
  173. <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
  174. <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
  175. <Content Include="Scripts\jquery.validate.js" />
  176. <Content Include="Scripts\jquery.validate.min.js" />
  177. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  178. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  179. <Content Include="Scripts\knockout-3.3.0.debug.js" />
  180. <Content Include="Scripts\knockout-3.3.0.js" />
  181. <Content Include="packages.config" />
  182. <None Include="Scripts\jquery.validate-vsdoc.js" />
  183. <Content Include="Scripts\modernizr-2.6.2.js" />
  184. <Content Include="Views\Web.config" />
  185. <Content Include="Views\Shared\DisplayTemplates\Boolean.cshtml" />
  186. <Content Include="Views\Shared\EditorTemplates\Boolean.cshtml" />
  187. <Content Include="Views\Shared\EditorTemplates\DateTime.cshtml" />
  188. <Content Include="Views\Shared\EditorTemplates\Decimal.cshtml" />
  189. <Content Include="Views\Shared\EditorTemplates\MultilineText.cshtml" />
  190. <Content Include="Views\Shared\EditorTemplates\Password.cshtml" />
  191. <Content Include="Views\Shared\EditorTemplates\String.cshtml" />
  192. <Content Include="Views\Shared\EditorTemplates\EmailAddress.cshtml" />
  193. <Content Include="Views\Home\Index.cshtml" />
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Content Include="Web.config">
  197. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  198. </Content>
  199. <Content Include="Views\Shared\_Layout.cshtml" />
  200. <Content Include="Views\Home\Relations.cshtml" />
  201. <Content Include="Views\Home\Plugins.cshtml" />
  202. <Content Include="Views\Shared\_HeaderNavBar.cshtml" />
  203. <Content Include="Views\Login\Index.cshtml" />
  204. <Content Include="Views\Shared\_Footer.cshtml" />
  205. <None Include="Web.Debug.config">
  206. <DependentUpon>Web.config</DependentUpon>
  207. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  208. </None>
  209. <None Include="Web.Release.config">
  210. <DependentUpon>Web.config</DependentUpon>
  211. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  212. </None>
  213. </ItemGroup>
  214. <ItemGroup>
  215. <Compile Include="App_Start\BundleConfig.cs" />
  216. <Compile Include="App_Start\FilterConfig.cs" />
  217. <Compile Include="App_Start\RouteConfig.cs" />
  218. <Compile Include="App_Start\WebApiConfig.cs" />
  219. <Compile Include="Controllers\AuthController.cs" />
  220. <Compile Include="Controllers\GlobalController.cs" />
  221. <Compile Include="Controllers\HomeController.cs" />
  222. <Compile Include="Controllers\LoginController.cs" />
  223. <Compile Include="Global.asax.cs">
  224. <DependentUpon>Global.asax</DependentUpon>
  225. </Compile>
  226. <Compile Include="Models\Global\FooterModel.cs" />
  227. <Compile Include="Models\Login\LoginModel.cs" />
  228. <Compile Include="Models\Test\DbRelationModel.cs" />
  229. <Compile Include="Models\Test\PluginModel.cs" />
  230. <Compile Include="Models\User\UserModel.cs" />
  231. <Compile Include="Properties\AssemblyInfo.cs" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Folder Include="App_Data\" />
  235. <Folder Include="Views\Auth\" />
  236. <Folder Include="Views\Global\" />
  237. </ItemGroup>
  238. <ItemGroup>
  239. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Core\GreenTree.Nachtragsmanagement.Core.csproj">
  240. <Project>{0b80c4a0-cb8f-423c-8af4-92b489c238dd}</Project>
  241. <Name>GreenTree.Nachtragsmanagement.Core</Name>
  242. </ProjectReference>
  243. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Data\GreenTree.Nachtragsmanagement.Data.csproj">
  244. <Project>{0c45ecbc-6ad6-4eb1-89bb-f05a3f0fda13}</Project>
  245. <Name>GreenTree.Nachtragsmanagement.Data</Name>
  246. </ProjectReference>
  247. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Services\GreenTree.Nachtragsmanagement.Services.csproj">
  248. <Project>{7cc45abb-5398-49a2-85f5-966718afa7d8}</Project>
  249. <Name>GreenTree.Nachtragsmanagement.Services</Name>
  250. </ProjectReference>
  251. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Web.Framework\GreenTree.Nachtragsmanagement.Web.Framework.csproj">
  252. <Project>{faff64ea-de01-40bf-b805-de48d4cbef1c}</Project>
  253. <Name>GreenTree.Nachtragsmanagement.Web.Framework</Name>
  254. </ProjectReference>
  255. </ItemGroup>
  256. <PropertyGroup>
  257. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  258. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  259. </PropertyGroup>
  260. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  261. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  262. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  263. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  264. Other similar extension points exist, see Microsoft.Common.targets.
  265. <Target Name="BeforeBuild">
  266. </Target>
  267. <Target Name="AfterBuild">
  268. </Target> -->
  269. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  270. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  271. </Target>
  272. <ProjectExtensions>
  273. <VisualStudio>
  274. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  275. <WebProjectProperties>
  276. <UseIIS>True</UseIIS>
  277. <AutoAssignPort>True</AutoAssignPort>
  278. <DevelopmentServerPort>50223</DevelopmentServerPort>
  279. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  280. <IISUrl>http://localhost:50223/</IISUrl>
  281. <NTLMAuthentication>False</NTLMAuthentication>
  282. <UseCustomServer>False</UseCustomServer>
  283. <CustomServerUrl>
  284. </CustomServerUrl>
  285. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  286. </WebProjectProperties>
  287. </FlavorProperties>
  288. </VisualStudio>
  289. </ProjectExtensions>
  290. </Project>