GreenTree.Nachtragsmanagement.Plugin.MonitionList.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  3. <Import Project="..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>
  9. </ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{E61E17E4-9134-49DA-B47E-C18D7D5838E4}</ProjectGuid>
  12. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>GreenTree.Nachtragsmanagement.Plugin.MonitionList</RootNamespace>
  16. <AssemblyName>GreenTree.Nachtragsmanagement.Plugin.MonitionList</AssemblyName>
  17. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  18. <UseIISExpress>true</UseIISExpress>
  19. <IISExpressSSLPort />
  20. <IISExpressAnonymousAuthentication>disabled</IISExpressAnonymousAuthentication>
  21. <IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication>
  22. <IISExpressUseClassicPipelineMode>false</IISExpressUseClassicPipelineMode>
  23. <UseGlobalApplicationHostFile />
  24. <NuGetPackageImportStamp>
  25. </NuGetPackageImportStamp>
  26. <Use64BitIISExpress />
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  29. <DebugSymbols>true</DebugSymbols>
  30. <DebugType>full</DebugType>
  31. <Optimize>false</Optimize>
  32. <OutputPath>bin\</OutputPath>
  33. <DefineConstants>DEBUG;TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <DebugSymbols>true</DebugSymbols>
  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. <Private>False</Private>
  50. </Reference>
  51. <Reference Include="Autofac, Version=4.0.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Autofac.4.0.1\lib\net45\Autofac.dll</HintPath>
  53. <Private>False</Private>
  54. </Reference>
  55. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  57. <Private>False</Private>
  58. </Reference>
  59. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  60. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  61. <Private>False</Private>
  62. </Reference>
  63. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  64. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  65. <Private>False</Private>
  66. </Reference>
  67. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  68. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  69. <Private>False</Private>
  70. </Reference>
  71. <Reference Include="FluentValidation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7de548da2fbae0f0, processorArchitecture=MSIL">
  72. <HintPath>..\packages\FluentValidation.7.1.1\lib\net45\FluentValidation.dll</HintPath>
  73. <Private>False</Private>
  74. </Reference>
  75. <Reference Include="FluentValidation.Mvc, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7de548da2fbae0f0, processorArchitecture=MSIL">
  76. <HintPath>..\packages\FluentValidation.Mvc5.7.1.1\lib\net45\FluentValidation.Mvc.dll</HintPath>
  77. <Private>False</Private>
  78. </Reference>
  79. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  81. <Private>False</Private>
  82. </Reference>
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  85. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  86. <Private>False</Private>
  87. </Reference>
  88. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  90. <Private>False</Private>
  91. </Reference>
  92. <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  93. <HintPath>..\packages\Quartz.2.6.0\lib\net40\Quartz.dll</HintPath>
  94. <Private>False</Private>
  95. </Reference>
  96. <Reference Include="System.ComponentModel.Composition" />
  97. <Reference Include="System.DirectoryServices" />
  98. <Reference Include="System.DirectoryServices.Linq, Version=1.2.2.1, Culture=neutral, PublicKeyToken=15767dc0c85f19f9, processorArchitecture=MSIL">
  99. <HintPath>..\packages\System.DirectoryServices.Linq.1.2.2.1\lib\net45\System.DirectoryServices.Linq.dll</HintPath>
  100. <Private>False</Private>
  101. </Reference>
  102. <Reference Include="System.IO.Compression" />
  103. <Reference Include="System.Net.Http" />
  104. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  105. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  106. <Private>False</Private>
  107. </Reference>
  108. <Reference Include="System.Numerics" />
  109. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  110. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  111. <Private>False</Private>
  112. </Reference>
  113. <Reference Include="System.Web.DynamicData" />
  114. <Reference Include="System.Web.Entity" />
  115. <Reference Include="System.Web.ApplicationServices" />
  116. <Reference Include="System.ComponentModel.DataAnnotations" />
  117. <Reference Include="System" />
  118. <Reference Include="System.Data" />
  119. <Reference Include="System.Core" />
  120. <Reference Include="System.Data.DataSetExtensions" />
  121. <Reference Include="System.Web.Extensions" />
  122. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  123. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  124. <Private>False</Private>
  125. </Reference>
  126. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  127. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  128. <Private>False</Private>
  129. </Reference>
  130. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  131. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  132. <Private>False</Private>
  133. </Reference>
  134. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  135. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  136. <Private>False</Private>
  137. </Reference>
  138. <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  139. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  140. <Private>False</Private>
  141. </Reference>
  142. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  143. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  144. <Private>False</Private>
  145. </Reference>
  146. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  147. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  148. <Private>False</Private>
  149. </Reference>
  150. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  151. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  152. <Private>False</Private>
  153. </Reference>
  154. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  155. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  156. <Private>False</Private>
  157. </Reference>
  158. <Reference Include="System.Xml.Linq" />
  159. <Reference Include="System.Drawing" />
  160. <Reference Include="System.Web" />
  161. <Reference Include="System.Xml" />
  162. <Reference Include="System.Configuration" />
  163. <Reference Include="System.Web.Services" />
  164. <Reference Include="System.EnterpriseServices" />
  165. <Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  166. <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
  167. <Private>False</Private>
  168. </Reference>
  169. <Reference Include="WebMatrix.Data, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  170. <HintPath>..\packages\Microsoft.AspNet.WebPages.Data.3.2.3\lib\net45\WebMatrix.Data.dll</HintPath>
  171. <Private>False</Private>
  172. </Reference>
  173. </ItemGroup>
  174. <ItemGroup>
  175. <Content Include="Description.txt">
  176. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  177. </Content>
  178. <Content Include="logo.jpg">
  179. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  180. </Content>
  181. <Content Include="Web.config">
  182. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  183. </Content>
  184. </ItemGroup>
  185. <ItemGroup>
  186. <Compile Include="App_Start\FunctionConfig.cs" />
  187. <Compile Include="Controllers\MonitionListController.cs" />
  188. <Compile Include="Properties\AssemblyInfo.cs" />
  189. <Compile Include="RouteProvider.cs" />
  190. <Compile Include="MonitionListPlugin.cs" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <Content Include="Views\Deviations\View.cshtml">
  194. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  195. </Content>
  196. <None Include="job_scheduling_data_2_0.xsd">
  197. <SubType>Designer</SubType>
  198. </None>
  199. <None Include="packages.config" />
  200. <None Include="Properties\PublishProfiles\Lokal.pubxml" />
  201. <Content Include="Views\Appendices\View.cshtml">
  202. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  203. </Content>
  204. <None Include="Web.Debug.config">
  205. <DependentUpon>Web.config</DependentUpon>
  206. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  207. </None>
  208. <None Include="Web.Release.config">
  209. <DependentUpon>Web.config</DependentUpon>
  210. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  211. </None>
  212. </ItemGroup>
  213. <ItemGroup>
  214. <Folder Include="Content\" />
  215. <Folder Include="Models\" />
  216. <Folder Include="Services\" />
  217. </ItemGroup>
  218. <ItemGroup>
  219. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Core\GreenTree.Nachtragsmanagement.Core.csproj">
  220. <Project>{0b80c4a0-cb8f-423c-8af4-92b489c238dd}</Project>
  221. <Name>GreenTree.Nachtragsmanagement.Core</Name>
  222. <Private>False</Private>
  223. </ProjectReference>
  224. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Data\GreenTree.Nachtragsmanagement.Data.csproj">
  225. <Project>{0c45ecbc-6ad6-4eb1-89bb-f05a3f0fda13}</Project>
  226. <Name>GreenTree.Nachtragsmanagement.Data</Name>
  227. <Private>False</Private>
  228. </ProjectReference>
  229. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Services\GreenTree.Nachtragsmanagement.Services.csproj">
  230. <Project>{7cc45abb-5398-49a2-85f5-966718afa7d8}</Project>
  231. <Name>GreenTree.Nachtragsmanagement.Services</Name>
  232. <Private>False</Private>
  233. </ProjectReference>
  234. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Web.Framework\GreenTree.Nachtragsmanagement.Web.Framework.csproj">
  235. <Project>{faff64ea-de01-40bf-b805-de48d4cbef1c}</Project>
  236. <Name>GreenTree.Nachtragsmanagement.Web.Framework</Name>
  237. <Private>False</Private>
  238. </ProjectReference>
  239. </ItemGroup>
  240. <PropertyGroup>
  241. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  242. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  243. </PropertyGroup>
  244. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  245. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  246. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  247. <ProjectExtensions>
  248. <VisualStudio>
  249. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  250. <WebProjectProperties>
  251. <UseIIS>True</UseIIS>
  252. <AutoAssignPort>True</AutoAssignPort>
  253. <DevelopmentServerPort>62057</DevelopmentServerPort>
  254. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  255. <IISUrl>http://localhost:62057/</IISUrl>
  256. <NTLMAuthentication>False</NTLMAuthentication>
  257. <UseCustomServer>False</UseCustomServer>
  258. <CustomServerUrl>
  259. </CustomServerUrl>
  260. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  261. </WebProjectProperties>
  262. </FlavorProperties>
  263. </VisualStudio>
  264. </ProjectExtensions>
  265. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  266. <PropertyGroup>
  267. <ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
  268. </PropertyGroup>
  269. <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props'))" />
  270. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  271. </Target>
  272. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  273. Other similar extension points exist, see Microsoft.Common.targets.
  274. <Target Name="BeforeBuild">
  275. </Target>
  276. <Target Name="AfterBuild">
  277. </Target>
  278. -->
  279. </Project>