| 1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|---|
| 2 | <Import Condition="Exists('$(BDS)\bin\CodeGear.Deployment.targets')" Project="$(BDS)\bin\CodeGear.Deployment.targets"/>
|
|---|
| 3 | <ProjectExtensions>
|
|---|
| 4 | <ProjectFileVersion>12</ProjectFileVersion>
|
|---|
| 5 | </ProjectExtensions>
|
|---|
| 6 | <PropertyGroup>
|
|---|
| 7 | <DeviceId Condition="'$(Platform)'=='Android'"/>
|
|---|
| 8 | </PropertyGroup>
|
|---|
| 9 | <ItemGroup Condition="'$(Platform)'=='Win32'">
|
|---|
| 10 | <DeployFile Include="Win32\Debug\OdorikApi.exe" Condition="'$(Config)'=='Debug'">
|
|---|
| 11 | <RemoteDir>OdorikApi\</RemoteDir>
|
|---|
| 12 | <RemoteName>OdorikApi.exe</RemoteName>
|
|---|
| 13 | <DeployClass>ProjectOutput</DeployClass>
|
|---|
| 14 | <Operation>0</Operation>
|
|---|
| 15 | <LocalCommand/>
|
|---|
| 16 | <RemoteCommand/>
|
|---|
| 17 | <Overwrite>True</Overwrite>
|
|---|
| 18 | <Required>True</Required>
|
|---|
| 19 | </DeployFile>
|
|---|
| 20 | </ItemGroup>
|
|---|
| 21 | <ItemGroup Condition="'$(Platform)'=='Win64'"/>
|
|---|
| 22 | <ItemGroup Condition="'$(Platform)'=='Android'">
|
|---|
| 23 | <DeployFile Include="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Condition="'$(Config)'=='Debug'">
|
|---|
| 24 | <RemoteDir>OdorikApi\res\drawable-ldpi\</RemoteDir>
|
|---|
| 25 | <RemoteName>ic_launcher.png</RemoteName>
|
|---|
| 26 | <DeployClass>Android_LauncherIcon36</DeployClass>
|
|---|
| 27 | <Operation>1</Operation>
|
|---|
| 28 | <LocalCommand/>
|
|---|
| 29 | <RemoteCommand/>
|
|---|
| 30 | <Overwrite>True</Overwrite>
|
|---|
| 31 | </DeployFile>
|
|---|
| 32 | <DeployFile Include="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Condition="'$(Config)'=='Debug'">
|
|---|
| 33 | <RemoteDir>OdorikApi\res\drawable-hdpi\</RemoteDir>
|
|---|
| 34 | <RemoteName>ic_launcher.png</RemoteName>
|
|---|
| 35 | <DeployClass>Android_LauncherIcon72</DeployClass>
|
|---|
| 36 | <Operation>1</Operation>
|
|---|
| 37 | <LocalCommand/>
|
|---|
| 38 | <RemoteCommand/>
|
|---|
| 39 | <Overwrite>True</Overwrite>
|
|---|
| 40 | </DeployFile>
|
|---|
| 41 | <DeployFile Include="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Condition="'$(Config)'=='Debug'">
|
|---|
| 42 | <RemoteDir>OdorikApi\res\drawable-large\</RemoteDir>
|
|---|
| 43 | <RemoteName>splash_image.png</RemoteName>
|
|---|
| 44 | <DeployClass>Android_SplashImage640</DeployClass>
|
|---|
| 45 | <Operation>1</Operation>
|
|---|
| 46 | <LocalCommand/>
|
|---|
| 47 | <RemoteCommand/>
|
|---|
| 48 | <Overwrite>True</Overwrite>
|
|---|
| 49 | </DeployFile>
|
|---|
| 50 | <DeployFile Include="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Condition="'$(Config)'=='Debug'">
|
|---|
| 51 | <RemoteDir>OdorikApi\res\drawable-xlarge\</RemoteDir>
|
|---|
| 52 | <RemoteName>splash_image.png</RemoteName>
|
|---|
| 53 | <DeployClass>Android_SplashImage960</DeployClass>
|
|---|
| 54 | <Operation>1</Operation>
|
|---|
| 55 | <LocalCommand/>
|
|---|
| 56 | <RemoteCommand/>
|
|---|
| 57 | <Overwrite>True</Overwrite>
|
|---|
| 58 | </DeployFile>
|
|---|
| 59 | <DeployFile Include="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Condition="'$(Config)'=='Debug'">
|
|---|
| 60 | <RemoteDir>OdorikApi\res\drawable-small\</RemoteDir>
|
|---|
| 61 | <RemoteName>splash_image.png</RemoteName>
|
|---|
| 62 | <DeployClass>Android_SplashImage426</DeployClass>
|
|---|
| 63 | <Operation>1</Operation>
|
|---|
| 64 | <LocalCommand/>
|
|---|
| 65 | <RemoteCommand/>
|
|---|
| 66 | <Overwrite>True</Overwrite>
|
|---|
| 67 | </DeployFile>
|
|---|
| 68 | <DeployFile Include="libcrypto.so" Condition="'$(Config)'=='Release'">
|
|---|
| 69 | <RemoteDir>OdorikApi\assets\internal\</RemoteDir>
|
|---|
| 70 | <RemoteName>libcrypto.so</RemoteName>
|
|---|
| 71 | <DeployClass>File</DeployClass>
|
|---|
| 72 | <Operation>0</Operation>
|
|---|
| 73 | <LocalCommand/>
|
|---|
| 74 | <RemoteCommand/>
|
|---|
| 75 | <Overwrite>True</Overwrite>
|
|---|
| 76 | </DeployFile>
|
|---|
| 77 | <DeployFile Include="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Condition="'$(Config)'=='Debug'">
|
|---|
| 78 | <RemoteDir>OdorikApi\res\drawable-mdpi\</RemoteDir>
|
|---|
| 79 | <RemoteName>ic_launcher.png</RemoteName>
|
|---|
| 80 | <DeployClass>Android_LauncherIcon48</DeployClass>
|
|---|
| 81 | <Operation>1</Operation>
|
|---|
| 82 | <LocalCommand/>
|
|---|
| 83 | <RemoteCommand/>
|
|---|
| 84 | <Overwrite>True</Overwrite>
|
|---|
| 85 | </DeployFile>
|
|---|
| 86 | <DeployFile Include="$(BDS)\lib\android\debug\mips\libnative-activity.so" Condition="'$(Config)'=='Debug'">
|
|---|
| 87 | <RemoteDir>OdorikApi\library\lib\mips\</RemoteDir>
|
|---|
| 88 | <RemoteName>libOdorikApi.so</RemoteName>
|
|---|
| 89 | <DeployClass>AndroidLibnativeMipsFile</DeployClass>
|
|---|
| 90 | <Operation>1</Operation>
|
|---|
| 91 | <LocalCommand/>
|
|---|
| 92 | <RemoteCommand/>
|
|---|
| 93 | <Overwrite>True</Overwrite>
|
|---|
| 94 | </DeployFile>
|
|---|
| 95 | <DeployFile Include="$(NDKBasePath)\prebuilt\android-arm\gdbserver\gdbserver" Condition="'$(Config)'=='Debug'">
|
|---|
| 96 | <RemoteDir>OdorikApi\library\lib\armeabi-v7a\</RemoteDir>
|
|---|
| 97 | <RemoteName>gdbserver</RemoteName>
|
|---|
| 98 | <DeployClass>AndroidGDBServer</DeployClass>
|
|---|
| 99 | <Operation>1</Operation>
|
|---|
| 100 | <LocalCommand/>
|
|---|
| 101 | <RemoteCommand/>
|
|---|
| 102 | <Overwrite>True</Overwrite>
|
|---|
| 103 | </DeployFile>
|
|---|
| 104 | <DeployFile Include="Android\Debug\classes.dex" Condition="'$(Config)'=='Debug'">
|
|---|
| 105 | <RemoteDir>OdorikApi\classes\</RemoteDir>
|
|---|
| 106 | <RemoteName>classes.dex</RemoteName>
|
|---|
| 107 | <DeployClass>AndroidClassesDexFile</DeployClass>
|
|---|
| 108 | <Operation>1</Operation>
|
|---|
| 109 | <LocalCommand/>
|
|---|
| 110 | <RemoteCommand/>
|
|---|
| 111 | <Overwrite>True</Overwrite>
|
|---|
| 112 | </DeployFile>
|
|---|
| 113 | <DeployFile Include="Android\Debug\splash_image_def.xml" Condition="'$(Config)'=='Debug'">
|
|---|
| 114 | <RemoteDir>OdorikApi\res\drawable\</RemoteDir>
|
|---|
| 115 | <RemoteName>splash_image_def.xml</RemoteName>
|
|---|
| 116 | <DeployClass>AndroidSplashImageDef</DeployClass>
|
|---|
| 117 | <Operation>1</Operation>
|
|---|
| 118 | <LocalCommand/>
|
|---|
| 119 | <RemoteCommand/>
|
|---|
| 120 | <Overwrite>True</Overwrite>
|
|---|
| 121 | </DeployFile>
|
|---|
| 122 | <DeployFile Include="Android\Debug\styles.xml" Condition="'$(Config)'=='Debug'">
|
|---|
| 123 | <RemoteDir>OdorikApi\res\values\</RemoteDir>
|
|---|
| 124 | <RemoteName>styles.xml</RemoteName>
|
|---|
| 125 | <DeployClass>AndroidSplashStyles</DeployClass>
|
|---|
| 126 | <Operation>1</Operation>
|
|---|
| 127 | <LocalCommand/>
|
|---|
| 128 | <RemoteCommand/>
|
|---|
| 129 | <Overwrite>True</Overwrite>
|
|---|
| 130 | </DeployFile>
|
|---|
| 131 | <DeployFile Include="libssl.so" Condition="'$(Config)'=='Release'">
|
|---|
| 132 | <RemoteDir>OdorikApi\assets\internal\</RemoteDir>
|
|---|
| 133 | <RemoteName>libssl.so</RemoteName>
|
|---|
| 134 | <DeployClass>File</DeployClass>
|
|---|
| 135 | <Operation>0</Operation>
|
|---|
| 136 | <LocalCommand/>
|
|---|
| 137 | <RemoteCommand/>
|
|---|
| 138 | <Overwrite>True</Overwrite>
|
|---|
| 139 | </DeployFile>
|
|---|
| 140 | <DeployFile Include="Android\Debug\libOdorikApi.so" Condition="'$(Config)'=='Debug'">
|
|---|
| 141 | <RemoteDir>OdorikApi\library\lib\armeabi-v7a\</RemoteDir>
|
|---|
| 142 | <RemoteName>libOdorikApi.so</RemoteName>
|
|---|
| 143 | <DeployClass>ProjectOutput</DeployClass>
|
|---|
| 144 | <Operation>1</Operation>
|
|---|
| 145 | <LocalCommand/>
|
|---|
| 146 | <RemoteCommand/>
|
|---|
| 147 | <Overwrite>True</Overwrite>
|
|---|
| 148 | <Required>True</Required>
|
|---|
| 149 | </DeployFile>
|
|---|
| 150 | <DeployFile Include="libcrypto.so" Condition="'$(Config)'=='Debug'">
|
|---|
| 151 | <RemoteDir>OdorikApi\assets\internal\</RemoteDir>
|
|---|
| 152 | <RemoteName>libcrypto.so</RemoteName>
|
|---|
| 153 | <DeployClass>File</DeployClass>
|
|---|
| 154 | <Operation>0</Operation>
|
|---|
| 155 | <LocalCommand/>
|
|---|
| 156 | <RemoteCommand/>
|
|---|
| 157 | <Overwrite>True</Overwrite>
|
|---|
| 158 | </DeployFile>
|
|---|
| 159 | <DeployFile Include="Android\Debug\AndroidManifest.xml" Condition="'$(Config)'=='Debug'">
|
|---|
| 160 | <RemoteDir>OdorikApi\</RemoteDir>
|
|---|
| 161 | <RemoteName>AndroidManifest.xml</RemoteName>
|
|---|
| 162 | <DeployClass>ProjectAndroidManifest</DeployClass>
|
|---|
| 163 | <Operation>1</Operation>
|
|---|
| 164 | <LocalCommand/>
|
|---|
| 165 | <RemoteCommand/>
|
|---|
| 166 | <Overwrite>True</Overwrite>
|
|---|
| 167 | </DeployFile>
|
|---|
| 168 | <DeployFile Include="$(BDS)\lib\android\debug\armeabi\libnative-activity.so" Condition="'$(Config)'=='Debug'">
|
|---|
| 169 | <RemoteDir>OdorikApi\library\lib\armeabi\</RemoteDir>
|
|---|
| 170 | <RemoteName>libOdorikApi.so</RemoteName>
|
|---|
| 171 | <DeployClass>AndroidLibnativeArmeabiFile</DeployClass>
|
|---|
| 172 | <Operation>1</Operation>
|
|---|
| 173 | <LocalCommand/>
|
|---|
| 174 | <RemoteCommand/>
|
|---|
| 175 | <Overwrite>True</Overwrite>
|
|---|
| 176 | </DeployFile>
|
|---|
| 177 | <DeployFile Include="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Condition="'$(Config)'=='Debug'">
|
|---|
| 178 | <RemoteDir>OdorikApi\res\drawable-xxhdpi\</RemoteDir>
|
|---|
| 179 | <RemoteName>ic_launcher.png</RemoteName>
|
|---|
| 180 | <DeployClass>Android_LauncherIcon144</DeployClass>
|
|---|
| 181 | <Operation>1</Operation>
|
|---|
| 182 | <LocalCommand/>
|
|---|
| 183 | <RemoteCommand/>
|
|---|
| 184 | <Overwrite>True</Overwrite>
|
|---|
| 185 | </DeployFile>
|
|---|
| 186 | <DeployFile Include="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Condition="'$(Config)'=='Debug'">
|
|---|
| 187 | <RemoteDir>OdorikApi\res\drawable-normal\</RemoteDir>
|
|---|
| 188 | <RemoteName>splash_image.png</RemoteName>
|
|---|
| 189 | <DeployClass>Android_SplashImage470</DeployClass>
|
|---|
| 190 | <Operation>1</Operation>
|
|---|
| 191 | <LocalCommand/>
|
|---|
| 192 | <RemoteCommand/>
|
|---|
| 193 | <Overwrite>True</Overwrite>
|
|---|
| 194 | </DeployFile>
|
|---|
| 195 | <DeployFile Include="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Condition="'$(Config)'=='Debug'">
|
|---|
| 196 | <RemoteDir>OdorikApi\res\drawable-xhdpi\</RemoteDir>
|
|---|
| 197 | <RemoteName>ic_launcher.png</RemoteName>
|
|---|
| 198 | <DeployClass>Android_LauncherIcon96</DeployClass>
|
|---|
| 199 | <Operation>1</Operation>
|
|---|
| 200 | <LocalCommand/>
|
|---|
| 201 | <RemoteCommand/>
|
|---|
| 202 | <Overwrite>True</Overwrite>
|
|---|
| 203 | </DeployFile>
|
|---|
| 204 | <DeployFile Include="Android\Debug\styles-v21.xml" Condition="'$(Config)'=='Debug'">
|
|---|
| 205 | <RemoteDir>OdorikApi\res\values-v21\</RemoteDir>
|
|---|
| 206 | <RemoteName>styles.xml</RemoteName>
|
|---|
| 207 | <DeployClass>AndroidSplashStylesV21</DeployClass>
|
|---|
| 208 | <Operation>1</Operation>
|
|---|
| 209 | <LocalCommand/>
|
|---|
| 210 | <RemoteCommand/>
|
|---|
| 211 | <Overwrite>True</Overwrite>
|
|---|
| 212 | </DeployFile>
|
|---|
| 213 | <DeployFile Include="libssl.so" Condition="'$(Config)'=='Debug'">
|
|---|
| 214 | <RemoteDir>OdorikApi\assets\internal\</RemoteDir>
|
|---|
| 215 | <RemoteName>libssl.so</RemoteName>
|
|---|
| 216 | <DeployClass>File</DeployClass>
|
|---|
| 217 | <Operation>0</Operation>
|
|---|
| 218 | <LocalCommand/>
|
|---|
| 219 | <RemoteCommand/>
|
|---|
| 220 | <Overwrite>True</Overwrite>
|
|---|
| 221 | </DeployFile>
|
|---|
| 222 | </ItemGroup>
|
|---|
| 223 | </Project>
|
|---|