-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackages.mdproj
More file actions
37 lines (37 loc) · 1.58 KB
/
Copy pathPackages.mdproj
File metadata and controls
37 lines (37 loc) · 1.58 KB
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
<?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>{01FB63E5-2C50-4286-B1DC-E9BC244D6B25}</ProjectGuid>
<Packages>
<Packages>
<Package name="Linux Binaries">
<Builder targetFile="HGDGTK-linux.tar.gz" platform="Linux" configuration="Debug|x86" ctype="BinariesZipPackageBuilder">
<ChildEntries>
<SolutionItemReference path="HGDGTK\HGDGTK.csproj" />
</ChildEntries>
<RootEntry path="HGDGTK.sln" id=":root:" />
</Builder>
</Package>
<Package name="Microsoft Windows Binaries">
<Builder targetFile="HGDGTK-windows.tar.gz" platform="Windows" configuration="Debug|x86" ctype="BinariesZipPackageBuilder">
<ChildEntries>
<SolutionItemReference path="HGDGTK\HGDGTK.csproj" />
</ChildEntries>
<RootEntry path="HGDGTK.sln" id=":root:" />
</Builder>
</Package>
<Package name="Tarball">
<Builder TargetDirectory="HGDGTK" DefaultConfiguration="Debug|x86" ctype="TarballDeployTarget">
<ChildEntries>
<SolutionItemReference path="HGDGTK\HGDGTK.csproj" />
</ChildEntries>
<RootEntry path="HGDGTK.sln" id=":root:" />
</Builder>
</Package>
</Packages>
</Packages>
</PropertyGroup>
</Project>