1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >8.0.30703</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{794C7268-3BCA-483B-9ADB-E7D8E5DCDE89}</ProjectGuid >
9- <ProjectTypeGuids >{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10- <TemplateGuid >{a52b8a63-bc84-4b47-910d-692533484892}</TemplateGuid >
11- <OutputType >Library</OutputType >
12- <RootNamespace >Sharpnado.Shades.iOS</RootNamespace >
13- <IPhoneResourcePrefix >Resources</IPhoneResourcePrefix >
14- <AssemblyName >Sharpnado.Shadows.iOS</AssemblyName >
15- <RestoreProjectStyle >PackageReference</RestoreProjectStyle >
16- <CodeAnalysisRuleSet >..\StyleCopRules.ruleset</CodeAnalysisRuleSet >
17- </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;</DefineConstants >
24- <ErrorReport >prompt</ErrorReport >
25- <WarningLevel >4</WarningLevel >
26- </PropertyGroup >
27- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28- <DebugType >full</DebugType >
29- <Optimize >true</Optimize >
30- <OutputPath >bin\Release</OutputPath >
31- <ErrorReport >prompt</ErrorReport >
32- <WarningLevel >4</WarningLevel >
33- </PropertyGroup >
34- <ItemGroup >
35- <PackageReference Include =" Xamarin.Forms" >
36- <Version >4.6.0.847</Version >
37- </PackageReference >
38- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
39- <PrivateAssets >all</PrivateAssets >
40- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
41- </PackageReference >
42- <PackageReference Include =" MSBuildTasks" >
43- <Version >1.5.0.235</Version >
44- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
45- <PrivateAssets >all</PrivateAssets >
46- </PackageReference >
47- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.113" >
48- <PrivateAssets >all</PrivateAssets >
49- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
50- </PackageReference >
51- </ItemGroup >
52- <ItemGroup >
53- <Reference Include =" System" />
54- <Reference Include =" System.Xml" />
55- <Reference Include =" System.Core" />
56- <Reference Include =" Xamarin.iOS" />
57- </ItemGroup >
58- <ItemGroup >
59- <Compile Include =" ..\Shadows\AssemblyInfo.cs" >
60- <Link >AssemblyInfo.cs</Link >
61- </Compile >
62- <Compile Include =" CALayerExtensions.cs" />
63- <Compile Include =" iOSShadowsController.cs" />
64- <Compile Include =" iOSShadowsController.PropertyChanged.cs" />
65- <Compile Include =" iOSShadowsRenderer.cs" />
66- <Compile Include =" ShadeExtensions.cs" />
67- </ItemGroup >
68- <ItemGroup >
69- <ProjectReference Include =" ..\Shadows\Shadows.csproj" >
70- <Project >{793936A7-04DD-4C8F-A8C1-524CF432C905}</Project >
71- <Name >Shadows</Name >
72- </ProjectReference >
73- </ItemGroup >
74- <Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{794C7268-3BCA-483B-9ADB-E7D8E5DCDE89}</ProjectGuid >
9+ <ProjectTypeGuids >{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10+ <TemplateGuid >{a52b8a63-bc84-4b47-910d-692533484892}</TemplateGuid >
11+ <OutputType >Library</OutputType >
12+ <RootNamespace >Sharpnado.Shades.iOS</RootNamespace >
13+ <IPhoneResourcePrefix >Resources</IPhoneResourcePrefix >
14+ <AssemblyName >Sharpnado.Shadows.iOS</AssemblyName >
15+ <RestoreProjectStyle >PackageReference</RestoreProjectStyle >
16+ <CodeAnalysisRuleSet >..\StyleCopRules.ruleset</CodeAnalysisRuleSet >
17+ </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;</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <DebugType >full</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release</OutputPath >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <ItemGroup >
35+ <PackageReference Include =" Xamarin.Forms" >
36+ <Version >4.6.0.847</Version >
37+ </PackageReference >
38+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
39+ <PrivateAssets >all</PrivateAssets >
40+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
41+ </PackageReference >
42+ <PackageReference Include =" MSBuildTasks" >
43+ <Version >1.5.0.235</Version >
44+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
45+ <PrivateAssets >all</PrivateAssets >
46+ </PackageReference >
47+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.113" >
48+ <PrivateAssets >all</PrivateAssets >
49+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
50+ </PackageReference >
51+ </ItemGroup >
52+ <ItemGroup >
53+ <Reference Include =" System" />
54+ <Reference Include =" System.Xml" />
55+ <Reference Include =" System.Core" />
56+ <Reference Include =" Xamarin.iOS" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <Compile Include =" ..\Shadows\AssemblyInfo.cs" >
60+ <Link >AssemblyInfo.cs</Link >
61+ </Compile >
62+ <Compile Include =" CALayerExtensions.cs" />
63+ <Compile Include =" iOSShadowsController.cs" />
64+ <Compile Include =" iOSShadowsController.PropertyChanged.cs" />
65+ <Compile Include =" iOSShadowsRenderer.cs" />
66+ <Compile Include =" ShadeExtensions.cs" />
67+ </ItemGroup >
68+ <ItemGroup >
69+ <ProjectReference Include =" ..\Shadows\Shadows.csproj" >
70+ <Project >{793936A7-04DD-4C8F-A8C1-524CF432C905}</Project >
71+ <Name >Shadows</Name >
72+ </ProjectReference >
73+ </ItemGroup >
74+ <ItemGroup >
75+ <None Include =" Info.plist" />
76+ </ItemGroup >
77+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
7578</Project >
0 commit comments