GreenTree.Nachtragsmanagement.Plugin.Test.csproj 10 KB

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