Looks like I found a typo:
Index: log4net.Tests.vs2010.csproj
===================================================================
--- log4net.Tests.vs2010.csproj (revision 1546936)
+++ log4net.Tests.vs2010.csproj (working copy)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
@@ -230,7 +230,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\lognet\log4net.vs2010.csproj">
+ <ProjectReference Include="..\log4net\log4net.vs2010.csproj">
<Project>{181fe707-e161-4722-9f38-6aaab6faa106}</Project>
<Name>log4net.vs2010</Name>
</ProjectReference>
@@ -242,4 +242,4 @@
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
-</Project>
+</Project>
\ No newline at end of file
And maybe the svn-ignore properties should be fixed to ignore folders like
"obj" and similars.