Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: AdBlocker/AdBlocker.vcproj

Issue 8949229: Removal of all user tracking and shareware parts (Closed)
Patch Set: Created Dec. 6, 2012, 4:38 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: AdBlocker/AdBlocker.vcproj
===================================================================
--- a/AdBlocker/AdBlocker.vcproj
+++ b/AdBlocker/AdBlocker.vcproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="9,00"
Name="SimpleAdblock"
ProjectGUID="{24AAF1A9-ACC0-4BEB-B781-084734D939B5}"
RootNamespace="SimpleAdblock"
@@ -131,7 +131,7 @@
<Tool
Name="VCPostBuildEventTool"
CommandLine="copy &quot;$(TargetPath)&quot; &quot;install\output\$(TargetName).dll&quot;"
- ExcludedFromBuild="false"
+ ExcludedFromBuild="true"
Wladimir Palant 2012/12/10 11:49:13 I'm not sure I understand these changes correctly,
Oleksandr 2012/12/10 14:58:33 We had a custom build step in a project that every
/>
</Configuration>
<Configuration
@@ -346,7 +346,7 @@
<Tool
Name="VCPostBuildEventTool"
CommandLine="copy &quot;$(TargetPath)&quot; &quot;install\output\$(TargetName).dll&quot;"
- ExcludedFromBuild="false"
+ ExcludedFromBuild="true"
/>
</Configuration>
<Configuration
@@ -557,7 +557,7 @@
<Tool
Name="VCPostBuildEventTool"
CommandLine="copy &quot;$(TargetPath)&quot; &quot;install\output\$(TargetName).dll&quot;"
- ExcludedFromBuild="false"
+ ExcludedFromBuild="true"
/>
</Configuration>
<Configuration
@@ -772,7 +772,7 @@
<Tool
Name="VCPostBuildEventTool"
CommandLine="copy &quot;$(TargetPath)&quot; &quot;install\output\$(TargetName).dll&quot;"
- ExcludedFromBuild="false"
+ ExcludedFromBuild="true"
/>
</Configuration>
<Configuration

Powered by Google App Engine
This is Rietveld