Avoids legacy test project to fail on missing target
This commit is contained in:
Jérôme Laban 2018-05-28 08:45:23 -04:00
Родитель f187084480
Коммит c2c535ec0d
4 изменённых файлов: 11 добавлений и 8 удалений

Просмотреть файл

@ -31,7 +31,7 @@ phases:
msbuildLocationMethod: version
msbuildVersion: latest
msbuildArchitecture: x86
msbuildArguments: /r /t:Pack "/p:Configuration=Release" "/p:PackageOutput=$(build.artifactstagingdirectory)\nuget" /detailedsummary /bl:$(build.artifactstagingdirectory)\build.binlog
msbuildArguments: /r /p:Configuration=Release "/p:PackageOutput=$(build.artifactstagingdirectory)\nuget" /detailedsummary /bl:$(build.artifactstagingdirectory)\build.binlog
clean: false
maximumCpuCount: true
restoreNugetPackages: false

Просмотреть файл

@ -4,7 +4,8 @@
<TargetFrameworks>netstandard1.0;xamarinios10;MonoAndroid71;netstandard2.0</TargetFrameworks>
<Description>.NET Standard 1.0. A lightweight framework to implement Model-View-ViewModel applications in WPF, Windows Store, Windows Phone, Silverlight, Xamarin.</Description>
<Product />
<Company>GalaSoft Laurent Bugnion @ http://www.galasoft.ch</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Company>GalaSoft Laurent Bugnion @ http://www.galasoft.ch</Company>
<Authors>Laurent Bugnion (GalaSoft)</Authors>
<Version>5.4.0.1</Version>
<PackageId>Uno.GalaSoft.MvvmLight</PackageId>

Просмотреть файл

@ -19,6 +19,7 @@
<Product />
<Company>GalaSoft Laurent Bugnion @ http://www.galasoft.ch</Company>
<Authors>Laurent Bugnion (GalaSoft)</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
@ -64,9 +65,6 @@
<None Include="..\GalaSoft.MvvmLight.Platform %28UWP%29\Views\NavigationService.cs">
<Link>Views\NavigationService.cs</Link>
</None>
<None Include="..\GalaSoft.MvvmLight.Platform %28NET45%29\Threading\DispatcherHelper.cs">
<Link>Threading\DispatcherHelper.cs</Link>
</None>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='net45'">
@ -79,9 +77,6 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'!='net45'">
<Compile Include="..\GalaSoft.MvvmLight.Platform %28NET45%29\Threading\DispatcherHelper.cs">
<Link>Threading\DispatcherHelper.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight.Platform %28UWP%29\Views\DialogService.cs">
<Link>Views\DialogService.cs</Link>
</Compile>
@ -91,6 +86,9 @@
</ItemGroup>
<ItemGroup>
<Compile Include="..\GalaSoft.MvvmLight.Platform %28NET45%29\Threading\DispatcherHelper.cs">
<Link>Threading\DispatcherHelper.cs</Link>
</Compile>
<Compile Include="..\GalaSoft.MvvmLight.Platform %28NET45Std%29\Properties\AssemblyInfo.cs">
<Link>Properties\AssemblyInfo.cs</Link>
</Compile>

Просмотреть файл

@ -295,6 +295,10 @@
<Project>{9e33963e-fc19-4ccb-a4f2-b0aecd8a092f}</Project>
<Name>GalaSoft.MvvmLight</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\GalaSoft.MvvmLight.Platform\GalaSoft.MvvmLight.Platform.csproj">
<Project>{c7b99322-9663-495c-a3b0-fd886a6f6730}</Project>
<Name>GalaSoft.MvvmLight.Platform</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Choose>