Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Xwt.XamMac.csproj « Xwt.XamMac - github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5da321c0440c65d6ee7180df3b35d6988afb0c2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{B7C1673E-5124-4BE5-8D21-EC8B12F85B6B}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Xwt.Mac</RootNamespace>
    <AssemblyName>Xwt.XamMac</AssemblyName>
    <SignAssembly>True</SignAssembly>
    <AssemblyOriginatorKeyFile>..\xwt.snk</AssemblyOriginatorKeyFile>
    <TargetFramework>$(MacTargetFramework)</TargetFramework>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <DisableImplicitNamespaceImports>True</DisableImplicitNamespaceImports>
    <SupportedOSPlatformVersion>10.14</SupportedOSPlatformVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>True</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>False</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
    <DebugSymbols>true</DebugSymbols>
  </PropertyGroup>
  <PropertyGroup Condition="!$(Net6)">
    <XamMacPath>\Library\Frameworks\Xamarin.Mac.framework\Versions\Current\lib\x86_64\full\Xamarin.Mac.dll</XamMacPath>
    <XamMacPath Condition="Exists('\Library\Frameworks\Xamarin.Mac.framework\Versions\Current\lib\64bits\full\Xamarin.Mac.dll')">\Library\Frameworks\Xamarin.Mac.framework\Versions\Current\lib\64bits\full\Xamarin.Mac.dll</XamMacPath>
    <XamMacPath Condition="Exists('$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\Xamarin.Mac\v2.0\Xamarin.Mac.dll')">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\Xamarin.Mac\v2.0\Xamarin.Mac.dll</XamMacPath>
    <XamMacPath Condition="Exists('$(MSBuildProgramFiles32)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.Mac\v2.0\Xamarin.Mac.dll')">$(MSBuildProgramFiles32)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.Mac\v2.0\Xamarin.Mac.dll</XamMacPath>
    <XamMacPath Condition="Exists('$(MSBuildToolsPath)\..\..\..\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.Mac\v2.0\Xamarin.Mac.dll')">$(MSBuildToolsPath)\..\..\..\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.Mac\v2.0\Xamarin.Mac.dll</XamMacPath>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Drawing" />
    <Reference Include="Xamarin.Mac" Condition="!$(Net6)">
      <HintPath>$(XamMacPath)</HintPath>
    </Reference>
  </ItemGroup>
  <Import Project="..\BuildHelpers.targets" />
  <ItemGroup>
    <ProjectReference Include="..\Xwt\Xwt.csproj">
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Xwt.Mac\" />
    <Folder Include="Xwt.Mac.CellViews\" />
    <Folder Include="icons\" />
  </ItemGroup>
  <ProjectExtensions>
    <MonoDevelop>
      <Properties>
        <Policies>
          <DotNetNamingPolicy DirectoryNamespaceAssociation="None" ResourceNamePolicy="FileName" />
        </Policies>
      </Properties>
    </MonoDevelop>
  </ProjectExtensions>
  <ItemGroup>
    <EmbeddedResource Include="icons\zoom-in-16.png">
      <LogicalName>zoom-in-16.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-in-16%402x.png">
      <LogicalName>zoom-in-16@2x.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-in-16~dark.png">
      <LogicalName>zoom-in-16~dark.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-in-16~dark%402x.png">
      <LogicalName>zoom-in-16~dark@2x.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-in-16~dark~sel.png">
      <LogicalName>zoom-in-16~dark~sel.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-in-16~dark~sel%402x.png">
      <LogicalName>zoom-in-16~dark~sel@2x.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-in-16~sel.png">
      <LogicalName>zoom-in-16~sel.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-in-16~sel%402x.png">
      <LogicalName>zoom-in-16~sel@2x.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-out-16.png">
      <LogicalName>zoom-out-16.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-out-16%402x.png">
      <LogicalName>zoom-out-16@2x.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-out-16~dark.png">
      <LogicalName>zoom-out-16~dark.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-out-16~dark%402x.png">
      <LogicalName>zoom-out-16~dark@2x.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-out-16~dark~sel.png">
      <LogicalName>zoom-out-16~dark~sel.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-out-16~dark~sel%402x.png">
      <LogicalName>zoom-out-16~dark~sel@2x.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-out-16~sel.png">
      <LogicalName>zoom-out-16~sel.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="icons\zoom-out-16~sel%402x.png">
      <LogicalName>zoom-out-16~sel@2x.png</LogicalName>
    </EmbeddedResource>
  </ItemGroup>
</Project>