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:
Diffstat (limited to 'mcs/class/I18N/Other/I18N.Other-net_4_5.csproj')
-rw-r--r--mcs/class/I18N/Other/I18N.Other-net_4_5.csproj12
1 files changed, 8 insertions, 4 deletions
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>