Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1004 | chris | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
| 3 | <PropertyGroup> |
||
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
| 5 | <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform> |
||
| 6 | <ProductVersion>10.0.0</ProductVersion> |
||
| 7 | <SchemaVersion>2.0</SchemaVersion> |
||
| 8 | <ProjectGuid>{E9434FE8-789E-4EF9-AD1E-40F73DBA497B}</ProjectGuid> |
||
| 9 | <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
||
| 10 | <OutputType>Exe</OutputType> |
||
| 11 | <RootNamespace>iosgame</RootNamespace> |
||
| 12 | <AssemblyName>iosgame</AssemblyName> |
||
| 13 | </PropertyGroup> |
||
| 14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> |
||
| 15 | <DebugSymbols>True</DebugSymbols> |
||
| 16 | <DebugType>full</DebugType> |
||
| 17 | <Optimize>False</Optimize> |
||
| 18 | <OutputPath>bin\iPhoneSimulator\Debug</OutputPath> |
||
| 19 | <DefineConstants>DEBUG;</DefineConstants> |
||
| 20 | <ErrorReport>prompt</ErrorReport> |
||
| 21 | <WarningLevel>4</WarningLevel> |
||
| 22 | <ConsolePause>False</ConsolePause> |
||
| 23 | <MtouchDebug>True</MtouchDebug> |
||
| 24 | <MtouchProfiling>True</MtouchProfiling> |
||
| 25 | <MtouchLink>None</MtouchLink> |
||
| 26 | <MtouchExtraArgs>-nosymbolstrip -nostrip -cxx -gcc_flags "-L${ProjectDir}/libs/ios -L${ProjectDir}/libs/ios/ikvm/bin -likvm-natives -lgdx -force_load ${ProjectDir}/libs/ios/libgdx.a -force_load ${ProjectDir}/libs/ios/ikvm/bin/libikvm-natives.a"</MtouchExtraArgs> |
||
| 27 | <MtouchI18n>west</MtouchI18n> |
||
| 28 | <CustomCommands> |
||
| 29 | <CustomCommands> |
||
| 30 | <Command type="BeforeBuild" command="ant -f convert.xml compile convert -v" workingdir="${ProjectDir}" /> |
||
| 31 | </CustomCommands> |
||
| 32 | </CustomCommands> |
||
| 33 | <MtouchArch>ARMv7</MtouchArch> |
||
| 34 | </PropertyGroup> |
||
| 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> |
||
| 36 | <DebugType>none</DebugType> |
||
| 37 | <Optimize>True</Optimize> |
||
| 38 | <OutputPath>bin\iPhoneSimulator\Release</OutputPath> |
||
| 39 | <ErrorReport>prompt</ErrorReport> |
||
| 40 | <WarningLevel>4</WarningLevel> |
||
| 41 | <ConsolePause>False</ConsolePause> |
||
| 42 | <MtouchLink>None</MtouchLink> |
||
| 43 | <MtouchExtraArgs>-nosymbolstrip -nostrip -cxx -gcc_flags "-L${ProjectDir}/libs/ios -L${ProjectDir}/libs/ios/ikvm/bin -likvm-natives -lgdx -force_load ${ProjectDir}/libs/ios/libgdx.a -force_load ${ProjectDir}/libs/ios/ikvm/bin/libikvm-natives.a"</MtouchExtraArgs> |
||
| 44 | <MtouchI18n>west</MtouchI18n> |
||
| 45 | <MtouchUseLlvm>True</MtouchUseLlvm> |
||
| 46 | <CustomCommands> |
||
| 47 | <CustomCommands> |
||
| 48 | <Command type="BeforeBuild" command="ant -f convert.xml compile convert -v" workingdir="${ProjectDir}" /> |
||
| 49 | </CustomCommands> |
||
| 50 | </CustomCommands> |
||
| 51 | </PropertyGroup> |
||
| 52 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' "> |
||
| 53 | <DebugSymbols>True</DebugSymbols> |
||
| 54 | <DebugType>full</DebugType> |
||
| 55 | <Optimize>False</Optimize> |
||
| 56 | <OutputPath>bin\iPhone\Debug</OutputPath> |
||
| 57 | <DefineConstants>DEBUG;</DefineConstants> |
||
| 58 | <ErrorReport>prompt</ErrorReport> |
||
| 59 | <WarningLevel>4</WarningLevel> |
||
| 60 | <ConsolePause>False</ConsolePause> |
||
| 61 | <CodesignKey>iPhone Developer</CodesignKey> |
||
| 62 | <MtouchDebug>True</MtouchDebug> |
||
| 63 | <MtouchProfiling>True</MtouchProfiling> |
||
| 64 | <MtouchArch>ARMv7</MtouchArch> |
||
| 65 | <MtouchI18n>west</MtouchI18n> |
||
| 66 | <MtouchExtraArgs>-nosymbolstrip -nostrip -cxx -gcc_flags "-L${ProjectDir}/libs/ios -L${ProjectDir}/libs/ios/ikvm/bin -likvm-natives -lgdx -force_load ${ProjectDir}/libs/ios/libgdx.a -force_load ${ProjectDir}/libs/ios/ikvm/bin/libikvm-natives.a"</MtouchExtraArgs> |
||
| 67 | <IpaPackageName /> |
||
| 68 | <CustomCommands> |
||
| 69 | <CustomCommands> |
||
| 70 | <Command type="BeforeBuild" command="ant -f convert.xml compile convert -v" workingdir="${ProjectDir}" /> |
||
| 71 | </CustomCommands> |
||
| 72 | </CustomCommands> |
||
| 73 | </PropertyGroup> |
||
| 74 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> |
||
| 75 | <DebugType>none</DebugType> |
||
| 76 | <Optimize>True</Optimize> |
||
| 77 | <OutputPath>bin\iPhone\Release</OutputPath> |
||
| 78 | <ErrorReport>prompt</ErrorReport> |
||
| 79 | <WarningLevel>4</WarningLevel> |
||
| 80 | <ConsolePause>False</ConsolePause> |
||
| 81 | <CodesignKey>iPhone Developer</CodesignKey> |
||
| 82 | <IpaPackageName /> |
||
| 83 | <MtouchI18n>west</MtouchI18n> |
||
| 84 | <CustomCommands> |
||
| 85 | <CustomCommands> |
||
| 86 | <Command type="BeforeBuild" command="ant -f convert.xml compile convert -v" workingdir="${ProjectDir}" /> |
||
| 87 | </CustomCommands> |
||
| 88 | </CustomCommands> |
||
| 89 | <MtouchArch>ARMv7</MtouchArch> |
||
| 90 | <MtouchExtraArgs>-nosymbolstrip -nostrip -cxx -gcc_flags "-L${ProjectDir}/libs/ios -L${ProjectDir}/libs/ios/ikvm/bin -likvm-natives -lgdx -force_load ${ProjectDir}/libs/ios/libgdx.a -force_load ${ProjectDir}/libs/ios/ikvm/bin/libikvm-natives.a"</MtouchExtraArgs> |
||
| 91 | <MtouchUseSGen>True</MtouchUseSGen> |
||
| 92 | </PropertyGroup> |
||
| 93 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' "> |
||
| 94 | <DebugType>none</DebugType> |
||
| 95 | <Optimize>True</Optimize> |
||
| 96 | <OutputPath>bin\iPhone\Ad-Hoc</OutputPath> |
||
| 97 | <ErrorReport>prompt</ErrorReport> |
||
| 98 | <WarningLevel>4</WarningLevel> |
||
| 99 | <ConsolePause>False</ConsolePause> |
||
| 100 | <BuildIpa>True</BuildIpa> |
||
| 101 | <CodesignKey>iPhone Distribution</CodesignKey> |
||
| 102 | <MtouchI18n /> |
||
| 103 | </PropertyGroup> |
||
| 104 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' "> |
||
| 105 | <DebugType>none</DebugType> |
||
| 106 | <Optimize>True</Optimize> |
||
| 107 | <OutputPath>bin\iPhone\AppStore</OutputPath> |
||
| 108 | <ErrorReport>prompt</ErrorReport> |
||
| 109 | <WarningLevel>4</WarningLevel> |
||
| 110 | <ConsolePause>False</ConsolePause> |
||
| 111 | <CodesignKey>iPhone Distribution</CodesignKey> |
||
| 112 | </PropertyGroup> |
||
| 113 | <ItemGroup> |
||
| 114 | <Reference Include="System" /> |
||
| 115 | <Reference Include="System.Xml" /> |
||
| 116 | <Reference Include="System.Core" /> |
||
| 117 | <Reference Include="monotouch" /> |
||
| 118 | <Reference Include="gdx"> |
||
| 119 | <HintPath>libs\ios\gdx.dll</HintPath> |
||
| 120 | </Reference> |
||
| 121 | <Reference Include="gdx-backend-ios"> |
||
| 122 | <HintPath>libs\ios\gdx-backend-ios.dll</HintPath> |
||
| 123 | </Reference> |
||
| 124 | <Reference Include="ICSharpCode.SharpZipLib"> |
||
| 125 | <HintPath>libs\ios\ikvm\bin\ICSharpCode.SharpZipLib.dll</HintPath> |
||
| 126 | </Reference> |
||
| 127 | <Reference Include="IKVM.OpenJDK.Beans"> |
||
| 128 | <HintPath>libs\ios\ikvm\bin\IKVM.OpenJDK.Beans.dll</HintPath> |
||
| 129 | </Reference> |
||
| 130 | <Reference Include="IKVM.OpenJDK.Charsets"> |
||
| 131 | <HintPath>libs\ios\ikvm\bin\IKVM.OpenJDK.Charsets.dll</HintPath> |
||
| 132 | </Reference> |
||
| 133 | <Reference Include="IKVM.OpenJDK.Core"> |
||
| 134 | <HintPath>libs\ios\ikvm\bin\IKVM.OpenJDK.Core.dll</HintPath> |
||
| 135 | </Reference> |
||
| 136 | <Reference Include="IKVM.OpenJDK.Misc"> |
||
| 137 | <HintPath>libs\ios\ikvm\bin\IKVM.OpenJDK.Misc.dll</HintPath> |
||
| 138 | </Reference> |
||
| 139 | <Reference Include="IKVM.OpenJDK.Text"> |
||
| 140 | <HintPath>libs\ios\ikvm\bin\IKVM.OpenJDK.Text.dll</HintPath> |
||
| 141 | </Reference> |
||
| 142 | <Reference Include="IKVM.OpenJDK.Util"> |
||
| 143 | <HintPath>libs\ios\ikvm\bin\IKVM.OpenJDK.Util.dll</HintPath> |
||
| 144 | </Reference> |
||
| 145 | <Reference Include="IKVM.Reflection"> |
||
| 146 | <HintPath>libs\ios\ikvm\bin\IKVM.Reflection.dll</HintPath> |
||
| 147 | </Reference> |
||
| 148 | <Reference Include="IKVM.Runtime.JNI"> |
||
| 149 | <HintPath>libs\ios\ikvm\bin\IKVM.Runtime.JNI.dll</HintPath> |
||
| 150 | </Reference> |
||
| 151 | <Reference Include="IKVM.Runtime"> |
||
| 152 | <HintPath>libs\ios\ikvm\bin\IKVM.Runtime.dll</HintPath> |
||
| 153 | </Reference> |
||
| 154 | <Reference Include="libObjectAL"> |
||
| 155 | <HintPath>libs\ios\objectal\libObjectAL.dll</HintPath> |
||
| 156 | </Reference> |
||
| 157 | <Reference Include="burutaru"> |
||
| 158 | <HintPath>target\burutaru.dll</HintPath> |
||
| 159 | </Reference> |
||
| 160 | </ItemGroup> |
||
| 161 | <ItemGroup> |
||
| 162 | <None Include="Info.plist" /> |
||
| 163 | <None Include="libs\ios\libgdx.a" /> |
||
| 164 | <None Include="libs\ios\ikvm\bin\libikvm-natives.a" /> |
||
| 165 | </ItemGroup> |
||
| 166 | <ItemGroup> |
||
| 167 | <Compile Include="Main.cs" /> |
||
| 168 | </ItemGroup> |
||
| 169 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
||
| 170 | <ItemGroup> |
||
| 171 | <Folder Include="data\" /> |
||
| 172 | </ItemGroup> |
||
| 173 | <ItemGroup> |
||
| 174 | <Content Include="..\burutaru-android\assets\data\libgdx.png"> |
||
| 175 | <Link>data\libgdx.png</Link> |
||
| 176 | </Content> |
||
| 177 | </ItemGroup> |
||
| 178 | </Project> |