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:
authorMiguel de Icaza <miguel@gnome.org>2014-05-25 08:47:09 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-05-25 08:47:09 +0400
commit60fa2525fb819f2d3b874c70e45036e8f4a40bf8 (patch)
tree64bb0aa14dad20c1860d78a489f69f6188030e69 /mcs/class/System.Data.Services.Client
parentb5da7cd80db675b4b8f8090b62c217e05a4d0bd6 (diff)
[build] the csproj files can now do a full class libraries build
Diffstat (limited to 'mcs/class/System.Data.Services.Client')
-rw-r--r--mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_5.csproj15
1 files changed, 8 insertions, 7 deletions
diff --git a/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_5.csproj b/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_5.csproj
index 25ca6f3fe68..82ad0c24860 100644
--- a/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_5.csproj
+++ b/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_5.csproj
@@ -19,6 +19,7 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
@@ -187,31 +188,31 @@
<ItemGroup>
<ProjectReference Include="../corlib/corlib-net_4_5.csproj">
<Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
- <Name>corlib\corlib-net_4_5</Name>
+ <Name>corlib-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="../System/System-net_4_5.csproj">
<Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
- <Name>System\System-net_4_5</Name>
+ <Name>System-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="../System.Core/System.Core-net_4_5.csproj">
<Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
- <Name>System.Core\System.Core-net_4_5</Name>
+ <Name>System.Core-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="../System.Xml.Linq/System.Xml.Linq-net_4_5.csproj">
<Project>{8328796E-8A15-4972-8F1E-2F15E7D57C42}</Project>
- <Name>System.Xml.Linq\System.Xml.Linq-net_4_5</Name>
+ <Name>System.Xml.Linq-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="../System.Data/System.Data-net_4_5.csproj">
<Project>{9A33954F-57A8-4D75-B1D8-0F81808A0DD4}</Project>
- <Name>System.Data\System.Data-net_4_5</Name>
+ <Name>System.Data-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="../System.XML/System.Xml-net_4_5.csproj">
<Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>
- <Name>System.XML\System.Xml-net_4_5</Name>
+ <Name>System.Xml-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="../WindowsBase/WindowsBase-net_4_5.csproj">
<Project>{8E6ED7D5-3B08-4A83-905E-8FB4CF0C160D}</Project>
- <Name>WindowsBase\WindowsBase-net_4_5</Name>
+ <Name>WindowsBase-net_4_5</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>