diff options
author | Rob Mensching <rob@firegiant.com> | 2022-09-03 10:44:33 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-09-23 09:50:52 -0700 |
commit | 7a86b33a38f29b315e8f08759eba42e8fe296fd7 (patch) | |
tree | 58a6ac547b25127daa4a4053ef250afb0b2e9d83 /src/Directory.vcxproj.targets | |
parent | 002dc6077477c6a7762f1fca225c2577913a2c82 (diff) | |
download | wix-7a86b33a38f29b315e8f08759eba42e8fe296fd7.tar.gz wix-7a86b33a38f29b315e8f08759eba42e8fe296fd7.tar.bz2 wix-7a86b33a38f29b315e8f08759eba42e8fe296fd7.zip |
Centralize test project configuration with IsWixTestProject
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> |