File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
projects/client/RabbitMQ.Client.WinRT Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 4 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $(MSBuildProjectDirectory)\..\..\..\Local.props" />
4
4
<!-- MSBuild Community Tasks -->
5
5
<PropertyGroup >
6
6
<MSBuildCommunityTasksPath >$(MSBuildProjectDirectory)\..\..\..\lib\MSBuild.Community.Tasks\</MSBuildCommunityTasksPath >
7
+ <TargetPlatformVersion >8.1</TargetPlatformVersion >
8
+ <MinimumVisualStudioVersion >12</MinimumVisualStudioVersion >
7
9
</PropertyGroup >
8
10
<Import Project =" $(MSBuildCommunityTasksPath)MSBuild.Community.Tasks.Targets" />
9
11
<!-- Gensrc dir -->
557
559
</Target >
558
560
<!-- Microsoft Windows 8 CSharp targets -->
559
561
<Import Condition =" Exists('$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets')" Project =" $(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
560
- <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '11 .0' " >
561
- <VisualStudioVersion >11 .0</VisualStudioVersion >
562
+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12 .0' " >
563
+ <VisualStudioVersion >12 .0</VisualStudioVersion >
562
564
</PropertyGroup >
563
565
<!-- Custom BeforeBuild-->
564
566
<Target Name =" BeforeBuild" DependsOnTargets =" GenerateApi; Detokenize" />
565
567
<!-- Custom BeforeClean -->
566
568
<Target Name =" BeforeClean" DependsOnTargets =" CleanGenerateApi; CleanDetokenize" />
567
- </Project >
569
+ </Project >
You can’t perform that action at this time.
0 commit comments