diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-02-18 17:22:34 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-02-18 17:05:47 -0700 |
commit | f351cd9fd00f23b30ce9a5e452ea2d5b9b828e17 (patch) | |
tree | 21b450e23a3907cd2c77e435c03b5c08ee45936d /src/Directory.vcxproj.targets | |
parent | 62224cf5c909c6b9ea09eeb0bcf29021091e7665 (diff) | |
download | wix-f351cd9fd00f23b30ce9a5e452ea2d5b9b828e17.tar.gz wix-f351cd9fd00f23b30ce9a5e452ea2d5b9b828e17.tar.bz2 wix-f351cd9fd00f23b30ce9a5e452ea2d5b9b828e17.zip |
Exclude sample PDBs from the zip.
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 528edd44..041db031 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' "> | 53 | Condition=" '@(Link)' != '' 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> |