GreenTree.Nachtragsmanagement.Plugin.Test.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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>{F60F0134-7C08-4535-8D06-227AA0DC7FC5}</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.Test</RootNamespace>
  16. <AssemblyName>GreenTree.Nachtragsmanagement.Plugin.Test</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="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Web.DynamicData" />
  55. <Reference Include="System.Web.Entity" />
  56. <Reference Include="System.Web.ApplicationServices" />
  57. <Reference Include="System.ComponentModel.DataAnnotations" />
  58. <Reference Include="System" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="System.Web.Extensions" />
  63. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Xml.Linq" />
  82. <Reference Include="System.Drawing" />
  83. <Reference Include="System.Web" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="System.Configuration" />
  86. <Reference Include="System.Web.Services" />
  87. <Reference Include="System.EnterpriseServices" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Content Include="Description.txt">
  91. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  92. </Content>
  93. <Content Include="logo.jpg">
  94. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  95. </Content>
  96. <Content Include="Web.config">
  97. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  98. </Content>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="Controllers\TestController.cs" />
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. <Compile Include="RouteProvider.cs" />
  104. <Compile Include="TestPlugin.cs" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Content Include="Views\Home\Index.cshtml">
  108. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  109. </Content>
  110. <None Include="packages.config" />
  111. <None Include="Properties\PublishProfiles\Lokal.pubxml" />
  112. <None Include="Web.Debug.config">
  113. <DependentUpon>Web.config</DependentUpon>
  114. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  115. </None>
  116. <None Include="Web.Release.config">
  117. <DependentUpon>Web.config</DependentUpon>
  118. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  119. </None>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <Folder Include="Content\" />
  123. <Folder Include="Models\" />
  124. <Folder Include="Services\" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Core\GreenTree.Nachtragsmanagement.Core.csproj">
  128. <Project>{0b80c4a0-cb8f-423c-8af4-92b489c238dd}</Project>
  129. <Name>GreenTree.Nachtragsmanagement.Core</Name>
  130. <Private>False</Private>
  131. </ProjectReference>
  132. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Data\GreenTree.Nachtragsmanagement.Data.csproj">
  133. <Project>{0c45ecbc-6ad6-4eb1-89bb-f05a3f0fda13}</Project>
  134. <Name>GreenTree.Nachtragsmanagement.Data</Name>
  135. <Private>False</Private>
  136. </ProjectReference>
  137. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Services\GreenTree.Nachtragsmanagement.Services.csproj">
  138. <Project>{7cc45abb-5398-49a2-85f5-966718afa7d8}</Project>
  139. <Name>GreenTree.Nachtragsmanagement.Services</Name>
  140. <Private>False</Private>
  141. </ProjectReference>
  142. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Web.Framework\GreenTree.Nachtragsmanagement.Web.Framework.csproj">
  143. <Project>{faff64ea-de01-40bf-b805-de48d4cbef1c}</Project>
  144. <Name>GreenTree.Nachtragsmanagement.Web.Framework</Name>
  145. <Private>False</Private>
  146. </ProjectReference>
  147. </ItemGroup>
  148. <PropertyGroup>
  149. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  150. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  151. </PropertyGroup>
  152. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  153. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  154. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  155. <ProjectExtensions>
  156. <VisualStudio>
  157. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  158. <WebProjectProperties>
  159. <UseIIS>True</UseIIS>
  160. <AutoAssignPort>True</AutoAssignPort>
  161. <DevelopmentServerPort>62057</DevelopmentServerPort>
  162. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  163. <IISUrl>http://localhost:62057/</IISUrl>
  164. <NTLMAuthentication>False</NTLMAuthentication>
  165. <UseCustomServer>False</UseCustomServer>
  166. <CustomServerUrl>
  167. </CustomServerUrl>
  168. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  169. </WebProjectProperties>
  170. </FlavorProperties>
  171. </VisualStudio>
  172. </ProjectExtensions>
  173. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  174. <PropertyGroup>
  175. <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>
  176. </PropertyGroup>
  177. <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'))" />
  178. <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'))" />
  179. </Target>
  180. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  181. Other similar extension points exist, see Microsoft.Common.targets.
  182. <Target Name="BeforeBuild">
  183. </Target>
  184. <Target Name="AfterBuild">
  185. </Target>
  186. -->
  187. </Project>