Move XM bindings to top level csharp folder
This commit is contained in:
121
csharp/Mac/Facebook.Yoga.Mac.csproj
Normal file
121
csharp/Mac/Facebook.Yoga.Mac.csproj
Normal file
@@ -0,0 +1,121 @@
|
||||
<?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>{19A1C7D7-C9CC-476A-B604-DF6A3DE1BA71}</ProjectGuid>
|
||||
<ProjectTypeGuids>{810C163F-4746-4721-8B8E-88A3673A62EA};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>Facebook.Yoga.Mac</RootNamespace>
|
||||
<AssemblyName>Facebook.Yoga.Mac</AssemblyName>
|
||||
<MacResourcePrefix>Resources</MacResourcePrefix>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug</OutputPath>
|
||||
<DefineConstants>__UNIFIED__;DEBUG;MONOMAC</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release</OutputPath>
|
||||
<DefineConstants>__UNIFIED__;MONOMAC</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="Xamarin.Mac" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\YogaWrap.cs">
|
||||
<Link>YogaWrap.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaSize.cs">
|
||||
<Link>YogaSize.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaPrintOptions.cs">
|
||||
<Link>YogaPrintOptions.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaPositionType.cs">
|
||||
<Link>YogaPositionType.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaOverflow.cs">
|
||||
<Link>YogaOverflow.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaNode.cs">
|
||||
<Link>YogaNode.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaNode.Create.cs">
|
||||
<Link>YogaNode.Create.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaMeasureMode.cs">
|
||||
<Link>YogaMeasureMode.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaMeasureFunc.cs">
|
||||
<Link>YogaMeasureFunc.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaLogLevel.cs">
|
||||
<Link>YogaLogLevel.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaLogger.cs">
|
||||
<Link>YogaLogger.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaJustify.cs">
|
||||
<Link>YogaJustify.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaFlexDirection.cs">
|
||||
<Link>YogaFlexDirection.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaExperimentalFeature.cs">
|
||||
<Link>YogaExperimentalFeature.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaEdge.cs">
|
||||
<Link>YogaEdge.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaDirection.cs">
|
||||
<Link>YogaDirection.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaDimension.cs">
|
||||
<Link>YogaDimension.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaConstants.cs">
|
||||
<Link>YogaConstants.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\YogaAlign.cs">
|
||||
<Link>YogaAlign.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Spacing.cs">
|
||||
<Link>Spacing.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Native.cs">
|
||||
<Link>Native.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\MeasureOutput.cs">
|
||||
<Link>MeasureOutput.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\MeasureFunction.cs">
|
||||
<Link>MeasureFunction.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ObjcBindingApiDefinition Include="ApiDefinition.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="CustomBuildAction.targets" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<NativeReference Include="libyoga.dylib">
|
||||
<Kind>Dynamic</Kind>
|
||||
<SmartLink>False</SmartLink>
|
||||
</NativeReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.ObjcBinding.CSharp.targets" />
|
||||
<Import Project="CustomBuildAction.targets" />
|
||||
</Project>
|
Reference in New Issue
Block a user