GreenTree.Nachtragsmanagement.Web.csproj 16 KB

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