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.Web.WebPages.Razor
parentcaa76153288d51a87cccf4a4131efeb26c290051 (diff)
Refreshed the CSProj files to use the new output build directory
Diffstat (limited to 'mcs/class/System.Web.WebPages.Razor')
-rw-r--r--mcs/class/System.Web.WebPages.Razor/System.Web.WebPages.Razor-net_4_5.csproj30
1 files changed, 17 insertions, 13 deletions
diff --git a/mcs/class/System.Web.WebPages.Razor/System.Web.WebPages.Razor-net_4_5.csproj b/mcs/class/System.Web.WebPages.Razor/System.Web.WebPages.Razor-net_4_5.csproj
index 58497ced78d..80b7572cccb 100644
--- a/mcs/class/System.Web.WebPages.Razor/System.Web.WebPages.Razor-net_4_5.csproj
+++ b/mcs/class/System.Web.WebPages.Razor/System.Web.WebPages.Razor-net_4_5.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{7A8432CA-9024-4496-A751-18AEFC8932E7}</ProjectGuid>
+ <ProjectGuid>{4E601800-644F-49B2-B1C9-60D3489AAC38}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\System.Web.WebPages.Razor-net_4_5</OutputPath>
+ <OutputPath>./../../class/lib/net_4_5</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -76,37 +76,40 @@
<PreBuildEvent>
</PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D
- </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{07C1F58B-9E99-47F8-A847-79EDA5157DA8}</Project>
+ <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
<Name>corlib\corlib-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_5-2.csproj">
- <Project>{38FCD731-0E11-46F7-A31B-DCBE853AD8D7}</Project>
+ <Project>{5C605B73-19DA-4FB7-AB39-C7EF9A8B19FE}</Project>
<Name>System\System-net_4_5-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
- <Project>{D8260595-C32F-4AC3-9C01-2CD2528CFA1D}</Project>
+ <Project>{D92530F4-3F2B-4351-BD21-9D6BEE6D2A4E}</Project>
<Name>System.Core\System.Core-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Configuration\System.Configuration-net_4_5.csproj">
- <Project>{CA2CD67B-1308-460D-BDBA-498F63DEAA31}</Project>
+ <Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>
<Name>System.Configuration\System.Configuration-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Web\System.Web-net_4_5-2.csproj">
- <Project>{93406A57-422B-4A7E-886A-B37F2E97DB78}</Project>
+ <Project>{725FB152-838A-4C6E-8A12-AC47E2DD4CEA}</Project>
<Name>System.Web\System.Web-net_4_5-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.Web.WebPages\System.Web.WebPages-net_4_5.csproj">
- <Project>{E9421151-F425-415F-8D32-5F28974E3C72}</Project>
+ <Project>{FFDF7B0A-BD62-4E39-8A80-A42B560149C5}</Project>
<Name>System.Web.WebPages\System.Web.WebPages-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Web.Razor\System.Web.Razor-net_4_5.csproj">
- <Project>{030FB9AF-B3A5-4FCB-B59C-E1C90675CD42}</Project>
+ <Project>{FF61AB24-4492-47FA-B4D3-8D961113DD08}</Project>
<Name>System.Web.Razor\System.Web.Razor-net_4_5</Name>
</ProjectReference>
</ItemGroup>
@@ -121,4 +124,5 @@
<LogicalName>System.Web.WebPages.Razor.Common.CommonResources.resources</LogicalName>
</EmbeddedResource>
</ItemGroup>
-</Project>
+</Project>
+