GreenTree.Nachtragsmanagement.Plugin.Test.csproj 10 KB

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