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-24 01:15:44 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-05-24 01:15:53 +0400
commit3599b97b571f777def2b66feacb20d4045a20cd4 (patch)
treeba39b86cfa7502e78ab55fecc3564c44c040141e /mcs/class/System.Web.Http.WebHost
parente5428041b229486cce6b93bb8d496f09d350c428 (diff)
[build] Fresh new csproj files based on the updated build system.
Diffstat (limited to 'mcs/class/System.Web.Http.WebHost')
-rw-r--r--mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost-net_4_5.csproj52
1 files changed, 28 insertions, 24 deletions
diff --git a/mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost-net_4_5.csproj b/mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost-net_4_5.csproj
index 0fda3cc08de..76ad7746a32 100644
--- a/mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost-net_4_5.csproj
+++ b/mcs/class/System.Web.Http.WebHost/System.Web.Http.WebHost-net_4_5.csproj
@@ -81,9 +81,13 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
- </PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PostBuildEvent>
@@ -92,59 +96,59 @@
</PostBuildEvent>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
+ <ProjectReference Include="../corlib/corlib-net_4_5.csproj">
<Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
<Name>corlib\corlib-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
+ <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>
</ProjectReference>
- <ProjectReference Include="..\System\System-net_4_5-2.csproj">
- <Project>{5C605B73-19DA-4FB7-AB39-C7EF9A8B19FE}</Project>
- <Name>System\System-net_4_5-2</Name>
+ <ProjectReference Include="../System/System-net_4_5.csproj">
+ <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
+ <Name>System\System-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
- <Project>{2534ADE0-05E4-490F-933D-1E39310A0CB9}</Project>
- <Name>System.XML\System.Xml-net_4_5-1</Name>
+ <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>
</ProjectReference>
- <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_5.csproj">
+ <ProjectReference Include="../System.Configuration/System.Configuration-net_4_5.csproj">
<Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>
<Name>System.Configuration\System.Configuration-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.Net.Http\System.Net.Http-net_4_5.csproj">
+ <ProjectReference Include="../System.Net.Http/System.Net.Http-net_4_5.csproj">
<Project>{E36C154B-A0AC-4721-B06A-AFE31D357CE5}</Project>
<Name>System.Net.Http\System.Net.Http-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_4_5.csproj">
+ <ProjectReference Include="../System.Runtime.Serialization/System.Runtime.Serialization-net_4_5.csproj">
<Project>{08FF4C26-9C12-433D-AE90-43370046387A}</Project>
<Name>System.Runtime.Serialization\System.Runtime.Serialization-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_4_5-1.csproj">
- <Project>{F1316A49-176B-4E68-8A5F-1BA718289D46}</Project>
- <Name>System.ServiceModel\System.ServiceModel-net_4_5-1</Name>
+ <ProjectReference Include="../System.ServiceModel/System.ServiceModel-net_4_5.csproj">
+ <Project>{F2156C09-C377-4945-A690-39CFBF3319B3}</Project>
+ <Name>System.ServiceModel\System.ServiceModel-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.IdentityModel\System.IdentityModel-net_4_5.csproj">
+ <ProjectReference Include="../System.IdentityModel/System.IdentityModel-net_4_5.csproj">
<Project>{F056C062-E467-4989-9366-440E8CD23C0C}</Project>
<Name>System.IdentityModel\System.IdentityModel-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.Web.Http\System.Web.Http-net_4_5.csproj">
+ <ProjectReference Include="../System.Web.Http/System.Web.Http-net_4_5.csproj">
<Project>{2EFF8684-99DB-4DD6-B3BC-7E7AA42A15FC}</Project>
<Name>System.Web.Http\System.Web.Http-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.Net.Http.Formatting\System.Net.Http.Formatting-net_4_5.csproj">
+ <ProjectReference Include="../System.Net.Http.Formatting/System.Net.Http.Formatting-net_4_5.csproj">
<Project>{BFBE5444-4F21-45CF-929E-C8FBEF302F5E}</Project>
<Name>System.Net.Http.Formatting\System.Net.Http.Formatting-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.Web.Routing\System.Web.Routing-net_4_5.csproj">
+ <ProjectReference Include="../System.Web.Routing/System.Web.Routing-net_4_5.csproj">
<Project>{A28F2A14-901C-452C-82B6-75ECE5C7E714}</Project>
<Name>System.Web.Routing\System.Web.Routing-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\System.Web\System.Web-net_4_5-2.csproj">
- <Project>{725FB152-838A-4C6E-8A12-AC47E2DD4CEA}</Project>
- <Name>System.Web\System.Web-net_4_5-2</Name>
+ <ProjectReference Include="../System.Web/System.Web-net_4_5.csproj">
+ <Project>{B489C3DE-3ED3-4EDC-B42B-82B38E101857}</Project>
+ <Name>System.Web\System.Web-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\Microsoft.Web.Infrastructure\Microsoft.Web.Infrastructure-net_4_5.csproj">
+ <ProjectReference Include="../Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure-net_4_5.csproj">
<Project>{50DC9191-2D18-4EDB-A929-4ECAB7981A1C}</Project>
<Name>Microsoft.Web.Infrastructure\Microsoft.Web.Infrastructure-net_4_5</Name>
</ProjectReference>