|
|
@@ -1,16 +1,28 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <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')" />
|
|
|
+ <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')" />
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
<PropertyGroup>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
- <ProjectGuid>{702A7197-9C1F-4D47-8EF0-DB27E97CD66F}</ProjectGuid>
|
|
|
+ <ProductVersion>
|
|
|
+ </ProductVersion>
|
|
|
+ <SchemaVersion>2.0</SchemaVersion>
|
|
|
+ <ProjectGuid>{F60F0134-7C08-4535-8D06-227AA0DC7FC5}</ProjectGuid>
|
|
|
+ <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
|
<OutputType>Library</OutputType>
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>GreenTree.Nachtragsmanagement.Plugin.Test</RootNamespace>
|
|
|
<AssemblyName>GreenTree.Nachtragsmanagement.Plugin.Test</AssemblyName>
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
|
- <FileAlignment>512</FileAlignment>
|
|
|
+ <UseIISExpress>true</UseIISExpress>
|
|
|
+ <IISExpressSSLPort />
|
|
|
+ <IISExpressAnonymousAuthentication />
|
|
|
+ <IISExpressWindowsAuthentication />
|
|
|
+ <IISExpressUseClassicPipelineMode />
|
|
|
+ <UseGlobalApplicationHostFile />
|
|
|
+ <NuGetPackageImportStamp>
|
|
|
+ </NuGetPackageImportStamp>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
@@ -22,59 +34,102 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
<Optimize>true</Optimize>
|
|
|
- <OutputPath>bin\Release\</OutputPath>
|
|
|
+ <OutputPath>bin\</OutputPath>
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
|
|
- <Private>True</Private>
|
|
|
+ <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
</Reference>
|
|
|
- <Reference Include="System" />
|
|
|
+ <Reference Include="Microsoft.CSharp" />
|
|
|
+ <Reference Include="System.Web.DynamicData" />
|
|
|
+ <Reference Include="System.Web.Entity" />
|
|
|
+ <Reference Include="System.Web.ApplicationServices" />
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.Data" />
|
|
|
<Reference Include="System.Core" />
|
|
|
+ <Reference Include="System.Data.DataSetExtensions" />
|
|
|
+ <Reference Include="System.Web.Extensions" />
|
|
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
+ <Reference Include="System.Drawing" />
|
|
|
<Reference Include="System.Web" />
|
|
|
- <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
+ <Reference Include="System.Configuration" />
|
|
|
+ <Reference Include="System.Web.Services" />
|
|
|
+ <Reference Include="System.EnterpriseServices" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="System.Web.Razor">
|
|
|
+ <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
</Reference>
|
|
|
- <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
|
|
|
+ <Reference Include="System.Web.Webpages">
|
|
|
+ <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.3\lib\net45\System.Web.Webpages.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
</Reference>
|
|
|
- <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
|
|
|
+ <Reference Include="System.Web.Webpages.Deployment">
|
|
|
+ <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.3\lib\net45\System.Web.Webpages.Deployment.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
</Reference>
|
|
|
- <Reference Include="System.Web.Services" />
|
|
|
- <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
|
|
|
+ <Reference Include="System.Web.Webpages.Razor">
|
|
|
+ <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.3\lib\net45\System.Web.Webpages.Razor.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="System.Web.Helpers">
|
|
|
+ <HintPath>..\packages\Microsoft.AspNet.Webpages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
</Reference>
|
|
|
- <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
|
|
|
+ <Reference Include="Microsoft.Web.Infrastructure">
|
|
|
+ <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
</Reference>
|
|
|
- <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
|
|
+ <Reference Include="System.Web.Mvc">
|
|
|
+ <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
|
|
|
+ <Private>False</Private>
|
|
|
</Reference>
|
|
|
- <Reference Include="System.Xml.Linq" />
|
|
|
- <Reference Include="System.Data.DataSetExtensions" />
|
|
|
- <Reference Include="Microsoft.CSharp" />
|
|
|
- <Reference Include="System.Data" />
|
|
|
- <Reference Include="System.Net.Http" />
|
|
|
- <Reference Include="System.Xml" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Content Include="Description.txt">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="logo.jpg">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="Web.config">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="Controllers\TestController.cs" />
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
<Compile Include="RouteProvider.cs" />
|
|
|
<Compile Include="TestPlugin.cs" />
|
|
|
- <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Content Include="packages.config" />
|
|
|
+ <Content Include="Views\Home\Index.cshtml">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <None Include="Web.Debug.config">
|
|
|
+ <DependentUpon>Web.config</DependentUpon>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </None>
|
|
|
+ <None Include="Web.Release.config">
|
|
|
+ <DependentUpon>Web.config</DependentUpon>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Folder Include="Content\" />
|
|
|
+ <Folder Include="Models\" />
|
|
|
+ <Folder Include="Services\" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<ProjectReference Include="..\GreenTree.Nachtragsmanagement.Core\GreenTree.Nachtragsmanagement.Core.csproj">
|
|
|
@@ -98,21 +153,43 @@
|
|
|
<Private>False</Private>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Content Include="Description.txt">
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- <Content Include="logo.jpg">
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Folder Include="Content\" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="app.config" />
|
|
|
- <None Include="packages.config" />
|
|
|
- <Content Include="Views\Home\Index.cshtml" />
|
|
|
- </ItemGroup>
|
|
|
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
|
+ <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
+ <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
|
+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
|
|
+ <ProjectExtensions>
|
|
|
+ <VisualStudio>
|
|
|
+ <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
|
+ <WebProjectProperties>
|
|
|
+ <UseIIS>True</UseIIS>
|
|
|
+ <AutoAssignPort>True</AutoAssignPort>
|
|
|
+ <DevelopmentServerPort>62057</DevelopmentServerPort>
|
|
|
+ <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
|
+ <IISUrl>http://localhost:62057/</IISUrl>
|
|
|
+ <NTLMAuthentication>False</NTLMAuthentication>
|
|
|
+ <UseCustomServer>False</UseCustomServer>
|
|
|
+ <CustomServerUrl>
|
|
|
+ </CustomServerUrl>
|
|
|
+ <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
|
+ </WebProjectProperties>
|
|
|
+ </FlavorProperties>
|
|
|
+ </VisualStudio>
|
|
|
+ </ProjectExtensions>
|
|
|
+ <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
+ <PropertyGroup>
|
|
|
+ <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>
|
|
|
+ </PropertyGroup>
|
|
|
+ <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'))" />
|
|
|
+ <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'))" />
|
|
|
+ </Target>
|
|
|
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
+ Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
+ <Target Name="BeforeBuild">
|
|
|
+ </Target>
|
|
|
+ <Target Name="AfterBuild">
|
|
|
+ </Target>
|
|
|
+ -->
|
|
|
</Project>
|