diff options
Diffstat (limited to 'src/Directory.vcxproj.targets')
-rw-r--r-- | src/Directory.vcxproj.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Directory.vcxproj.targets b/src/Directory.vcxproj.targets index 041db031..97f65b4c 100644 --- a/src/Directory.vcxproj.targets +++ b/src/Directory.vcxproj.targets | |||
@@ -50,7 +50,7 @@ | |||
50 | </PropertyGroup> | 50 | </PropertyGroup> |
51 | 51 | ||
52 | <Target Name="PublicizeNativePdb" | 52 | <Target Name="PublicizeNativePdb" |
53 | Condition=" '@(Link)' != '' and '$(IsWixTestProject)' != 'true' and '$(IsWixSampleProject)' != 'true' "> | 53 | Condition=" '@(Link)' != '' and '$(IsWixTestSupportProject)' != 'true' and '$(IsWixTestProject)' != 'true' and '$(IsWixSampleProject)' != 'true' "> |
54 | <Copy SourceFiles="%(Link.ProgramDatabaseFile)" DestinationFolder="$(PdbsFolder)$(PlatformFolder)" /> | 54 | <Copy SourceFiles="%(Link.ProgramDatabaseFile)" DestinationFolder="$(PdbsFolder)$(PlatformFolder)" /> |
55 | </Target> | 55 | </Target> |
56 | </Project> | 56 | </Project> |