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

Unified Diff: AdBlocker/AdBlocker.vcproj

Issue 8978054: Removal of shareware parts (Closed)
Patch Set: Created Dec. 5, 2012, 7:59 a.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
« no previous file with comments | « AdBlocker/AdBlocker.rc ('k') | AdBlocker/Resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
/>
</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
« no previous file with comments | « AdBlocker/AdBlocker.rc ('k') | AdBlocker/Resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld