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/Microsoft.CSharp
parente5428041b229486cce6b93bb8d496f09d350c428 (diff)
[build] Fresh new csproj files based on the updated build system.
Diffstat (limited to 'mcs/class/Microsoft.CSharp')
-rw-r--r--mcs/class/Microsoft.CSharp/Microsoft.CSharp-net_4_5.csproj14
1 files changed, 9 insertions, 5 deletions
diff --git a/mcs/class/Microsoft.CSharp/Microsoft.CSharp-net_4_5.csproj b/mcs/class/Microsoft.CSharp/Microsoft.CSharp-net_4_5.csproj
index c435b20b792..38006848872 100644
--- a/mcs/class/Microsoft.CSharp/Microsoft.CSharp-net_4_5.csproj
+++ b/mcs/class/Microsoft.CSharp/Microsoft.CSharp-net_4_5.csproj
@@ -78,9 +78,13 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
- </PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PostBuildEvent>
@@ -89,15 +93,15 @@
</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="..\Mono.CSharp\Mono.CSharp-net_4_5.csproj">
+ <ProjectReference Include="../Mono.CSharp/Mono.CSharp-net_4_5.csproj">
<Project>{811AC316-9CC2-497D-A45E-7B6B1E0E481B}</Project>
<Name>Mono.CSharp\Mono.CSharp-net_4_5</Name>
</ProjectReference>