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-04-19 02:15:06 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-04-19 02:15:35 +0400
commitd79280674bec813a7bdf8fd314a3538ea5a5f56f (patch)
tree05539d2c94fcf6531682ec7c257e4fc6988f4114 /mcs/class/System.Numerics/System.Numerics-net_4_0.csproj
parentcaa76153288d51a87cccf4a4131efeb26c290051 (diff)
Refreshed the CSProj files to use the new output build directory
Diffstat (limited to 'mcs/class/System.Numerics/System.Numerics-net_4_0.csproj')
-rw-r--r--mcs/class/System.Numerics/System.Numerics-net_4_0.csproj21
1 files changed, 12 insertions, 9 deletions
diff --git a/mcs/class/System.Numerics/System.Numerics-net_4_0.csproj b/mcs/class/System.Numerics/System.Numerics-net_4_0.csproj
index c975ca182be..a33e8e26b59 100644
--- a/mcs/class/System.Numerics/System.Numerics-net_4_0.csproj
+++ b/mcs/class/System.Numerics/System.Numerics-net_4_0.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{9BE7809F-583C-4F8C-B9BB-7BE45B78CC93}</ProjectGuid>
+ <ProjectGuid>{8602E0AD-B84E-4107-98AD-E62FA8898241}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\System.Numerics-net_4_0</OutputPath>
+ <OutputPath>./../../class/lib/net_4_0</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -45,7 +45,6 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="System.Numerics\BigInteger.cs" />
<Compile Include="System.Numerics\Complex.cs" /> </ItemGroup>
@@ -60,21 +59,25 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_0\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>
+ <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
<Name>corlib\corlib-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{8260E24F-1471-4320-AB5B-7CC7B68521E3}</Project>
+ <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
<Name>System\System-net_4_0-2</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+