11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion = " 4.0 " DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
3- < Import Project = " $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props " Condition = " Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props') " />
2+ <Project Sdk = " Microsoft.NET.Sdk " >
3+
44 <PropertyGroup >
5- <MinimumVisualStudioVersion >10.0</MinimumVisualStudioVersion >
6- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8- <ProjectGuid >{849AFB57-994A-42D9-A786-EF34FC951CDE}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >QuickLayout.Core</RootNamespace >
12- <AssemblyName >QuickLayout.Core</AssemblyName >
13- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14- <TargetFrameworkProfile >Profile111</TargetFrameworkProfile >
15- <FileAlignment >512</FileAlignment >
16- <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
5+ <TargetFramework >netstandard2.0</TargetFramework >
6+ <LangVersion >7.1</LangVersion >
177 </PropertyGroup >
18- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19- <DebugSymbols >true</DebugSymbols >
20- <DebugType >full</DebugType >
21- <Optimize >false</Optimize >
22- <OutputPath >bin\Debug\</OutputPath >
23- <DefineConstants >DEBUG;TRACE</DefineConstants >
24- <ErrorReport >prompt</ErrorReport >
25- <WarningLevel >4</WarningLevel >
26- </PropertyGroup >
27- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28- <DebugType >pdbonly</DebugType >
29- <Optimize >true</Optimize >
30- <OutputPath >bin\Release\</OutputPath >
31- <DefineConstants >TRACE</DefineConstants >
32- <ErrorReport >prompt</ErrorReport >
33- <WarningLevel >4</WarningLevel >
34- </PropertyGroup >
35- <ItemGroup >
36- <Compile Include =" App.cs" />
37- <Compile Include =" Properties\AssemblyInfo.cs" />
38- <Compile Include =" Services\CalculationService.cs" />
39- <Compile Include =" Services\ICalculationService.cs" />
40- <Compile Include =" ViewModels\BaseDetailsViewModel.cs" />
41- <Compile Include =" ViewModels\DetailsViewModel.cs" />
42- <Compile Include =" ViewModels\FirstViewModel.cs" />
43- <Compile Include =" ViewModels\FormGridViewModel.cs" />
44- <Compile Include =" ViewModels\FormViewModel.cs" />
45- <Compile Include =" ViewModels\FullSizeViewModel.cs" />
46- <Compile Include =" ViewModels\SearchViewModel.cs" />
47- <Compile Include =" ViewModels\TipViewModel.cs" />
48- <Compile Include =" ViewModels\ToCenterConstraintsViewModel.cs" />
49- <Compile Include =" ViewModels\UpdateConstraintsViewModel.cs" />
50- <Compile Include =" ViewModels\AdvancedVerticalStackViewModel.cs" />
51- <Compile Include =" ViewModels\DirectionFormViewModel.cs" />
52- <Compile Include =" ViewModels\RightToLeftViewModel.cs" />
53- <Compile Include =" ViewModels\ViewWithSafeAreaViewModel.cs" />
54- </ItemGroup >
55- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
56- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
57- Other similar extension points exist, see Microsoft.Common.targets.
58- <Target Name="BeforeBuild">
59- </Target>
60- <Target Name="AfterBuild">
61- </Target>
62- -->
63- <ItemGroup >
64- <Reference Include =" MvvmCross.Platform" >
65- <HintPath >..\packages\MvvmCross.Platform.4.4.0\lib\portable-net45+win+wpa81+wp80\MvvmCross.Platform.dll</HintPath >
66- </Reference >
67- <Reference Include =" MvvmCross.Core" >
68- <HintPath >..\packages\MvvmCross.Core.4.4.0\lib\portable-net45+win+wpa81+wp80\MvvmCross.Core.dll</HintPath >
69- </Reference >
70- <Reference Include =" MvvmCross.Binding" >
71- <HintPath >..\packages\MvvmCross.Binding.4.4.0\lib\portable-net45+win+wpa81+wp80\MvvmCross.Binding.dll</HintPath >
72- </Reference >
73- <Reference Include =" MvvmCross.Localization" >
74- <HintPath >..\packages\MvvmCross.Binding.4.4.0\lib\portable-net45+win+wpa81+wp80\MvvmCross.Localization.dll</HintPath >
75- </Reference >
76- </ItemGroup >
778 <ItemGroup >
78- <None Include =" packages.config " />
9+ <PackageReference Include =" MvvmCross " Version = " 6.4.0 " />
7910 </ItemGroup >
8011</Project >
0 commit comments