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/Mono.CodeContracts
parentb5da7cd80db675b4b8f8090b62c217e05a4d0bd6 (diff)
[build] the csproj files can now do a full class libraries build
Diffstat (limited to 'mcs/class/Mono.CodeContracts')
-rw-r--r--mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_5.csproj11
1 files changed, 6 insertions, 5 deletions
diff --git a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_5.csproj b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_5.csproj
index 3bbef324836..7f50fed785f 100644
--- a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_5.csproj
+++ b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-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>
@@ -446,23 +447,23 @@
<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="../Mono.Cecil/Mono.Cecil-net_4_5.csproj">
<Project>{F6DD456E-ADE4-419D-997F-41ECA0CE79F7}</Project>
- <Name>Mono.Cecil\Mono.Cecil-net_4_5</Name>
+ <Name>Mono.Cecil-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="../Mono.Cecil.Mdb/Mono.Cecil.Mdb-net_4_5.csproj">
<Project>{9ABB7BB9-5EA1-4081-B205-5658A602C1F5}</Project>
- <Name>Mono.Cecil.Mdb\Mono.Cecil.Mdb-net_4_5</Name>
+ <Name>Mono.Cecil.Mdb-net_4_5</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>