-
Notifications
You must be signed in to change notification settings - Fork 2
/
Packages.mdproj
45 lines (45 loc) · 1.99 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ItemType>PackagingProject</ItemType>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2325159B-AE6D-4F84-AA70-A33082A52678}</ProjectGuid>
<Packages>
<Packages>
<Package name="Mono Makefile Sources">
<Builder targetFile="MysqlPot-.tar.gz" format="MonoDevelop.Projects.FileFormat" ctype="SourcesZipPackageBuilder">
<ChildEntries>
<SolutionItemReference path="MysqlPot\MysqlPot.csproj" />
</ChildEntries>
<RootEntry path="MysqlPot.sln" id=":root:" />
</Builder>
</Package>
<Package name="Linux Binaries">
<Builder targetFile="MysqlPot-linux.tar.gz" platform="Linux" configuration="Debug|x86" ctype="BinariesZipPackageBuilder">
<ChildEntries>
<SolutionItemReference path="MysqlPot\MysqlPot.csproj" />
</ChildEntries>
<RootEntry path="MysqlPot.sln" id=":root:" />
</Builder>
</Package>
<Package name="Microsoft Windows Binaries">
<Builder targetFile="MysqlPot-windows.tar.gz" platform="Windows" configuration="Debug|x86" ctype="BinariesZipPackageBuilder">
<ChildEntries>
<SolutionItemReference path="MysqlPot\MysqlPot.csproj" />
</ChildEntries>
<RootEntry path="MysqlPot.sln" id=":root:" />
</Builder>
</Package>
<Package name="Tarball">
<Builder TargetDirectory="MysqlPot" DefaultConfiguration="Debug|x86" ctype="TarballDeployTarget">
<ChildEntries>
<SolutionItemReference path="MysqlPot\MysqlPot.csproj" />
</ChildEntries>
<RootEntry path="MysqlPot.sln" id=":root:" />
</Builder>
</Package>
</Packages>
</Packages>
</PropertyGroup>
</Project>