-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefinition.target
25 lines (25 loc) · 985 Bytes
/
Definition.target
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<DeploymentTarget>
<Id>STATICFRONTEND</Id>
<Name>Static Front end</Name>
<DeploymentScopes>
<Scope Id = "Frontend" />
</DeploymentScopes>
<Version>0.1</Version>
<Description>Deploy Front end Applications to Cloud Provider Object Storage</Description>
<DeployMsbuild>deploy.msbuild</DeployMsbuild>
<DeployMsbuildTarget>Deploy</DeployMsbuildTarget>
<PackageTargets>staticfrontend.targets</PackageTargets>
<ResolverFactory>GeneXus.Deployment.StaticFrontendResolvers.ResolverFactory</ResolverFactory>
<Languages>
<Language Id="15" ApplicationServer="IIS8"/>
<Language Id="12" ApplicationServer="Tomcat 8.x"/>
<Language Id="41" ApplicationServer="Kestrel"/>
</Languages>
<DataSources>
<DataSource Id="12" /> <!-- Microsoft SQL Server -->
<DataSource Id="18" /> <!-- MySQL -->
<DataSource Id="15" /> <!-- POSTGRESQL -->
<DataSource Id="7" /> <!-- Oracle -->
</DataSources>
<PropertiesDefinitions>Properties.xml</PropertiesDefinitions>
</DeploymentTarget>