<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>640</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>True</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\ASMAT\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.loader span{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(#14ffe9,#ffeb3b,#ff00e0);
}
.loader{
 
    margin:auto !important;
    left: 0px !important;
    top: 0px !important;
    bottom: 0px !important;;
    right: 0px !important;
}

.loader:before{
	content: &apos;&apos;;
	background: #230227;
        position:absolute;
        border-radius:50%;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
        z-index:10;
}

@keyframes animate{
	0%{
	      transform: rotate(0deg);
	}
	100%{
	      transform: rotate(360deg);
	}

}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<style>background-color:#230227</style>
					<Components>
						<Container id="Container1">
							<left>252px</left>
							<top>131px</top>
							<width>100px</width>
							<height>100px</height>
							<style>background-image:linear-gradient(#14ffe9,#ffeb3b,#ff00e0);border-radius:50%;max-height:100px;max-width:100px;min-height:100px;min-width:100px;overflow-x:visible;overflow-y:visible;animation-duration:0.5s;animation-iteration-count:infinite;animation-name:animate;animation-timing-function:linear</style>
							<css_class>loader</css_class>
							<html>&lt;span style=&quot;filter:blur(5px)&quot;&gt;&lt;/span&gt;
&lt;span style=&quot;filter:blur(10px)&quot;&gt;&lt;/span&gt;
&lt;span style=&quot;filter:blur(25px)&quot;&gt;&lt;/span&gt;
&lt;span style=&quot;filter:blur(50px)&quot;&gt;&lt;/span&gt;</html>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>640px</width>
							<height>480px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
