110 lines
4.9 KiB
XML
110 lines
4.9 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>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{707E6CD2-0968-4254-A1FD-DEE7843C7C50}</ProjectGuid>
|
|
<ProjectTypeGuids>{42C0BBD9-55CE-4FC1-8D90-A7348ABAFB23};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>MonoMacWrapper</RootNamespace>
|
|
<AssemblyName>BizHawk</AssemblyName>
|
|
<StartupObject>MonoMacWrapper.Program</StartupObject>
|
|
<ReleaseVersion>1.0.4</ReleaseVersion>
|
|
</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>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ConsolePause>false</ConsolePause>
|
|
<CustomCommands>
|
|
<CustomCommands>
|
|
<Command type="AfterBuild" command="cp -f -R "${ProjectDir}/../output/" "${TargetDir}/BizHawk.app/Contents/MonoBundle/"" />
|
|
</CustomCommands>
|
|
</CustomCommands>
|
|
<EnableCodeSigning>false</EnableCodeSigning>
|
|
<CreatePackage>false</CreatePackage>
|
|
<EnablePackageSigning>false</EnablePackageSigning>
|
|
<IncludeMonoRuntime>false</IncludeMonoRuntime>
|
|
<UseSGen>false</UseSGen>
|
|
<UseRefCounting>false</UseRefCounting>
|
|
<Profiling>false</Profiling>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ConsolePause>false</ConsolePause>
|
|
<CustomCommands>
|
|
<CustomCommands>
|
|
<Command type="AfterBuild" command="cp -f -R "${ProjectDir}/../output/" "${TargetDir}/BizHawk.app/Contents/MonoBundle/"" />
|
|
<Command type="AfterBuild" command="cp -f "${TargetDir}/BizHawk.icns" "${TargetDir}/BizHawk.app/Contents/Resources/"" />
|
|
</CustomCommands>
|
|
</CustomCommands>
|
|
<EnableCodeSigning>false</EnableCodeSigning>
|
|
<CreatePackage>false</CreatePackage>
|
|
<EnablePackageSigning>false</EnablePackageSigning>
|
|
<IncludeMonoRuntime>false</IncludeMonoRuntime>
|
|
<CodeSigningKey>Mac Developer</CodeSigningKey>
|
|
<PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
|
|
<UseSGen>false</UseSGen>
|
|
<UseRefCounting>false</UseRefCounting>
|
|
<Profiling>false</Profiling>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="XamMac" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Info.plist" />
|
|
<None Include="BizHawk.icns">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
|
|
<ItemGroup>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="MacDialogs.cs" />
|
|
<Compile Include="AppDelegate.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<InterfaceDefinition Include="MainMenu.xib" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BizHawk.Client.EmuHawk\BizHawk.Client.EmuHawk.csproj">
|
|
<Project>{DD448B37-BA3F-4544-9754-5406E8094723}</Project>
|
|
<Name>BizHawk.Client.EmuHawk</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\BizHawk.Client.Common\BizHawk.Client.Common.csproj">
|
|
<Project>{24A0AA3C-B25F-4197-B23D-476D6462DBA0}</Project>
|
|
<Name>BizHawk.Client.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Bizware\BizHawk.Bizware.BizwareGL\BizHawk.Bizware.BizwareGL.csproj">
|
|
<Project>{9F84A0B2-861E-4EF4-B89B-5E2A3F38A465}</Project>
|
|
<Name>BizHawk.Bizware.BizwareGL</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Bizware\BizHawk.Bizware.BizwareGL.OpenTK\BizHawk.Bizware.BizwareGL.OpenTK.csproj">
|
|
<Project>{5160CFB1-5389-47C1-B7F6-8A0DC97641EE}</Project>
|
|
<Name>BizHawk.Bizware.BizwareGL.OpenTK</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\BizHawk.Common\BizHawk.Common.csproj">
|
|
<Project>{866F8D13-0678-4FF9-80A4-A3993FD4D8A3}</Project>
|
|
<Name>BizHawk.Common</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</Project> |