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/Mono.Security/Mono.Security-net_4_5.csproj')
-rw-r--r--mcs/class/Mono.Security/Mono.Security-net_4_5.csproj16
1 files changed, 10 insertions, 6 deletions
diff --git a/mcs/class/Mono.Security/Mono.Security-net_4_5.csproj b/mcs/class/Mono.Security/Mono.Security-net_4_5.csproj
index ab70cfaeedf..0c0f4a62813 100644
--- a/mcs/class/Mono.Security/Mono.Security-net_4_5.csproj
+++ b/mcs/class/Mono.Security/Mono.Security-net_4_5.csproj
@@ -188,9 +188,13 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
- </PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PostBuildEvent>
@@ -199,13 +203,13 @@
</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\System-net_4_5.csproj">
- <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
- <Name>System\System-net_4_5</Name>
+ <ProjectReference Include="../System/System-bare-net_4_5.csproj">
+ <Project>{91CDF14E-F60F-4AB7-BC9D-5CBD7E669076}</Project>
+ <Name>System\System-bare-net_4_5</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>