-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathappgw-aseilbssl.deployproj
70 lines (70 loc) · 3.12 KB
/
appgw-aseilbssl.deployproj
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>b741c32b-6ab7-4c39-a221-d7f4010f628d</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworkIdentifier>Deployment</TargetFrameworkIdentifier>
<TargetFrameworkVersion>1.0</TargetFrameworkVersion>
<PrepareForBuildDependsOn>
</PrepareForBuildDependsOn>
</PropertyGroup>
<Import Condition=" Exists('Deployment.targets') " Project="Deployment.targets" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
<!-- vertag<:>start tokens<:>maj.min -->
<Import Condition=" Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Deployment\1.1\DeploymentProject.targets') " Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Deployment\1.1\DeploymentProject.targets" />
<!-- vertag<:>end -->
<ItemGroup>
<None Include="Add-WebAppToAppGw.ps1" />
<None Include="appgw-aseilbssl.sln" />
<None Include="azuredeploy.json" />
<None Include="azuredeploy-webapp.json" />
<None Include="azuredeploy.local.parameters.json" />
<None Include="azuredeploy.parameters.json" />
<None Include="Deployment.targets">
<Visible>False</Visible>
</None>
<Content Include="Deploy-AzureResourceGroup.ps1" />
<None Include="Get-Base64FromPFX.ps1" />
<None Include="images\appgw-backendpool.png" />
<None Include="images\architecture.png" />
<None Include="images\architecture1.png" />
<None Include="images\arm-deploymentoutputs.png" />
<None Include="images\ase-virtualip.png" />
<None Include="images\customtemplate.png" />
<None Include="images\diagram.pptx" />
<None Include="images\domain-nameservers.png" />
<None Include="LICENSE" />
<None Include="metadata.json" />
<None Include="index.php" />
<None Include="nested\shared\appgw.json" />
<None Include="nested\member\webapp.json" />
<None Include="nested\shared\appplan.json" />
<None Include="nested\shared\jumpbox.json" />
<None Include="nested\shared\ase.json" />
<None Include="nested\shared\dnszone.json" />
<None Include="nested\shared\binddns.json" />
<None Include="nested\shared\virtualnetwork.json" />
<None Include="README.md" />
<None Include="scripts\install-bind.sh" />
<None Include="scripts\named.conf.local" />
<None Include="scripts\named.conf.options" />
<None Include="scripts\zone.db" />
</ItemGroup>
<Target Name="GetReferenceAssemblyPaths" />
<ProjectExtensions>
<VisualStudio>
<UserProperties azuredeploy_1parameters_1json__JSONSchema="http://json.schemastore.org/tsd" />
</VisualStudio>
</ProjectExtensions>
</Project>