|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>BinderTool</RootNamespace> |
11 | 11 | <AssemblyName>BinderTool</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
15 | 15 | <RestorePackages>true</RestorePackages> |
16 | | - <NuGetPackageImportStamp>abf6a274</NuGetPackageImportStamp> |
| 16 | + <NuGetPackageImportStamp> |
| 17 | + </NuGetPackageImportStamp> |
| 18 | + <TargetFrameworkProfile /> |
17 | 19 | </PropertyGroup> |
18 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 21 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
52 | 54 | </ItemGroup> |
53 | 55 | <ItemGroup> |
54 | 56 | <None Include="App.config" /> |
55 | | - <None Include="packages.config" /> |
56 | 57 | </ItemGroup> |
57 | 58 | <ItemGroup> |
58 | 59 | <ProjectReference Include="..\BinderTool.Core\BinderTool.Core.csproj"> |
|
65 | 66 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
66 | 67 | </None> |
67 | 68 | </ItemGroup> |
68 | | - <ItemGroup> |
69 | | - <Content Include="FodyWeavers.xml" /> |
70 | | - </ItemGroup> |
71 | 69 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
72 | 70 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
73 | 71 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
74 | 72 | <PropertyGroup> |
75 | 73 | <ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Aktivieren Sie die Wiederherstellung von NuGet-Paketen, um die fehlende Datei herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText> |
76 | 74 | </PropertyGroup> |
77 | 75 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> |
78 | | - <Error Condition="!Exists('..\packages\Fody.1.28.3\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.28.3\build\Fody.targets'))" /> |
79 | 76 | </Target> |
80 | | - <Import Project="..\packages\Fody.1.28.3\build\Fody.targets" Condition="Exists('..\packages\Fody.1.28.3\build\Fody.targets')" /> |
81 | 77 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
82 | 78 | Other similar extension points exist, see Microsoft.Common.targets. |
83 | 79 | <Target Name="BeforeBuild"> |
|
0 commit comments