-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAS2.deployproj
49 lines (49 loc) · 2.38 KB
/
AS2.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="https://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>30e25023-24cd-4422-b153-34410c5da159</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="artifacts\contoso-fabrikamfinance-agreement.json" />
<None Include="artifacts\fabrikamfinance-contoso-agreement.json" />
<None Include="artifacts\fabrikamfinance-partner.json" />
<None Include="artifacts\contoso-partner.json" />
<None Include="artifacts\fabrikamsales-Partner.json" />
<None Include="artifacts\fabrikamsales-contoso-agreement.json" />
<None Include="artifacts\contoso-fabrikamsales-agreement.json" />
<None Include="azuredeploy.json" />
<None Include="azuredeploy.parameters.json" />
<None Include="Deployment.targets">
<Visible>False</Visible>
</None>
<Content Include="Deploy-AzureResourceGroup.ps1" />
<None Include="images\azure-resources.png" />
<None Include="images\contoso-as2receive-runhistory.png" />
<None Include="images\fabrikamfinance-as2receivemdn-runhistory.png" />
<None Include="images\fabrikamsales-as2send.png" />
<None Include="metadata.json" />
<None Include="README.md" />
</ItemGroup>
<Target Name="GetReferenceAssemblyPaths" />
</Project>