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 "$(TargetPath)" "install\output\$(TargetName).dll"" |
- 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 "$(TargetPath)" "install\output\$(TargetName).dll"" |
- ExcludedFromBuild="false" |
+ ExcludedFromBuild="true" |
/> |
</Configuration> |
<Configuration |
@@ -557,7 +557,7 @@ |
<Tool |
Name="VCPostBuildEventTool" |
CommandLine="copy "$(TargetPath)" "install\output\$(TargetName).dll"" |
- ExcludedFromBuild="false" |
+ ExcludedFromBuild="true" |
/> |
</Configuration> |
<Configuration |
@@ -772,7 +772,7 @@ |
<Tool |
Name="VCPostBuildEventTool" |
CommandLine="copy "$(TargetPath)" "install\output\$(TargetName).dll"" |
- ExcludedFromBuild="false" |
+ ExcludedFromBuild="true" |
/> |
</Configuration> |
<Configuration |