diff options
author | Einar Egilsson | 2009-09-14 14:06:50 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-09-14 14:06:50 +0000 |
commit | 10e637b427e5cdd9b5b6660469391cac525da637 (patch) | |
tree | da323d35e5f6c0eea7112e7dc87103205f89d59c /Redirector.csproj | |
parent | 8f42f80d0d6de5eb904843b4fbb9a2e0968f7046 (diff) |
Unescape matches option + some unit tests
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@245 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'Redirector.csproj')
-rw-r--r-- | Redirector.csproj | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Redirector.csproj b/Redirector.csproj index 4c50a1a..558bb46 100644 --- a/Redirector.csproj +++ b/Redirector.csproj @@ -39,12 +39,7 @@ <None Include="chrome\locale\en-US\redirector.properties" />
<None Include="install.rdf" />
</ItemGroup>
- <Target Name="Build">
- </Target>
- <!--<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
+ <Target Name="Build" />
+ <Target Name="Rebuild" />
+ <Target Name="Clean" />
</Project>
\ No newline at end of file |