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

Xamarin.PropertyEditing.Mac.csproj « Xamarin.PropertyEditing.Mac - github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c1eb4781fd1791cceb8c82331e53e7fb52b37ff (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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{E8F4F0EB-C2B1-4116-8459-E076E0E0E485}</ProjectGuid>
    <ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <OutputType>Library</OutputType>
    <RootNamespace>Xamarin.PropertyEditing.Mac</RootNamespace>
    <AssemblyName>Xamarin.PropertyEditing.Mac</AssemblyName>
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
    <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
  </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>
    <EnableCodeSigning>false</EnableCodeSigning>
    <CreatePackage>false</CreatePackage>
    <EnablePackageSigning>false</EnablePackageSigning>
    <IncludeMonoRuntime>false</IncludeMonoRuntime>
    <UseSGen>false</UseSGen>
    <HttpClientHandler></HttpClientHandler>
    <LinkMode></LinkMode>
    <XamMacArch></XamMacArch>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <Optimize>true</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <DefineConstants></DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <EnableCodeSigning>false</EnableCodeSigning>
    <CreatePackage>false</CreatePackage>
    <EnablePackageSigning>false</EnablePackageSigning>
    <IncludeMonoRuntime>false</IncludeMonoRuntime>
    <UseSGen>false</UseSGen>
    <HttpClientHandler></HttpClientHandler>
    <LinkMode></LinkMode>
    <XamMacArch></XamMacArch>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="Xamarin.Mac" />
    <Reference Include="System.Drawing" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="PropertyEditorPanel.cs" />
    <Compile Include="PropertyEditorPanel.designer.cs">
      <DependentUpon>PropertyEditorPanel.cs</DependentUpon>
    </Compile>
    <Compile Include="Controls\StringEditorControl.cs" />
    <Compile Include="Controls\PropertyEditorControl.cs" />
    <Compile Include="PropertyTableDelegate.cs" />
    <Compile Include="PropertyTableDataSource.cs" />
    <Compile Include="Controls\BaseNumericEditorControl.cs" />
    <Compile Include="Controls\BooleanEditorControl.cs" />
    <Compile Include="Controls\IntegerNumericEditorControl.cs" />
    <Compile Include="Controls\DecimalNumericEditorControl.cs" />
    <Compile Include="Controls\ConstraintExtensions.cs" />
    <Compile Include="Controls\BaseRectangleEditorControl.cs" />
    <Compile Include="Controls\CGRectEditorControl.cs" />
    <Compile Include="Controls\CGPointEditorControl.cs" />
    <Compile Include="Controls\UnfocusableTextField.cs" />
    <Compile Include="NSObjectFacade.cs" />
    <Compile Include="Controls\PredefinedValuesEditor.cs" />
    <Compile Include="Controls\BasePointEditorControl.cs" />
    <Compile Include="Controls\CGSizeEditorControl.cs" />
    <Compile Include="Controls\PointEditorControl.cs" />
    <Compile Include="Controls\RectangleEditorControl.cs" />
    <Compile Include="Controls\SizeEditorControl.cs" />
    <Compile Include="Controls\Custom\NumericSpinEditor.cs" />
    <Compile Include="Controls\Custom\NumericTextField.cs" />
    <Compile Include="Resources\LocalizationResources.Designer.cs">
      <DependentUpon>LocalizationResources.resx</DependentUpon>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Controls\" />
    <Folder Include="Controls\Custom\" />
    <Folder Include="Resources\" />
    <Compile Include="Themes\MacThemeManager.cs" />
    <Compile Include="Controls\BaseEditorControl.cs" />
    <Compile Include="Controls\ErrorMessageView.cs" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Controls\" />
    <Folder Include="Themes\" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Xamarin.PropertyEditing\Xamarin.PropertyEditing.csproj">
      <Project>{A0B6FE73-D046-4E1C-BA9D-F20683889C5A}</Project>
      <Name>Xamarin.PropertyEditing</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Resources\LocalizationResources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>LocalizationResources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
  <Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
</Project>