Commit 3d63c545 by Mac Stephens

fixed bootstrap loading error

parent 92a704f2
...@@ -21,6 +21,6 @@ ...@@ -21,6 +21,6 @@
"url": "http://localhost:${command:rad4.tms.web.port.release}/${command:rad4.tms.getcurrentproject.html.file}", "url": "http://localhost:${command:rad4.tms.web.port.release}/${command:rad4.tms.getcurrentproject.html.file}",
"webRoot": "${workspaceFolder}", "webRoot": "${workspaceFolder}",
"timeout": 20000 "timeout": 20000
} }
] ]
} }
\ No newline at end of file
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"reveal": "silent", "reveal": "silent",
"panel": "new" "panel": "new"
} }
}, },
{ {
"label": "Active", "label": "Active",
"type": "build", "type": "build",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -20,8 +20,8 @@ body { ...@@ -20,8 +20,8 @@ body {
} }
.em-navbar-wrap .navbar { .em-navbar-wrap .navbar {
padding-top: 0; padding-top: 20;
padding-bottom: 0; padding-bottom: 20;
transition: height 0.3s ease-in-out; transition: height 0.3s ease-in-out;
position: fixed; position: fixed;
width: 100%; width: 100%;
...@@ -46,13 +46,13 @@ body { ...@@ -46,13 +46,13 @@ body {
.navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item.active .nav-link { .navbar-nav .nav-item.active .nav-link {
color: #272727; color: #272727;
box-shadow: inset 0 -4px 0 0 #ff2a13; box-shadow: inset 0 -4px 0 0 #28a745;
} }
@media (max-width: 992px) { @media (max-width: 992px) {
.navbar-nav .nav-link { .navbar-nav .nav-link {
padding-top: 10px; padding-top: 20px;
padding-bottom: 10px; padding-bottom: 20px;
height: auto; height: auto;
} }
} }
...@@ -194,7 +194,5 @@ blockquote { ...@@ -194,7 +194,5 @@ blockquote {
.btn-primary { .btn-primary {
background-color: #28a745; background-color: #28a745;
/* Use a green color to match your theme */
border-color: #28a745; border-color: #28a745;
/* Additional button styling if needed */
} }
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<ProjectGuid>{01921D57-5440-4C01-A48E-45F8F0B7DBB4}</ProjectGuid> <ProjectGuid>{01921D57-5440-4C01-A48E-45F8F0B7DBB4}</ProjectGuid>
<ProjectVersion>18.8</ProjectVersion> <ProjectVersion>19.5</ProjectVersion>
<FrameworkType>VCL</FrameworkType> <FrameworkType>VCL</FrameworkType>
<MainSource>TMSWebTemplate.dpr</MainSource> <MainSource>TMSWebTemplate.dpr</MainSource>
<Base>True</Base> <Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config> <Config Condition="'$(Config)'==''">Debug</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform> <Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms> <TargetedPlatforms>1</TargetedPlatforms>
<AppType>Application</AppType> <AppType>Application</AppType>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base> <Base>true</Base>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
<Base_Win32>true</Base_Win32> <Base_Win32>true</Base_Win32>
<CfgParent>Base</CfgParent> <CfgParent>Base</CfgParent>
<Base>true</Base> <Base>true</Base>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''"> <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
<Cfg_1>true</Cfg_1> <Cfg_1>true</Cfg_1>
<CfgParent>Base</CfgParent> <CfgParent>Base</CfgParent>
<Base>true</Base> <Base>true</Base>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''"> <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
<Cfg_1_Win32>true</Cfg_1_Win32> <Cfg_1_Win32>true</Cfg_1_Win32>
<CfgParent>Cfg_1</CfgParent> <CfgParent>Cfg_1</CfgParent>
<Cfg_1>true</Cfg_1> <Cfg_1>true</Cfg_1>
<Base>true</Base> <Base>true</Base>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''"> <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2> <Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent> <CfgParent>Base</CfgParent>
<Base>true</Base> <Base>true</Base>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
<Cfg_2_Win32>true</Cfg_2_Win32> <Cfg_2_Win32>true</Cfg_2_Win32>
<CfgParent>Cfg_2</CfgParent> <CfgParent>Cfg_2</CfgParent>
<Cfg_2>true</Cfg_2> <Cfg_2>true</Cfg_2>
<Base>true</Base> <Base>true</Base>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''"> <PropertyGroup Condition="'$(Base)'!=''">
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput> <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
<DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput> <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
<DCC_E>false</DCC_E> <DCC_E>false</DCC_E>
<DCC_N>false</DCC_N> <DCC_N>false</DCC_N>
<DCC_S>false</DCC_S> <DCC_S>false</DCC_S>
<DCC_F>false</DCC_F> <DCC_F>false</DCC_F>
<DCC_K>false</DCC_K> <DCC_K>false</DCC_K>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace> <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
<TMSWebProject>2</TMSWebProject> <TMSWebProject>2</TMSWebProject>
<Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon> <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
<Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns> <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
<TMSWebHTMLFile>TMSWebTemplate.html</TMSWebHTMLFile> <SanitizedProjectName>TMSWebTemplate</SanitizedProjectName>
<SanitizedProjectName>TMSWebTemplate</SanitizedProjectName> <TMSWebHTMLFile>TMSWebTemplate.html</TMSWebHTMLFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''"> <PropertyGroup Condition="'$(Base_Win32)'!=''">
<DCC_UsePackage>DBXSqliteDriver;IndyIPCommon;RESTComponents;bindcompdbx;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;tethering;svnui;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;vclimg;FireDAC;vcltouch;vcldb;bindcompfmx;svn;TMSWEBCorePkgLibDXE12;FireDACSqliteDriver;FireDACPgDriver;inetdb;soaprtl;DbxCommonDriver;fmx;FireDACIBDriver;fmxdae;xmlrtl;soapmidas;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;FireDACCommon;IndyIPClient;TMSWEBCorePkgDXE12;bindcompvcl;RESTBackendComponents;VCLRESTComponents;soapserver;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;CloudService;dsnapxml;FireDACMySQLDriver;dbrtl;IndyProtocols;inetdbxpress;FireDACCommonODBC;FireDACCommonDriver;inet;fmxase;$(DCC_UsePackage)</DCC_UsePackage> <DCC_UsePackage>DBXSqliteDriver;IndyIPCommon;RESTComponents;bindcompdbx;DBXInterBaseDriver;vcl;IndyIPServer;vclactnband;vclFireDAC;IndySystem;tethering;svnui;dsnapcon;FireDACADSDriver;FireDACMSAccDriver;fmxFireDAC;vclimg;FireDAC;vcltouch;vcldb;bindcompfmx;svn;TMSWEBCorePkgLibDXE12;FireDACSqliteDriver;FireDACPgDriver;inetdb;soaprtl;DbxCommonDriver;fmx;FireDACIBDriver;fmxdae;xmlrtl;soapmidas;fmxobj;vclwinx;rtl;DbxClientDriver;CustomIPTransport;vcldsnap;dbexpress;IndyCore;vclx;bindcomp;appanalytics;dsnap;FireDACCommon;IndyIPClient;TMSWEBCorePkgDXE12;bindcompvcl;RESTBackendComponents;VCLRESTComponents;soapserver;dbxcds;VclSmp;adortl;vclie;bindengine;DBXMySQLDriver;CloudService;dsnapxml;FireDACMySQLDriver;dbrtl;IndyProtocols;inetdbxpress;FireDACCommonODBC;FireDACCommonDriver;inet;fmxase;$(DCC_UsePackage)</DCC_UsePackage>
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<BT_BuildType>Debug</BT_BuildType> <BT_BuildType>Debug</BT_BuildType>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys> <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<VerInfo_Locale>1033</VerInfo_Locale> <VerInfo_Locale>1033</VerInfo_Locale>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File> <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''"> <PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
<DCC_DebugDCUs>true</DCC_DebugDCUs> <DCC_DebugDCUs>true</DCC_DebugDCUs>
<DCC_Optimize>false</DCC_Optimize> <DCC_Optimize>false</DCC_Optimize>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames> <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe> <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<DCC_RemoteDebug>true</DCC_RemoteDebug> <DCC_RemoteDebug>true</DCC_RemoteDebug>
<TMSWebDebugInfo>2</TMSWebDebugInfo> <TMSWebDebugInfo>2</TMSWebDebugInfo>
<TMSWebDefines>DEBUG</TMSWebDefines> <TMSWebDefines>DEBUG</TMSWebDefines>
<TMSWebHTMLFile>index.html</TMSWebHTMLFile> <TMSWebObfuscation>2</TMSWebObfuscation>
<TMSWebObfuscation>2</TMSWebObfuscation> <TMSWebOptimization>2</TMSWebOptimization>
<TMSWebOptimization>2</TMSWebOptimization> <TMSWebHTMLFile>index.html</TMSWebHTMLFile>
<TMSWebSingleJS>2</TMSWebSingleJS> <TMSWebSingleJS>2</TMSWebSingleJS>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''"> <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<DCC_RemoteDebug>false</DCC_RemoteDebug> <DCC_RemoteDebug>false</DCC_RemoteDebug>
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''"> <PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols> <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_DebugInformation>0</DCC_DebugInformation> <DCC_DebugInformation>0</DCC_DebugInformation>
<TMSWebObfuscation>2</TMSWebObfuscation> <TMSWebObfuscation>2</TMSWebObfuscation>
<TMSWebOptimization>2</TMSWebOptimization> <TMSWebOptimization>2</TMSWebOptimization>
<TMSWebDefines>RELEASE</TMSWebDefines> <TMSWebDefines>RELEASE</TMSWebDefines>
<TMSWebHTMLFile>TMSWebTemplate.html</TMSWebHTMLFile> </PropertyGroup>
</PropertyGroup> <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes> <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode> </PropertyGroup>
</PropertyGroup> <ItemGroup>
<ItemGroup> <DelphiCompile Include="$(MainSource)">
<DelphiCompile Include="$(MainSource)"> <MainSource>MainSource</MainSource>
<MainSource>MainSource</MainSource> </DelphiCompile>
</DelphiCompile> <DCCReference Include="View.Home.pas">
<DCCReference Include="View.Home.pas"> <Form>FHome</Form>
<Form>FHome</Form> <FormType>dfm</FormType>
<FormType>dfm</FormType> <DesignClass>TWebForm</DesignClass>
<DesignClass>TWebForm</DesignClass> </DCCReference>
</DCCReference> <DCCReference Include="View.Compliance.pas">
<DCCReference Include="View.Compliance.pas"> <Form>FCompliance</Form>
<Form>FCompliance</Form> <FormType>dfm</FormType>
<FormType>dfm</FormType> <DesignClass>TWebForm</DesignClass>
<DesignClass>TWebForm</DesignClass> </DCCReference>
</DCCReference> <DCCReference Include="View.ContactUs.pas">
<DCCReference Include="View.ContactUs.pas"> <Form>FContactUs</Form>
<Form>FContactUs</Form> <FormType>dfm</FormType>
<FormType>dfm</FormType> <DesignClass>TWebForm</DesignClass>
<DesignClass>TWebForm</DesignClass> </DCCReference>
</DCCReference> <DCCReference Include="Navbar.pas">
<DCCReference Include="Navbar.pas"> <Form>FNavbar</Form>
<Form>FNavbar</Form> <FormType>dfm</FormType>
<FormType>dfm</FormType> <DesignClass>TWebForm</DesignClass>
<DesignClass>TWebForm</DesignClass> </DCCReference>
</DCCReference> <DCCReference Include="uSmtpJsWrapper.pas"/>
<DCCReference Include="uSmtpJsWrapper.pas"/> <None Include="TMSWebTemplate.html"/>
<None Include="TMSWebTemplate.html"/> <None Include="css\App.css"/>
<None Include="css\App.css"/> <None Include="images\bridgewoman.jpg">
<None Include="images\bridgewoman.jpg"/> <ResourceType>RCDATA</ResourceType>
<None Include="images\efxLogo.png"/> <ResourceId>JpgImage_1</ResourceId>
<None Include="oldWebsite.html"/> </None>
<None Include="images\coins.jpg"/> <None Include="images\efxLogo.png">
<None Include="images\currency.png"/> <ResourceType>RCDATA</ResourceType>
<None Include="images\efx-location.jpg"/> <ResourceId>PngImage_1</ResourceId>
<None Include="images\bridgewoman2.jpg"/> </None>
<None Include="images\nataliepicture.jpg"/> <None Include="oldWebsite.html"/>
<BuildConfiguration Include="Release"> <None Include="images\coins.jpg">
<Key>Cfg_2</Key> <ResourceType>RCDATA</ResourceType>
<CfgParent>Base</CfgParent> <ResourceId>JpgImage_2</ResourceId>
</BuildConfiguration> </None>
<BuildConfiguration Include="Base"> <None Include="images\currency.png">
<Key>Base</Key> <ResourceType>RCDATA</ResourceType>
</BuildConfiguration> <ResourceId>PngImage_2</ResourceId>
<BuildConfiguration Include="Debug"> </None>
<Key>Cfg_1</Key> <None Include="images\efx-location.jpg">
<CfgParent>Base</CfgParent> <ResourceType>RCDATA</ResourceType>
</BuildConfiguration> <ResourceId>JpgImage_3</ResourceId>
</ItemGroup> </None>
<ProjectExtensions> <None Include="images\bridgewoman2.jpg">
<Borland.Personality>Delphi.Personality.12</Borland.Personality> <ResourceType>RCDATA</ResourceType>
<Borland.ProjectType>Application</Borland.ProjectType> <ResourceId>JpgImage_4</ResourceId>
<BorlandProject> </None>
<Delphi.Personality> <None Include="images\nataliepicture.jpg">
<Source> <ResourceType>RCDATA</ResourceType>
<Source Name="MainSource">TMSWebTemplate.dpr</Source> <ResourceId>JpgImage_5</ResourceId>
</Source> </None>
</Delphi.Personality> <BuildConfiguration Include="Base">
<Deployment Version="3"> <Key>Base</Key>
<DeployFile LocalName="Win32\Debug\TMSWebTemplate.exe" Configuration="Debug" Class="ProjectOutput"> </BuildConfiguration>
<Platform Name="Win32"> <BuildConfiguration Include="Debug">
<RemoteName>TMSWebTemplate.exe</RemoteName> <Key>Cfg_1</Key>
<Overwrite>true</Overwrite> <CfgParent>Base</CfgParent>
</Platform> </BuildConfiguration>
</DeployFile> <BuildConfiguration Include="Release">
<DeployFile LocalName="TMSWebTemplate.html" Configuration="Debug" Class="ProjectFile"> <Key>Cfg_2</Key>
<Platform Name="Win32"> <CfgParent>Base</CfgParent>
<RemoteDir>.\</RemoteDir> </BuildConfiguration>
<Overwrite>true</Overwrite> </ItemGroup>
</Platform> <ProjectExtensions>
</DeployFile> <Borland.Personality>Delphi.Personality.12</Borland.Personality>
<DeployClass Name="AdditionalDebugSymbols"> <Borland.ProjectType>Application</Borland.ProjectType>
<Platform Name="iOSSimulator"> <BorlandProject>
<Operation>1</Operation> <Delphi.Personality>
</Platform> <Source>
<Platform Name="OSX32"> <Source Name="MainSource">TMSWebTemplate.dpr</Source>
<RemoteDir>Contents\MacOS</RemoteDir> </Source>
<Operation>1</Operation> </Delphi.Personality>
</Platform> <Deployment Version="4">
<Platform Name="Win32"> <DeployFile LocalName="TMSWebTemplate.html" Configuration="Debug" Class="ProjectFile"/>
<Operation>0</Operation> <DeployFile LocalName="Win32\Debug\TMSWebTemplate.exe" Configuration="Debug" Class="ProjectOutput"/>
</Platform> <DeployClass Name="AdditionalDebugSymbols">
</DeployClass> <Platform Name="iOSSimulator">
<DeployClass Name="AndroidClassesDexFile"> <Operation>1</Operation>
<Platform Name="Android"> </Platform>
<RemoteDir>classes</RemoteDir> <Platform Name="OSX32">
<Operation>1</Operation> <RemoteDir>Contents\MacOS</RemoteDir>
</Platform> <Operation>1</Operation>
</DeployClass> </Platform>
<DeployClass Name="AndroidGDBServer"> <Platform Name="Win32">
<Platform Name="Android"> <Operation>0</Operation>
<RemoteDir>library\lib\armeabi-v7a</RemoteDir> </Platform>
<Operation>1</Operation> </DeployClass>
</Platform> <DeployClass Name="AndroidClasses">
</DeployClass> <Platform Name="Android">
<DeployClass Name="AndroidLibnativeArmeabiFile"> <RemoteDir>classes</RemoteDir>
<Platform Name="Android"> <Operation>64</Operation>
<RemoteDir>library\lib\armeabi</RemoteDir> </Platform>
<Operation>1</Operation> <Platform Name="Android64">
</Platform> <RemoteDir>classes</RemoteDir>
</DeployClass> <Operation>64</Operation>
<DeployClass Name="AndroidLibnativeMipsFile"> </Platform>
<Platform Name="Android"> </DeployClass>
<RemoteDir>library\lib\mips</RemoteDir> <DeployClass Name="AndroidFileProvider">
<Operation>1</Operation> <Platform Name="Android">
</Platform> <RemoteDir>res\xml</RemoteDir>
</DeployClass> <Operation>1</Operation>
<DeployClass Name="AndroidServiceOutput"> </Platform>
<Platform Name="Android"> <Platform Name="Android64">
<RemoteDir>library\lib\armeabi-v7a</RemoteDir> <RemoteDir>res\xml</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="AndroidSplashImageDef"> <DeployClass Name="AndroidGDBServer">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\drawable</RemoteDir> <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="AndroidSplashStyles"> <DeployClass Name="AndroidLibnativeArmeabiFile">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\values</RemoteDir> <RemoteDir>library\lib\armeabi</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="Android64">
<DeployClass Name="Android_DefaultAppIcon"> <RemoteDir>library\lib\armeabi</RemoteDir>
<Platform Name="Android"> <Operation>1</Operation>
<RemoteDir>res\drawable</RemoteDir> </Platform>
<Operation>1</Operation> </DeployClass>
</Platform> <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
</DeployClass> <Platform Name="Android64">
<DeployClass Name="Android_LauncherIcon144"> <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
<Platform Name="Android"> <Operation>1</Operation>
<RemoteDir>res\drawable-xxhdpi</RemoteDir> </Platform>
<Operation>1</Operation> </DeployClass>
</Platform> <DeployClass Name="AndroidLibnativeMipsFile">
</DeployClass> <Platform Name="Android">
<DeployClass Name="Android_LauncherIcon36"> <RemoteDir>library\lib\mips</RemoteDir>
<Platform Name="Android"> <Operation>1</Operation>
<RemoteDir>res\drawable-ldpi</RemoteDir> </Platform>
<Operation>1</Operation> <Platform Name="Android64">
</Platform> <RemoteDir>library\lib\mips</RemoteDir>
</DeployClass> <Operation>1</Operation>
<DeployClass Name="Android_LauncherIcon48"> </Platform>
<Platform Name="Android"> </DeployClass>
<RemoteDir>res\drawable-mdpi</RemoteDir> <DeployClass Name="AndroidServiceOutput">
<Operation>1</Operation> <Platform Name="Android">
</Platform> <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
</DeployClass> <Operation>1</Operation>
<DeployClass Name="Android_LauncherIcon72"> </Platform>
<Platform Name="Android"> <Platform Name="Android64">
<RemoteDir>res\drawable-hdpi</RemoteDir> <RemoteDir>library\lib\arm64-v8a</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="Android_LauncherIcon96"> <DeployClass Name="AndroidServiceOutput_Android32">
<Platform Name="Android"> <Platform Name="Android64">
<RemoteDir>res\drawable-xhdpi</RemoteDir> <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="Android_SplashImage426"> <DeployClass Name="AndroidSplashImageDef">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\drawable-small</RemoteDir> <RemoteDir>res\drawable</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="Android64">
<DeployClass Name="Android_SplashImage470"> <RemoteDir>res\drawable</RemoteDir>
<Platform Name="Android"> <Operation>1</Operation>
<RemoteDir>res\drawable-normal</RemoteDir> </Platform>
<Operation>1</Operation> </DeployClass>
</Platform> <DeployClass Name="AndroidSplashStyles">
</DeployClass> <Platform Name="Android">
<DeployClass Name="Android_SplashImage640"> <RemoteDir>res\values</RemoteDir>
<Platform Name="Android"> <Operation>1</Operation>
<RemoteDir>res\drawable-large</RemoteDir> </Platform>
<Operation>1</Operation> <Platform Name="Android64">
</Platform> <RemoteDir>res\values</RemoteDir>
</DeployClass> <Operation>1</Operation>
<DeployClass Name="Android_SplashImage960"> </Platform>
<Platform Name="Android"> </DeployClass>
<RemoteDir>res\drawable-xlarge</RemoteDir> <DeployClass Name="AndroidSplashStylesV21">
<Operation>1</Operation> <Platform Name="Android">
</Platform> <RemoteDir>res\values-v21</RemoteDir>
</DeployClass> <Operation>1</Operation>
<DeployClass Name="DebugSymbols"> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="Android64">
<Operation>1</Operation> <RemoteDir>res\values-v21</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="OSX32"> </Platform>
<RemoteDir>Contents\MacOS</RemoteDir> </DeployClass>
<Operation>1</Operation> <DeployClass Name="Android_Colors">
</Platform> <Platform Name="Android">
<Platform Name="Win32"> <RemoteDir>res\values</RemoteDir>
<Operation>0</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="Android64">
<DeployClass Name="DependencyFramework"> <RemoteDir>res\values</RemoteDir>
<Platform Name="OSX32"> <Operation>1</Operation>
<RemoteDir>Contents\MacOS</RemoteDir> </Platform>
<Operation>1</Operation> </DeployClass>
<Extensions>.framework</Extensions> <DeployClass Name="Android_DefaultAppIcon">
</Platform> <Platform Name="Android">
<Platform Name="Win32"> <RemoteDir>res\drawable</RemoteDir>
<Operation>0</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="Android64">
<DeployClass Name="DependencyModule"> <RemoteDir>res\drawable</RemoteDir>
<Platform Name="iOSDevice32"> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
<Extensions>.dylib</Extensions> </DeployClass>
</Platform> <DeployClass Name="Android_LauncherIcon144">
<Platform Name="iOSDevice64"> <Platform Name="Android">
<Operation>1</Operation> <RemoteDir>res\drawable-xxhdpi</RemoteDir>
<Extensions>.dylib</Extensions> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="Android64">
<Operation>1</Operation> <RemoteDir>res\drawable-xxhdpi</RemoteDir>
<Extensions>.dylib</Extensions> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="OSX32"> </DeployClass>
<RemoteDir>Contents\MacOS</RemoteDir> <DeployClass Name="Android_LauncherIcon192">
<Operation>1</Operation> <Platform Name="Android">
<Extensions>.dylib</Extensions> <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="Win32"> </Platform>
<Operation>0</Operation> <Platform Name="Android64">
<Extensions>.dll;.bpl</Extensions> <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
</Platform> <Operation>1</Operation>
</DeployClass> </Platform>
<DeployClass Required="true" Name="DependencyPackage"> </DeployClass>
<Platform Name="iOSDevice32"> <DeployClass Name="Android_LauncherIcon36">
<Operation>1</Operation> <Platform Name="Android">
<Extensions>.dylib</Extensions> <RemoteDir>res\drawable-ldpi</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="iOSDevice64"> </Platform>
<Operation>1</Operation> <Platform Name="Android64">
<Extensions>.dylib</Extensions> <RemoteDir>res\drawable-ldpi</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="iOSSimulator"> </Platform>
<Operation>1</Operation> </DeployClass>
<Extensions>.dylib</Extensions> <DeployClass Name="Android_LauncherIcon48">
</Platform> <Platform Name="Android">
<Platform Name="OSX32"> <RemoteDir>res\drawable-mdpi</RemoteDir>
<RemoteDir>Contents\MacOS</RemoteDir> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
<Extensions>.dylib</Extensions> <Platform Name="Android64">
</Platform> <RemoteDir>res\drawable-mdpi</RemoteDir>
<Platform Name="Win32"> <Operation>1</Operation>
<Operation>0</Operation> </Platform>
<Extensions>.bpl</Extensions> </DeployClass>
</Platform> <DeployClass Name="Android_LauncherIcon72">
</DeployClass> <Platform Name="Android">
<DeployClass Name="File"> <RemoteDir>res\drawable-hdpi</RemoteDir>
<Platform Name="Android"> <Operation>1</Operation>
<Operation>0</Operation> </Platform>
</Platform> <Platform Name="Android64">
<Platform Name="iOSDevice32"> <RemoteDir>res\drawable-hdpi</RemoteDir>
<Operation>0</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> </DeployClass>
<Operation>0</Operation> <DeployClass Name="Android_LauncherIcon96">
</Platform> <Platform Name="Android">
<Platform Name="iOSSimulator"> <RemoteDir>res\drawable-xhdpi</RemoteDir>
<Operation>0</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="OSX32"> <Platform Name="Android64">
<RemoteDir>Contents\Resources\StartUp\</RemoteDir> <RemoteDir>res\drawable-xhdpi</RemoteDir>
<Operation>0</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Win32"> </DeployClass>
<Operation>0</Operation> <DeployClass Name="Android_NotificationIcon24">
</Platform> <Platform Name="Android">
</DeployClass> <RemoteDir>res\drawable-mdpi</RemoteDir>
<DeployClass Name="iPad_Launch1024x768"> <Operation>1</Operation>
<Platform Name="iOSDevice32"> </Platform>
<Operation>1</Operation> <Platform Name="Android64">
</Platform> <RemoteDir>res\drawable-mdpi</RemoteDir>
<Platform Name="iOSDevice64"> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
</Platform> </DeployClass>
<Platform Name="iOSSimulator"> <DeployClass Name="Android_NotificationIcon36">
<Operation>1</Operation> <Platform Name="Android">
</Platform> <RemoteDir>res\drawable-hdpi</RemoteDir>
</DeployClass> <Operation>1</Operation>
<DeployClass Name="iPad_Launch1536x2048"> </Platform>
<Platform Name="iOSDevice32"> <Platform Name="Android64">
<Operation>1</Operation> <RemoteDir>res\drawable-hdpi</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="iOSDevice64"> </Platform>
<Operation>1</Operation> </DeployClass>
</Platform> <DeployClass Name="Android_NotificationIcon48">
<Platform Name="iOSSimulator"> <Platform Name="Android">
<Operation>1</Operation> <RemoteDir>res\drawable-xhdpi</RemoteDir>
</Platform> <Operation>1</Operation>
</DeployClass> </Platform>
<DeployClass Name="iPad_Launch1668"> <Platform Name="Android64">
<Platform Name="iOSDevice32"> <RemoteDir>res\drawable-xhdpi</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> </DeployClass>
<Operation>1</Operation> <DeployClass Name="Android_NotificationIcon72">
</Platform> <Platform Name="Android">
<Platform Name="iOSSimulator"> <RemoteDir>res\drawable-xxhdpi</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="Android64">
<DeployClass Name="iPad_Launch1668x2388"> <RemoteDir>res\drawable-xxhdpi</RemoteDir>
<Platform Name="iOSDevice32"> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
</Platform> </DeployClass>
<Platform Name="iOSDevice64"> <DeployClass Name="Android_NotificationIcon96">
<Operation>1</Operation> <Platform Name="Android">
</Platform> <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
<Platform Name="iOSSimulator"> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="Android64">
</DeployClass> <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
<DeployClass Name="iPad_Launch2048x1536"> <Operation>1</Operation>
<Platform Name="iOSDevice32"> </Platform>
<Operation>1</Operation> </DeployClass>
</Platform> <DeployClass Name="Android_SplashImage426">
<Platform Name="iOSDevice64"> <Platform Name="Android">
<Operation>1</Operation> <RemoteDir>res\drawable-small</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="iOSSimulator"> </Platform>
<Operation>1</Operation> <Platform Name="Android64">
</Platform> <RemoteDir>res\drawable-small</RemoteDir>
</DeployClass> <Operation>1</Operation>
<DeployClass Name="iPad_Launch2048x2732"> </Platform>
<Platform Name="iOSDevice32"> </DeployClass>
<Operation>1</Operation> <DeployClass Name="Android_SplashImage470">
</Platform> <Platform Name="Android">
<Platform Name="iOSDevice64"> <RemoteDir>res\drawable-normal</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="Android64">
<Operation>1</Operation> <RemoteDir>res\drawable-normal</RemoteDir>
</Platform> <Operation>1</Operation>
</DeployClass> </Platform>
<DeployClass Name="iPad_Launch2224"> </DeployClass>
<Platform Name="iOSDevice32"> <DeployClass Name="Android_SplashImage640">
<Operation>1</Operation> <Platform Name="Android">
</Platform> <RemoteDir>res\drawable-large</RemoteDir>
<Platform Name="iOSDevice64"> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="Android64">
<Platform Name="iOSSimulator"> <RemoteDir>res\drawable-large</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPad_Launch2388x1668"> <DeployClass Name="Android_SplashImage960">
<Platform Name="iOSDevice32"> <Platform Name="Android">
<Operation>1</Operation> <RemoteDir>res\drawable-xlarge</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="iOSDevice64"> </Platform>
<Operation>1</Operation> <Platform Name="Android64">
</Platform> <RemoteDir>res\drawable-xlarge</RemoteDir>
<Platform Name="iOSSimulator"> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
</Platform> </DeployClass>
</DeployClass> <DeployClass Name="Android_Strings">
<DeployClass Name="iPad_Launch2732x2048"> <Platform Name="Android">
<Platform Name="iOSDevice32"> <RemoteDir>res\values</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="Android64">
<Operation>1</Operation> <RemoteDir>res\values</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="iOSSimulator"> </Platform>
<Operation>1</Operation> </DeployClass>
</Platform> <DeployClass Name="DebugSymbols">
</DeployClass> <Platform Name="iOSSimulator">
<DeployClass Name="iPad_Launch768x1024"> <Operation>1</Operation>
<Platform Name="iOSDevice32"> </Platform>
<Operation>1</Operation> <Platform Name="OSX32">
</Platform> <RemoteDir>Contents\MacOS</RemoteDir>
<Platform Name="iOSDevice64"> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="Win32">
<Platform Name="iOSSimulator"> <Operation>0</Operation>
<Operation>1</Operation> </Platform>
</Platform> </DeployClass>
</DeployClass> <DeployClass Name="DependencyFramework">
<DeployClass Name="iPhone_Launch1125"> <Platform Name="OSX32">
<Platform Name="iOSDevice32"> <RemoteDir>Contents\MacOS</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> <Extensions>.framework</Extensions>
<Platform Name="iOSDevice64"> </Platform>
<Operation>1</Operation> <Platform Name="OSX64">
</Platform> <RemoteDir>Contents\MacOS</RemoteDir>
<Platform Name="iOSSimulator"> <Operation>1</Operation>
<Operation>1</Operation> <Extensions>.framework</Extensions>
</Platform> </Platform>
</DeployClass> <Platform Name="OSXARM64">
<DeployClass Name="iPhone_Launch1136x640"> <RemoteDir>Contents\MacOS</RemoteDir>
<Platform Name="iOSDevice32"> <Operation>1</Operation>
<Operation>1</Operation> <Extensions>.framework</Extensions>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="Win32">
<Operation>1</Operation> <Operation>0</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> </DeployClass>
<Operation>1</Operation> <DeployClass Name="DependencyModule">
</Platform> <Platform Name="iOSDevice32">
</DeployClass> <Operation>1</Operation>
<DeployClass Name="iPhone_Launch1242"> <Extensions>.dylib</Extensions>
<Platform Name="iOSDevice32"> </Platform>
<Operation>1</Operation> <Platform Name="iOSDevice64">
</Platform> <Operation>1</Operation>
<Platform Name="iOSDevice64"> <Extensions>.dylib</Extensions>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="iOSSimARM64">
<Platform Name="iOSSimulator"> <Operation>1</Operation>
<Operation>1</Operation> <Extensions>.dylib</Extensions>
</Platform> </Platform>
</DeployClass> <Platform Name="OSX32">
<DeployClass Name="iPhone_Launch1242x2688"> <RemoteDir>Contents\MacOS</RemoteDir>
<Platform Name="iOSDevice32"> <Operation>1</Operation>
<Operation>1</Operation> <Extensions>.dylib</Extensions>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="OSX64">
<Operation>1</Operation> <RemoteDir>Contents\MacOS</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="iOSSimulator"> <Extensions>.dylib</Extensions>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="OSXARM64">
</DeployClass> <RemoteDir>Contents\MacOS</RemoteDir>
<DeployClass Name="iPhone_Launch1334"> <Operation>1</Operation>
<Platform Name="iOSDevice32"> <Extensions>.dylib</Extensions>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="Win32">
<Platform Name="iOSDevice64"> <Operation>0</Operation>
<Operation>1</Operation> <Extensions>.dll;.bpl</Extensions>
</Platform> </Platform>
<Platform Name="iOSSimulator"> </DeployClass>
<Operation>1</Operation> <DeployClass Required="true" Name="DependencyPackage">
</Platform> <Platform Name="iOSDevice32">
</DeployClass> <Operation>1</Operation>
<DeployClass Name="iPhone_Launch1792"> <Extensions>.dylib</Extensions>
<Platform Name="iOSDevice32"> </Platform>
<Operation>1</Operation> <Platform Name="iOSDevice64">
</Platform> <Operation>1</Operation>
<Platform Name="iOSDevice64"> <Extensions>.dylib</Extensions>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="iOSSimARM64">
<Platform Name="iOSSimulator"> <Operation>1</Operation>
<Operation>1</Operation> <Extensions>.dylib</Extensions>
</Platform> </Platform>
</DeployClass> <Platform Name="OSX32">
<DeployClass Name="iPhone_Launch2208"> <RemoteDir>Contents\MacOS</RemoteDir>
<Platform Name="iOSDevice32"> <Operation>1</Operation>
<Operation>1</Operation> <Extensions>.dylib</Extensions>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="OSX64">
<Operation>1</Operation> <RemoteDir>Contents\MacOS</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="iOSSimulator"> <Extensions>.dylib</Extensions>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="OSXARM64">
</DeployClass> <RemoteDir>Contents\MacOS</RemoteDir>
<DeployClass Name="iPhone_Launch2436"> <Operation>1</Operation>
<Platform Name="iOSDevice32"> <Extensions>.dylib</Extensions>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="Win32">
<Platform Name="iOSDevice64"> <Operation>0</Operation>
<Operation>1</Operation> <Extensions>.bpl</Extensions>
</Platform> </Platform>
<Platform Name="iOSSimulator"> </DeployClass>
<Operation>1</Operation> <DeployClass Name="File">
</Platform> <Platform Name="Android">
</DeployClass> <Operation>0</Operation>
<DeployClass Name="iPhone_Launch2688x1242"> </Platform>
<Platform Name="iOSDevice32"> <Platform Name="Android64">
<Operation>1</Operation> <Operation>0</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice32">
<Operation>1</Operation> <Operation>0</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSDevice64">
<Operation>1</Operation> <Operation>0</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="iOSSimARM64">
<DeployClass Name="iPhone_Launch320"> <Operation>0</Operation>
<Platform Name="iOSDevice32"> </Platform>
<Operation>1</Operation> <Platform Name="OSX32">
</Platform> <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
<Platform Name="iOSDevice64"> <Operation>0</Operation>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="OSX64">
<Platform Name="iOSSimulator"> <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
<Operation>1</Operation> <Operation>0</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="OSXARM64">
<DeployClass Name="iPhone_Launch640"> <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
<Platform Name="iOSDevice32"> <Operation>0</Operation>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="Win32">
<Platform Name="iOSDevice64"> <Operation>0</Operation>
<Operation>1</Operation> </Platform>
</Platform> </DeployClass>
<Platform Name="iOSSimulator"> <DeployClass Name="ProjectAndroidManifest">
<Operation>1</Operation> <Platform Name="Android">
</Platform> <Operation>1</Operation>
</DeployClass> </Platform>
<DeployClass Name="iPhone_Launch640x1136"> <Platform Name="Android64">
<Platform Name="iOSDevice32"> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
</Platform> </DeployClass>
<Platform Name="iOSDevice64"> <DeployClass Name="ProjectOSXDebug">
<Operation>1</Operation> <Platform Name="OSX64">
</Platform> <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
<Platform Name="iOSSimulator"> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="OSXARM64">
</DeployClass> <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
<DeployClass Name="iPhone_Launch750"> <Operation>1</Operation>
<Platform Name="iOSDevice32"> </Platform>
<Operation>1</Operation> </DeployClass>
</Platform> <DeployClass Name="ProjectOSXEntitlements">
<Platform Name="iOSDevice64"> <Platform Name="OSX32">
<Operation>1</Operation> <RemoteDir>..\</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="iOSSimulator"> </Platform>
<Operation>1</Operation> <Platform Name="OSX64">
</Platform> <RemoteDir>..\</RemoteDir>
</DeployClass> <Operation>1</Operation>
<DeployClass Name="iPhone_Launch828"> </Platform>
<Platform Name="iOSDevice32"> <Platform Name="OSXARM64">
<Operation>1</Operation> <RemoteDir>..\</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="iOSDevice64"> </Platform>
<Operation>1</Operation> </DeployClass>
</Platform> <DeployClass Name="ProjectOSXInfoPList">
<Platform Name="iOSSimulator"> <Platform Name="OSX32">
<Operation>1</Operation> <RemoteDir>Contents</RemoteDir>
</Platform> <Operation>1</Operation>
</DeployClass> </Platform>
<DeployClass Name="ProjectAndroidManifest"> <Platform Name="OSX64">
<Platform Name="Android"> <RemoteDir>Contents</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="OSXARM64">
<DeployClass Name="ProjectiOSDeviceDebug"> <RemoteDir>Contents</RemoteDir>
<Platform Name="iOSDevice32"> <Operation>1</Operation>
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir> </Platform>
<Operation>1</Operation> </DeployClass>
</Platform> <DeployClass Name="ProjectOSXResource">
<Platform Name="iOSDevice64"> <Platform Name="OSX32">
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir> <RemoteDir>Contents\Resources</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="OSX64">
<DeployClass Name="ProjectiOSDeviceResourceRules"> <RemoteDir>Contents\Resources</RemoteDir>
<Platform Name="iOSDevice32"> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="OSXARM64">
<Platform Name="iOSDevice64"> <RemoteDir>Contents\Resources</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="ProjectiOSEntitlements"> <DeployClass Required="true" Name="ProjectOutput">
<Platform Name="iOSDevice32"> <Platform Name="Android">
<RemoteDir>..\</RemoteDir> <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="Android64">
<RemoteDir>..\</RemoteDir> <RemoteDir>library\lib\arm64-v8a</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="iOSDevice32">
<DeployClass Name="ProjectiOSInfoPList"> <Operation>1</Operation>
<Platform Name="iOSDevice32"> </Platform>
<Operation>1</Operation> <Platform Name="iOSDevice64">
</Platform> <Operation>1</Operation>
<Platform Name="iOSDevice64"> </Platform>
<Operation>1</Operation> <Platform Name="iOSSimARM64">
</Platform> <Operation>1</Operation>
<Platform Name="iOSSimulator"> </Platform>
<Operation>1</Operation> <Platform Name="Linux64">
</Platform> <Operation>1</Operation>
</DeployClass> </Platform>
<DeployClass Name="ProjectiOSResource"> <Platform Name="OSX32">
<Platform Name="iOSDevice32"> <RemoteDir>Contents\MacOS</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="OSX64">
<Operation>1</Operation> <RemoteDir>Contents\MacOS</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="iOSSimulator"> </Platform>
<Operation>1</Operation> <Platform Name="OSXARM64">
</Platform> <RemoteDir>Contents\MacOS</RemoteDir>
</DeployClass> <Operation>1</Operation>
<DeployClass Name="ProjectOSXEntitlements"> </Platform>
<Platform Name="OSX32"> <Platform Name="Win32">
<RemoteDir>..\</RemoteDir> <Operation>0</Operation>
<Operation>1</Operation> </Platform>
</Platform> </DeployClass>
</DeployClass> <DeployClass Name="ProjectOutput_Android32">
<DeployClass Name="ProjectOSXInfoPList"> <Platform Name="Android64">
<Platform Name="OSX32"> <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
<RemoteDir>Contents</RemoteDir> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
</Platform> </DeployClass>
</DeployClass> <DeployClass Name="ProjectUWPManifest">
<DeployClass Name="ProjectOSXResource"> <Platform Name="Win32">
<Platform Name="OSX32"> <Operation>1</Operation>
<RemoteDir>Contents\Resources</RemoteDir> </Platform>
<Operation>1</Operation> <Platform Name="Win64">
</Platform> <Operation>1</Operation>
</DeployClass> </Platform>
<DeployClass Required="true" Name="ProjectOutput"> </DeployClass>
<Platform Name="Android"> <DeployClass Name="ProjectiOSDeviceDebug">
<RemoteDir>library\lib\armeabi-v7a</RemoteDir> <Platform Name="iOSDevice32">
<Operation>1</Operation> <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
</Platform> <Operation>1</Operation>
<Platform Name="iOSDevice32"> </Platform>
<Operation>1</Operation> <Platform Name="iOSDevice64">
</Platform> <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
<Platform Name="iOSDevice64"> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="iOSSimARM64">
<Platform Name="iOSSimulator"> <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Linux64"> </DeployClass>
<Operation>1</Operation> <DeployClass Name="ProjectiOSEntitlements">
</Platform> <Platform Name="iOSDevice32">
<Platform Name="OSX32"> <RemoteDir>..\</RemoteDir>
<RemoteDir>Contents\MacOS</RemoteDir> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
</Platform> <Platform Name="iOSDevice64">
<Platform Name="Win32"> <RemoteDir>..\</RemoteDir>
<Operation>0</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="iOSSimARM64">
<DeployClass Name="ProjectUWPManifest"> <RemoteDir>..\</RemoteDir>
<Platform Name="Win32"> <Operation>1</Operation>
<Operation>1</Operation> </Platform>
</Platform> </DeployClass>
<Platform Name="Win64"> <DeployClass Name="ProjectiOSInfoPList">
<Operation>1</Operation> <Platform Name="iOSDevice32">
</Platform> <Operation>1</Operation>
</DeployClass> </Platform>
<DeployClass Name="UWP_DelphiLogo150"> <Platform Name="iOSDevice64">
<Platform Name="Win32"> <Operation>1</Operation>
<RemoteDir>Assets</RemoteDir> </Platform>
<Operation>1</Operation> <Platform Name="iOSSimARM64">
</Platform> <Operation>1</Operation>
<Platform Name="Win64"> </Platform>
<RemoteDir>Assets</RemoteDir> </DeployClass>
<Operation>1</Operation> <DeployClass Name="ProjectiOSLaunchScreen">
</Platform> <Platform Name="iOSDevice64">
</DeployClass> <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
<DeployClass Name="UWP_DelphiLogo44"> <Operation>64</Operation>
<Platform Name="Win32"> </Platform>
<RemoteDir>Assets</RemoteDir> <Platform Name="iOSSimARM64">
<Operation>1</Operation> <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
</Platform> <Operation>64</Operation>
<Platform Name="Win64"> </Platform>
<RemoteDir>Assets</RemoteDir> </DeployClass>
<Operation>1</Operation> <DeployClass Name="ProjectiOSResource">
</Platform> <Platform Name="iOSDevice32">
</DeployClass> <Operation>1</Operation>
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/> </Platform>
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/> <Platform Name="iOSDevice64">
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/> <Operation>1</Operation>
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/> </Platform>
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/> <Platform Name="iOSSimARM64">
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/> <Operation>1</Operation>
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> </Platform>
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> </DeployClass>
</Deployment> <DeployClass Name="UWP_DelphiLogo150">
<Platforms> <Platform Name="Win32">
<Platform value="Win32">True</Platform> <RemoteDir>Assets</RemoteDir>
<Platform value="Win64">False</Platform> <Operation>1</Operation>
</Platforms> </Platform>
</BorlandProject> <Platform Name="Win64">
<ProjectFileVersion>12</ProjectFileVersion> <RemoteDir>Assets</RemoteDir>
</ProjectExtensions> <Operation>1</Operation>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/> </Platform>
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/> </DeployClass>
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/> <DeployClass Name="UWP_DelphiLogo44">
</Project> <Platform Name="Win32">
\ No newline at end of file <RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Win64">
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iOS_AppStore1024">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPad_AppIcon152">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPad_AppIcon167">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPad_Launch2x">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPad_LaunchDark2x">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPad_Notification40">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPad_Setting58">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPad_SpotLight80">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPhone_AppIcon120">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPhone_AppIcon180">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPhone_Launch2x">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPhone_Launch3x">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPhone_LaunchDark2x">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPhone_LaunchDark3x">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPhone_Notification40">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPhone_Notification60">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPhone_Setting58">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPhone_Setting87">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPhone_Spotlight120">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="iPhone_Spotlight80">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
</Deployment>
<Platforms>
<Platform value="Win32">True</Platform>
<Platform value="Win64">False</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
</Project>
[Paths]
HtmlPath=C:\Projects\efxCurrencyExchangeWebsite\TMSWeb\Debug
HtmlFile=index.html
DefaultURL=http://localhost:8000/TMSWebTemplate
SingleInstance=0
Debug=0
DebugManager=C:\RADTools\TMSSoftware\TMS WEB Core RSXE14\Bin\Win32\TMSDBGManager.exe
URL=http://localhost:8000/$(ProjectName)
URLParams=
Browser=1
BrowserBin=
BrowserParams=
Electron=0
ElectronBuild=0
JSDebugger=1
...@@ -20,8 +20,8 @@ body { ...@@ -20,8 +20,8 @@ body {
} }
.em-navbar-wrap .navbar { .em-navbar-wrap .navbar {
padding-top: 0; padding-top: 20;
padding-bottom: 0; padding-bottom: 20;
transition: height 0.3s ease-in-out; transition: height 0.3s ease-in-out;
position: fixed; position: fixed;
width: 100%; width: 100%;
...@@ -46,13 +46,13 @@ body { ...@@ -46,13 +46,13 @@ body {
.navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item.active .nav-link { .navbar-nav .nav-item.active .nav-link {
color: #272727; color: #272727;
box-shadow: inset 0 -4px 0 0 #ff2a13; box-shadow: inset 0 -4px 0 0 #28a745;
} }
@media (max-width: 992px) { @media (max-width: 992px) {
.navbar-nav .nav-link { .navbar-nav .nav-link {
padding-top: 10px; padding-top: 20px;
padding-bottom: 10px; padding-bottom: 20px;
height: auto; height: auto;
} }
} }
...@@ -194,7 +194,5 @@ blockquote { ...@@ -194,7 +194,5 @@ blockquote {
.btn-primary { .btn-primary {
background-color: #28a745; background-color: #28a745;
/* Use a green color to match your theme */
border-color: #28a745; border-color: #28a745;
/* Additional button styling if needed */
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment