mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
* Okay, so finally got my head around this. Problem is that upstream Prebuild copied dlls promiscuously, and this led to the references being all mixed up (/bin dlls overwritten by different versions on every csc)
* Something that thus needs fixing is the fact that ProjectReferences has to be marked
<ProjectReference>
<Private>False</Private>
</ProjectReference>
but that is not configurable in the upstream Xml Schema. I've hardcoded it in our repo for now.
This commit is contained in:
4
Prebuild/scripts/VS2008.bat
Normal file
4
Prebuild/scripts/VS2008.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
@rem Generates a solution (.sln) and a set of project files (.csproj, .vbproj, etc.)
|
||||
@rem for Microsoft Visual Studio .NET 2008
|
||||
cd ..
|
||||
Prebuild.exe /target vs2008 /file prebuild.xml /pause
|
||||
Reference in New Issue
Block a user