markus / MarkusAutoUpdate / src / NetSparkle.Xamarin / NetSparkle.Xamarin.csproj @ 63946dd5
이력 | 보기 | 이력해설 | 다운로드 (4.09 KB)
1 | d8f5045e | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <Import Project="..\..\packages\NuGet.Build.Packaging.0.2.5-dev.8\build\NuGet.Build.Packaging.props" Condition="Exists('..\..\packages\NuGet.Build.Packaging.0.2.5-dev.8\build\NuGet.Build.Packaging.props')" /> |
||
4 | <PropertyGroup> |
||
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
7 | <ProjectGuid>{0E23D858-2A2D-4D60-AC01-B420D079D9C8}</ProjectGuid> |
||
8 | <ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
||
9 | <OutputType>Library</OutputType> |
||
10 | <RootNamespace>NetSparkle.Xamarin</RootNamespace> |
||
11 | <AssemblyName>NetSparkle.Xamarin</AssemblyName> |
||
12 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
||
13 | <TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier> |
||
14 | <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix> |
||
15 | <PackOnBuild>true</PackOnBuild> |
||
16 | <PackageId>NetSparkleUpdater.Xamarin</PackageId> |
||
17 | <PackageVersion>2.0.0-preview202005070001</PackageVersion> |
||
18 | <Authors>Deadpikle</Authors> |
||
19 | <Copyright>2020 Deadpikle</Copyright> |
||
20 | <PackageIconUrl>https://raw.githubusercontent.com/NetSparkleUpdater/NetSparkle/develop/src/NetSparkle/ArtWork/software-update-available.png</PackageIconUrl> |
||
21 | <PackageLicenseUrl>https://raw.githubusercontent.com/NetSparkleUpdater/NetSparkle/develop/LICENSE.md</PackageLicenseUrl> |
||
22 | <Owners>Deadpikle</Owners> |
||
23 | <PackageProjectUrl>https://github.com/NetSparkleUpdater/NetSparkle</PackageProjectUrl> |
||
24 | <PackageTags>netsparkle netsparkleupdater xamarin software update</PackageTags> |
||
25 | <Title>NetSparkleUpdater.Xamarin</Title> |
||
26 | <Description>PREVIEW version of Xamarin-specific bindings for NetSparkleUpdater!</Description> |
||
27 | </PropertyGroup> |
||
28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
29 | <DebugSymbols>true</DebugSymbols> |
||
30 | <DebugType>full</DebugType> |
||
31 | <Optimize>false</Optimize> |
||
32 | <OutputPath>bin\Debug</OutputPath> |
||
33 | <DefineConstants>DEBUG;</DefineConstants> |
||
34 | <ErrorReport>prompt</ErrorReport> |
||
35 | <WarningLevel>4</WarningLevel> |
||
36 | <EnableCodeSigning>false</EnableCodeSigning> |
||
37 | <CreatePackage>false</CreatePackage> |
||
38 | <EnablePackageSigning>false</EnablePackageSigning> |
||
39 | <IncludeMonoRuntime>false</IncludeMonoRuntime> |
||
40 | <UseSGen>false</UseSGen> |
||
41 | <HttpClientHandler>HttpClientHandler</HttpClientHandler> |
||
42 | <LinkMode>None</LinkMode> |
||
43 | <XamMacArch></XamMacArch> |
||
44 | <AOTMode>None</AOTMode> |
||
45 | </PropertyGroup> |
||
46 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
47 | <Optimize>true</Optimize> |
||
48 | <OutputPath>bin\Release</OutputPath> |
||
49 | <DefineConstants></DefineConstants> |
||
50 | <ErrorReport>prompt</ErrorReport> |
||
51 | <WarningLevel>4</WarningLevel> |
||
52 | <EnableCodeSigning>false</EnableCodeSigning> |
||
53 | <CreatePackage>false</CreatePackage> |
||
54 | <EnablePackageSigning>false</EnablePackageSigning> |
||
55 | <IncludeMonoRuntime>false</IncludeMonoRuntime> |
||
56 | <UseSGen>false</UseSGen> |
||
57 | <HttpClientHandler>HttpClientHandler</HttpClientHandler> |
||
58 | <LinkMode>None</LinkMode> |
||
59 | <XamMacArch></XamMacArch> |
||
60 | <AOTMode>None</AOTMode> |
||
61 | </PropertyGroup> |
||
62 | <ItemGroup> |
||
63 | <Reference Include="System" /> |
||
64 | <Reference Include="System.Core" /> |
||
65 | <Reference Include="Xamarin.Mac" /> |
||
66 | </ItemGroup> |
||
67 | <ItemGroup> |
||
68 | <Compile Include="PListConfiguration.cs" /> |
||
69 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
70 | </ItemGroup> |
||
71 | <ItemGroup> |
||
72 | <ProjectReference Include="..\NetSparkle\NetSparkle.csproj"> |
||
73 | <Project>{74635A21-2BAD-4522-AB95-E3E5703CD301}</Project> |
||
74 | <Name>NetSparkle</Name> |
||
75 | </ProjectReference> |
||
76 | </ItemGroup> |
||
77 | <ItemGroup> |
||
78 | <None Include="packages.config" /> |
||
79 | </ItemGroup> |
||
80 | <Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" /> |
||
81 | <Import Project="..\..\packages\NuGet.Build.Packaging.0.2.5-dev.8\build\NuGet.Build.Packaging.targets" Condition="Exists('..\..\packages\NuGet.Build.Packaging.0.2.5-dev.8\build\NuGet.Build.Packaging.targets')" /> |
||
82 | </Project> |