Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres G. Aragoneses <knocte@gmail.com>2012-09-15 21:56:08 +0400
committerAndres G. Aragoneses <knocte@gmail.com>2012-09-15 21:56:08 +0400
commitf2cea74e6a548f7086b16e3bff78546b6d03e6d4 (patch)
tree6afd67b5fd5b07e5b410bd27adb967cd246bc613 /mcs/class/Microsoft.Build.Engine
parent806aa2b9a39c4de1c7821293df9e65c5260fdaa0 (diff)
[Microsoft.Build.BuildEngine] Fix refs in .csproj files
With this HintPaths, solution now builds in MonoDevelop.
Diffstat (limited to 'mcs/class/Microsoft.Build.Engine')
-rw-r--r--mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_0.csproj44
-rw-r--r--mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_0.csproj43
2 files changed, 37 insertions, 50 deletions
diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_0.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_0.csproj
index d3e34435837..499120d8589 100644
--- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_0.csproj
+++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_0.csproj
@@ -122,34 +122,20 @@
</PreBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.dll</HintPath>
- </Reference>
- <Reference Include="System.Core.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Core.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Build.Framework.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Microsoft.Build.Framework.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Build.Utilities.v4.0.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Microsoft.Build.Utilities.v4.0.dll</HintPath>
- </Reference>
+ <Reference Include="Microsoft.Build.Framework">
+ <HintPath>..\lib\net_4_0\Microsoft.Build.Framework.dll</HintPath>
+ </Reference>
+ <Reference Include="Microsoft.Build.Utilities.v4.0">
+ <HintPath>..\lib\net_4_0\Microsoft.Build.Utilities.v4.0.dll</HintPath>
+ </Reference>
+ <Reference Include="System">
+ <HintPath>..\lib\net_4_0\System.dll</HintPath>
+ </Reference>
+ <Reference Include="mscorlib">
+ <HintPath>..\lib\net_4_0\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Xml">
+ <HintPath>..\lib\net_4_0\System.Xml.dll</HintPath>
+ </Reference>
</ItemGroup>
</Project>
-
diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_0.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_0.csproj
index 54e0f82c232..862386915d7 100644
--- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_0.csproj
+++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-tests-net_4_0.csproj
@@ -83,26 +83,27 @@
</PreBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="./../../class/lib/net_4_0/Microsoft.Build.Engine.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>./../../class/lib/net_4_0/Microsoft.Build.Engine.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Build.Framework.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Microsoft.Build.Framework.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Build.Utilities.v4.0.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>Microsoft.Build.Utilities.v4.0.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="nunit.framework" />
+ <Reference Include="nunit.framework" />
+ <Reference Include="System.Xml">
+ <HintPath>..\lib\net_4_0\System.Xml.dll</HintPath>
+ </Reference>
+ <Reference Include="System">
+ <HintPath>..\lib\net_4_0\System.dll</HintPath>
+ </Reference>
+ <Reference Include="mscorlib">
+ <HintPath>mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="Microsoft.Build.Framework">
+ <HintPath>Microsoft.Build.Framework.dll</HintPath>
+ </Reference>
+ <Reference Include="Microsoft.Build.Utilities.v4.0">
+ <HintPath>Microsoft.Build.Utilities.v4.0.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="Microsoft.Build.Engine-net_4_0.csproj">
+ <Project>{155AEF28-C81F-405D-9072-9D52780E3E70}</Project>
+ <Name>Microsoft.Build.Engine-net_4_0</Name>
+ </ProjectReference>
</ItemGroup>
</Project>