1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+ <PropertyGroup >
3
+ <TargetFramework >net6.0-ios</TargetFramework >
4
+ <OutputType >Exe</OutputType >
5
+ <Nullable >enable</Nullable >
6
+ <ImplicitUsings >true</ImplicitUsings >
7
+ <SupportedOSPlatformVersion >10.0</SupportedOSPlatformVersion >
8
+ </PropertyGroup >
3
9
<PropertyGroup >
4
10
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
11
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
9
15
<RootNamespace >Cirrious.FluentLayouts.Touch</RootNamespace >
10
16
<IPhoneResourcePrefix >Resources</IPhoneResourcePrefix >
11
17
<AssemblyName >Cirrious.FluentLayouts.Touch</AssemblyName >
12
- <TargetFrameworkIdentifier >Xamarin.iOS</TargetFrameworkIdentifier >
13
- <TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
14
18
</PropertyGroup >
15
19
<PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
16
20
<DebugSymbols >true</DebugSymbols >
33
37
<ConsolePause >false</ConsolePause >
34
38
<MtouchLink >None</MtouchLink >
35
39
</PropertyGroup >
36
- <ItemGroup >
37
- <Compile Include =" AdvancedFluentLayoutExtensions.cs" />
38
- <Compile Include =" FluentLayout.cs" />
39
- <Compile Include =" FluentLayoutExtensions.cs" />
40
- <Compile Include =" Margins.cs" />
41
- <Compile Include =" Properties\AssemblyInfo.cs" />
42
- <Compile Include =" RowSet-WorkInProgress\RowSet.cs" />
43
- <Compile Include =" UIViewAndLayoutAttribute.cs" />
44
- <Compile Include =" NfloatExtensions.cs" />
45
- <Compile Include =" Extensions\ArrayExtensions.cs" />
46
- </ItemGroup >
47
- <ItemGroup >
48
- </ItemGroup >
49
- <ItemGroup >
50
- <Reference Include =" System" />
51
- <Reference Include =" System.Xml" />
52
- <Reference Include =" System.Core" />
53
- <Reference Include =" Xamarin.iOS" />
54
- </ItemGroup >
55
- <ItemGroup >
56
- <Folder Include =" Extensions\" />
57
- </ItemGroup >
58
- <Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
59
40
</Project >
0 commit comments