-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPackages.mdproj
31 lines (31 loc) · 1.4 KB
/
Packages.mdproj
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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ItemType>PackagingProject</ItemType>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{AB951FF9-4831-45B6-8073-39A1DFC19153}</ProjectGuid>
<Packages>
<Packages>
<Package name="Linux Binaries">
<Builder targetFile="RabbitMqTrial-linux.tar.gz" platform="Linux" configuration="Debug|x86" ctype="BinariesZipPackageBuilder">
<ChildEntries>
<SolutionItemReference path="Producer\Producer.fsproj" />
<SolutionItemReference path="Receiver\Receiver.fsproj" />
</ChildEntries>
<RootEntry path="RabbitMqTrial.sln" id=":root:" />
</Builder>
</Package>
<Package name="Microsoft Windows Binaries">
<Builder targetFile="RabbitMqTrial-windows.tar.gz" platform="Windows" configuration="Debug|x86" ctype="BinariesZipPackageBuilder">
<ChildEntries>
<SolutionItemReference path="Producer\Producer.fsproj" />
<SolutionItemReference path="Receiver\Receiver.fsproj" />
</ChildEntries>
<RootEntry path="RabbitMqTrial.sln" id=":root:" />
</Builder>
</Package>
</Packages>
</Packages>
</PropertyGroup>
</Project>