mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
92 lines
3.7 KiB
XML
92 lines
3.7 KiB
XML
<?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)' == '' ">x86</Platform>
|
|
<ProjectGuid>{FE0C10AD-1C0D-490F-B1BF-9702A5B01074}</ProjectGuid>
|
|
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>apprepodbmgr.Eto.XamMac2</RootNamespace>
|
|
<AssemblyName>apprepodbmgr.Eto.XamMac2</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
|
|
<UseXamMacFullFramework>true</UseXamMacFullFramework>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<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>
|
|
<CodeSigningKey>Mac Developer</CodeSigningKey>
|
|
<CreatePackage>false</CreatePackage>
|
|
<EnablePackageSigning>false</EnablePackageSigning>
|
|
<IncludeMonoRuntime>false</IncludeMonoRuntime>
|
|
<UseSGen>true</UseSGen>
|
|
<UseRefCounting>true</UseRefCounting>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<HttpClientHandler>
|
|
</HttpClientHandler>
|
|
<LinkMode>
|
|
</LinkMode>
|
|
<XamMacArch>
|
|
</XamMacArch>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<DefineConstants>
|
|
</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<EnableCodeSigning>false</EnableCodeSigning>
|
|
<CreatePackage>true</CreatePackage>
|
|
<EnablePackageSigning>false</EnablePackageSigning>
|
|
<IncludeMonoRuntime>true</IncludeMonoRuntime>
|
|
<UseSGen>true</UseSGen>
|
|
<UseRefCounting>true</UseRefCounting>
|
|
<LinkMode>None</LinkMode>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<HttpClientHandler>
|
|
</HttpClientHandler>
|
|
<XamMacArch>
|
|
</XamMacArch>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Xamarin.Mac" />
|
|
<Reference Include="Eto">
|
|
<HintPath>..\packages\Eto.Forms.2.3.0\lib\net45\Eto.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Eto.XamMac2">
|
|
<HintPath>..\packages\Eto.Platform.XamMac2.2.3.0\lib\net45\Eto.XamMac2.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Resources\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Info.plist" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\apprepodbmgr.Eto\apprepodbmgr.Eto.csproj">
|
|
<Project>{E805559F-89AE-47B4-926D-5B63A4F3A123}</Project>
|
|
<Name>apprepodbmgr.Eto</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\apprepodbmgr.Core\apprepodbmgr.Core.csproj">
|
|
<Project>{076D5C4D-9601-4164-B979-0DABACB56BB8}</Project>
|
|
<Name>apprepodbmgr.Core</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
|
|
</Project> |