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.Security
parente5428041b229486cce6b93bb8d496f09d350c428 (diff)
[build] Fresh new csproj files based on the updated build system.
Diffstat (limited to 'mcs/class/System.Security')
-rw-r--r--mcs/class/System.Security/System.Security-net_4_5.csproj24
1 files changed, 14 insertions, 10 deletions
diff --git a/mcs/class/System.Security/System.Security-net_4_5.csproj b/mcs/class/System.Security/System.Security-net_4_5.csproj
index bbbac81a11b..3ba1539f43a 100644
--- a/mcs/class/System.Security/System.Security-net_4_5.csproj
+++ b/mcs/class/System.Security/System.Security-net_4_5.csproj
@@ -148,9 +148,13 @@
</Target>
-->
<PropertyGroup>
- <PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
- </PreBuildEvent>
<PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
</PostBuildEvent>
@@ -159,19 +163,19 @@
</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-1.csproj">
- <Project>{6822DF7D-F859-4F02-9946-F138AA756A0E}</Project>
- <Name>System\System-net_4_5-1</Name>
+ <ProjectReference Include="../System/System-secxml-net_4_5.csproj">
+ <Project>{46F151F2-A422-4A1B-9D29-2E148CE73629}</Project>
+ <Name>System\System-secxml-net_4_5</Name>
</ProjectReference>
- <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 Include="../System.XML/System.Xml-bare-net_4_5.csproj">
+ <Project>{21FB091E-0F84-479E-AB16-6503D36852F9}</Project>
+ <Name>System.XML\System.Xml-bare-net_4_5</Name>
</ProjectReference>
- <ProjectReference Include="..\Mono.Security\Mono.Security-net_4_5.csproj">
+ <ProjectReference Include="../Mono.Security/Mono.Security-net_4_5.csproj">
<Project>{D68D4FED-CA32-4800-A628-58BAE485562C}</Project>
<Name>Mono.Security\Mono.Security-net_4_5</Name>
</ProjectReference>