-
Notifications
You must be signed in to change notification settings - Fork 33
/
pgAdmin3.props
19 lines (19 loc) · 925 Bytes
/
pgAdmin3.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup
Condition="'$(png2cBeforeTargets)' == '' and '$(png2cAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
<png2cBeforeTargets>Midl</png2cBeforeTargets>
<png2cAfterTargets>CustomBuild</png2cAfterTargets>
</PropertyGroup>
<PropertyGroup>
<png2cDependsOn
Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(png2cDependsOn)</png2cDependsOn>
</PropertyGroup>
<ItemDefinitionGroup>
<png2c>
<CommandLineTemplate> "$(SolutionDir)xtra\png2c\$(Configuration)\png2c.exe" [AllOptions] [AdditionalOptions] "%(FullPath)" "%(FullPath)c" </CommandLineTemplate>
<Outputs>%(FullPath)c</Outputs>
<ExecutionDescription>Compiling PNG (%(FullPath))...</ExecutionDescription>
</png2c>
</ItemDefinitionGroup>
</Project>