forked from mirrors/NBTExplorer
72 lines
3.1 KiB
XML
72 lines
3.1 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)' == '' ">AnyCPU</Platform>
|
||
|
<ProductVersion>10.0.0</ProductVersion>
|
||
|
<SchemaVersion>2.0</SchemaVersion>
|
||
|
<ProjectGuid>{01F9A296-C477-4CBF-A0D0-41E697048257}</ProjectGuid>
|
||
|
<ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<RootNamespace>NBTExplorerMac</RootNamespace>
|
||
|
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
|
||
|
<AssemblyName>NBTExplorerMac</AssemblyName>
|
||
|
</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>
|
||
|
<EnablePackageSigning>False</EnablePackageSigning>
|
||
|
<IncludeMonoRuntime>False</IncludeMonoRuntime>
|
||
|
<ConsolePause>False</ConsolePause>
|
||
|
<EnableCodeSigning>False</EnableCodeSigning>
|
||
|
<CreatePackage>False</CreatePackage>
|
||
|
<CodeSigningKey>Mac Developer</CodeSigningKey>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
<DebugType>none</DebugType>
|
||
|
<Optimize>True</Optimize>
|
||
|
<OutputPath>bin\Release</OutputPath>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
<EnablePackageSigning>False</EnablePackageSigning>
|
||
|
<IncludeMonoRuntime>False</IncludeMonoRuntime>
|
||
|
<LinkMode>Full</LinkMode>
|
||
|
<ConsolePause>False</ConsolePause>
|
||
|
<EnableCodeSigning>False</EnableCodeSigning>
|
||
|
<CreatePackage>False</CreatePackage>
|
||
|
<CodeSigningKey>Mac Developer</CodeSigningKey>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
|
||
|
<DebugType>none</DebugType>
|
||
|
<Optimize>True</Optimize>
|
||
|
<OutputPath>bin\AppStore</OutputPath>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
<PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
|
||
|
<IncludeMonoRuntime>True</IncludeMonoRuntime>
|
||
|
<LinkMode>Full</LinkMode>
|
||
|
<EnablePackageSigning>True</EnablePackageSigning>
|
||
|
<ConsolePause>False</ConsolePause>
|
||
|
<EnableCodeSigning>True</EnableCodeSigning>
|
||
|
<CreatePackage>True</CreatePackage>
|
||
|
<CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="System.Xml" />
|
||
|
<Reference Include="System.Core" />
|
||
|
<Reference Include="System.Xml.Linq" />
|
||
|
<Reference Include="System.Drawing" />
|
||
|
<Reference Include="MonoMac" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="Info.plist" />
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||
|
<Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
|
||
|
</Project>
|