-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
TaskbarDock.deployproj
68 lines (68 loc) · 3.07 KB
/
TaskbarDock.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
60
61
62
63
64
65
66
67
68
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Condition="Exists('$(BDS)\bin\CodeGear.Deployment.targets')" Project="$(BDS)\bin\CodeGear.Deployment.targets"/>
<ProjectExtensions>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
<PropertyGroup/>
<ItemGroup Condition="'$(Platform)'=='Win32'">
<DeployFile Include="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png" Condition="'$(Config)'=='Debug'">
<RemoteDir>TaskbarDock\Assets\</RemoteDir>
<RemoteName>Logo150x150.png</RemoteName>
<DeployClass>UWP_DelphiLogo150</DeployClass>
<Operation>1</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
</DeployFile>
<DeployFile Include="Win32\Debug\AppxManifest.xml" Condition="'$(Config)'=='Debug'">
<RemoteDir>TaskbarDock\</RemoteDir>
<RemoteName>AppxManifest.xml</RemoteName>
<DeployClass>ProjectUWPManifest</DeployClass>
<Operation>1</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
</DeployFile>
<DeployFile Include="Win32\Debug\TaskbarDock.exe" Condition="'$(Config)'=='Debug'">
<RemoteDir>TaskbarDock\</RemoteDir>
<RemoteName>TaskbarDock.exe</RemoteName>
<DeployClass>ProjectOutput</DeployClass>
<Operation>0</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
<Required>True</Required>
</DeployFile>
<DeployFile Include="Win32\Release\TaskbarDock.exe" Condition="'$(Config)'=='Release'">
<RemoteDir>TaskbarDock\</RemoteDir>
<RemoteName>TaskbarDock.exe</RemoteName>
<DeployClass>ProjectOutput</DeployClass>
<Operation>0</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
<Required>True</Required>
</DeployFile>
<DeployFile Include="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png" Condition="'$(Config)'=='Debug'">
<RemoteDir>TaskbarDock\Assets\</RemoteDir>
<RemoteName>Logo44x44.png</RemoteName>
<DeployClass>UWP_DelphiLogo44</DeployClass>
<Operation>1</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
</DeployFile>
</ItemGroup>
<ItemGroup Condition="'$(Platform)'=='Win64'">
<DeployFile Include="Win64\Debug\TaskbarDock.exe" Condition="'$(Config)'=='Debug'">
<RemoteDir>TaskbarDock\</RemoteDir>
<RemoteName>TaskbarDock.exe</RemoteName>
<DeployClass>ProjectOutput</DeployClass>
<Operation>0</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
<Required>True</Required>
</DeployFile>
</ItemGroup>
</Project>