blob: 3891e44c0155938f19953820adee4cada2c85e7a (
plain)
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="'$(rename_vc_extension_filesBeforeTargets)' == '' and '$(rename_vc_extension_filesAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
<rename_vc_extension_filesBeforeTargets>Midl</rename_vc_extension_filesBeforeTargets>
<rename_vc_extension_filesAfterTargets>CustomBuild</rename_vc_extension_filesAfterTargets>
</PropertyGroup>
<PropertyGroup>
<rename_vc_extension_filesDependsOn
Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(rename_vc_extension_filesDependsOn)</rename_vc_extension_filesDependsOn>
</PropertyGroup>
<ItemDefinitionGroup>
<rename_vc_extension_files>
<CommandLineTemplate>copy "%(RootDir)%(Directory)%(Filename)%(Extension)" "%(RootDir)%(Directory)%(Filename)" 1>NUL</CommandLineTemplate>
<Outputs>%(RootDir)%(Directory)%(Filename) </Outputs>
<ExecutionDescription>Copy %(RootDir)%(Directory)%(Filename)%(Extension) --> %(RootDir)%(Directory)%(Filename)</ExecutionDescription>
</rename_vc_extension_files>
</ItemDefinitionGroup>
</Project>
|