forked from bsonnino/FinCalcAddIn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinancialCalc.deployproj
More file actions
56 lines (56 loc) · 2.52 KB
/
FinancialCalc.deployproj
File metadata and controls
56 lines (56 loc) · 2.52 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<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>FinancialCalc\Assets\</RemoteDir>
<RemoteName>Logo150x150.png</RemoteName>
<DeployClass>UWP_DelphiLogo150</DeployClass>
<Operation>1</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
</DeployFile>
<DeployFile Include="Win32\Debug\FinancialCalc.exe" Condition="'$(Config)'=='Debug'">
<RemoteDir>FinancialCalc\</RemoteDir>
<RemoteName>FinancialCalc.exe</RemoteName>
<DeployClass>ProjectOutput</DeployClass>
<Operation>0</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
<Required>True</Required>
</DeployFile>
<DeployFile Include="IAPWrapper.dll" Condition="'$(Config)'=='Debug'">
<RemoteDir>FinancialCalc\</RemoteDir>
<RemoteName>IAPWrapper.dll</RemoteName>
<DeployClass>ProjectFile</DeployClass>
<Operation>0</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
</DeployFile>
<DeployFile Include="Win32\Debug\AppxManifest.xml" Condition="'$(Config)'=='Debug'">
<RemoteDir>FinancialCalc\</RemoteDir>
<RemoteName>AppxManifest.xml</RemoteName>
<DeployClass>ProjectUWPManifest</DeployClass>
<Operation>1</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
</DeployFile>
<DeployFile Include="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png" Condition="'$(Config)'=='Debug'">
<RemoteDir>FinancialCalc\Assets\</RemoteDir>
<RemoteName>Logo44x44.png</RemoteName>
<DeployClass>UWP_DelphiLogo44</DeployClass>
<Operation>1</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
</DeployFile>
</ItemGroup>
<ItemGroup Condition="'$(Platform)'=='Win64'"/>
</Project>