-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHUDCSELinux.deployproj
59 lines (59 loc) · 2.36 KB
/
HUDCSELinux.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
<?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>7f9951c4-3313-49dc-b569-f6f8ebef1205</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>
<Folder Include="Scripts\" />
<Folder Include="Templates\" />
<Folder Include="Tools\" />
</ItemGroup>
<ItemGroup>
<None Include="Deployment.targets">
<Visible>False</Visible>
</None>
<Content Include="Scripts\Deploy-AzureResourceGroup.ps1" />
<Content Include="Templates\DeploymentTemplate.json" />
<None Include="Templates\DeploymentTemplate.param.dev.json" />
</ItemGroup>
<ItemGroup>
<None Include="Tools\AzCopy.exe" />
<None Include="Tools\Microsoft.Data.Edm.dll">
<Visible>False</Visible>
</None>
<None Include="Tools\Microsoft.Data.OData.dll">
<Visible>False</Visible>
</None>
<None Include="Tools\Microsoft.Data.Services.Client.dll">
<Visible>False</Visible>
</None>
<None Include="Tools\Microsoft.WindowsAzure.Storage.dll">
<Visible>False</Visible>
</None>
<None Include="Tools\Microsoft.WindowsAzure.Storage.DataMovement.dll">
<Visible>False</Visible>
</None>
</ItemGroup>
<Target Name="GetReferenceAssemblyPaths" />
</Project>