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/I18N
parente5428041b229486cce6b93bb8d496f09d350c428 (diff)
[build] Fresh new csproj files based on the updated build system.
Diffstat (limited to 'mcs/class/I18N')
-rw-r--r--mcs/class/I18N/CJK/I18N.CJK-net_4_5.csproj12
-rw-r--r--mcs/class/I18N/Common/I18N-net_4_5.csproj10
-rw-r--r--mcs/class/I18N/MidEast/I18N.MidEast-net_4_5.csproj12
-rw-r--r--mcs/class/I18N/Other/I18N.Other-net_4_5.csproj12
-rw-r--r--mcs/class/I18N/Rare/I18N.Rare-net_4_5.csproj12
-rw-r--r--mcs/class/I18N/West/I18N.West-net_4_5.csproj12
6 files changed, 47 insertions, 23 deletions
diff --git a/mcs/class/I18N/CJK/I18N.CJK-net_4_5.csproj b/mcs/class/I18N/CJK/I18N.CJK-net_4_5.csproj
index e2889d33507..5a517b6f6d6 100644
--- a/mcs/class/I18N/CJK/I18N.CJK-net_4_5.csproj
+++ b/mcs/class/I18N/CJK/I18N.CJK-net_4_5.csproj
@@ -66,9 +66,13 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
- </PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PostBuildEvent>
@@ -77,11 +81,11 @@
</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="..\I18N\Common\I18N-net_4_5.csproj">
+ <ProjectReference Include="../Common/I18N-net_4_5.csproj">
<Project>{C337A9A4-3797-4339-AD23-493DF062CD76}</Project>
<Name>Common\I18N-net_4_5</Name>
</ProjectReference>
diff --git a/mcs/class/I18N/Common/I18N-net_4_5.csproj b/mcs/class/I18N/Common/I18N-net_4_5.csproj
index cdbfdfcf81b..76baf716f31 100644
--- a/mcs/class/I18N/Common/I18N-net_4_5.csproj
+++ b/mcs/class/I18N/Common/I18N-net_4_5.csproj
@@ -61,9 +61,13 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
- </PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PostBuildEvent>
@@ -72,7 +76,7 @@
</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>
diff --git a/mcs/class/I18N/MidEast/I18N.MidEast-net_4_5.csproj b/mcs/class/I18N/MidEast/I18N.MidEast-net_4_5.csproj
index a7c7e7ea0e2..66fbe53d000 100644
--- a/mcs/class/I18N/MidEast/I18N.MidEast-net_4_5.csproj
+++ b/mcs/class/I18N/MidEast/I18N.MidEast-net_4_5.csproj
@@ -61,9 +61,13 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
- </PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PostBuildEvent>
@@ -72,11 +76,11 @@
</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="..\I18N\Common\I18N-net_4_5.csproj">
+ <ProjectReference Include="../Common/I18N-net_4_5.csproj">
<Project>{C337A9A4-3797-4339-AD23-493DF062CD76}</Project>
<Name>Common\I18N-net_4_5</Name>
</ProjectReference>
diff --git a/mcs/class/I18N/Other/I18N.Other-net_4_5.csproj b/mcs/class/I18N/Other/I18N.Other-net_4_5.csproj
index 180c64e116c..0e6cbf1e160 100644
--- a/mcs/class/I18N/Other/I18N.Other-net_4_5.csproj
+++ b/mcs/class/I18N/Other/I18N.Other-net_4_5.csproj
@@ -63,9 +63,13 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
- </PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PostBuildEvent>
@@ -74,11 +78,11 @@
</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="..\I18N\Common\I18N-net_4_5.csproj">
+ <ProjectReference Include="../Common/I18N-net_4_5.csproj">
<Project>{C337A9A4-3797-4339-AD23-493DF062CD76}</Project>
<Name>Common\I18N-net_4_5</Name>
</ProjectReference>
diff --git a/mcs/class/I18N/Rare/I18N.Rare-net_4_5.csproj b/mcs/class/I18N/Rare/I18N.Rare-net_4_5.csproj
index 0c405f4646f..08f7769891d 100644
--- a/mcs/class/I18N/Rare/I18N.Rare-net_4_5.csproj
+++ b/mcs/class/I18N/Rare/I18N.Rare-net_4_5.csproj
@@ -91,9 +91,13 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
- </PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PostBuildEvent>
@@ -102,11 +106,11 @@
</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="..\I18N\Common\I18N-net_4_5.csproj">
+ <ProjectReference Include="../Common/I18N-net_4_5.csproj">
<Project>{C337A9A4-3797-4339-AD23-493DF062CD76}</Project>
<Name>Common\I18N-net_4_5</Name>
</ProjectReference>
diff --git a/mcs/class/I18N/West/I18N.West-net_4_5.csproj b/mcs/class/I18N/West/I18N.West-net_4_5.csproj
index 4c4c6d46287..12daa0d7364 100644
--- a/mcs/class/I18N/West/I18N.West-net_4_5.csproj
+++ b/mcs/class/I18N/West/I18N.West-net_4_5.csproj
@@ -69,9 +69,13 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
- </PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PostBuildEvent>
@@ -80,11 +84,11 @@
</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="..\I18N\Common\I18N-net_4_5.csproj">
+ <ProjectReference Include="../Common/I18N-net_4_5.csproj">
<Project>{C337A9A4-3797-4339-AD23-493DF062CD76}</Project>
<Name>Common\I18N-net_4_5</Name>
</ProjectReference>