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/Mono.CodeContracts
parentcaa76153288d51a87cccf4a4131efeb26c290051 (diff)
Refreshed the CSProj files to use the new output build directory
Diffstat (limited to 'mcs/class/Mono.CodeContracts')
-rw-r--r--mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_5.csproj26
-rw-r--r--mcs/class/Mono.CodeContracts/Mono.CodeContracts-tests-net_4_5.csproj20
2 files changed, 27 insertions, 19 deletions
diff --git a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_5.csproj b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_5.csproj
index f270913b1cb..2e633bbd3ad 100644
--- a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_5.csproj
+++ b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_5.csproj
@@ -5,10 +5,10 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{61E5E4CF-E818-44D1-B718-70EE46F2B85D}</ProjectGuid>
+ <ProjectGuid>{5A56819B-A874-42CF-991C-8DD1B97115B3}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
- <OutputPath>bin\Debug\Mono.CodeContracts-net_4_5</OutputPath>
+ <OutputPath>./../../class/lib/net_4_5</OutputPath>
<NoStdLib>True</NoStdLib>
<NoConfig>True</NoConfig>
@@ -432,33 +432,37 @@
<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="..\Mono.Cecil\Mono.Cecil-net_4_5.csproj">
- <Project>{954D1C17-36C2-4EE1-A1B6-144E8AB18FB4}</Project>
+ <Project>{F6DD456E-ADE4-419D-997F-41ECA0CE79F7}</Project>
<Name>Mono.Cecil\Mono.Cecil-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\Mono.Cecil.Mdb\Mono.Cecil.Mdb-net_4_5.csproj">
- <Project>{9ABB7BB9-5EA1-4081-B205-5658A602C1F5}</Project>
+ <Project>{2B2A1E24-3EE9-4AB1-808A-941FC7B8ED6D}</Project>
<Name>Mono.Cecil.Mdb\Mono.Cecil.Mdb-net_4_5</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+
diff --git a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-tests-net_4_5.csproj b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-tests-net_4_5.csproj
index 3748cca5078..8dd45872d95 100644
--- a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-tests-net_4_5.csproj
+++ b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-tests-net_4_5.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{BB5DAECF-1B34-480C-B8EC-C1DAEEE56B89}</ProjectGuid>
+ <ProjectGuid>{ECA3830F-C627-47A4-8F3B-CB9C5172475D}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\Mono.CodeContracts-tests-net_4_5</OutputPath>
@@ -57,26 +57,30 @@
<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>
<Reference Include="..\lib\net_4_5\nunit.framework.dll" />
<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="..\Mono.CodeContracts\Mono.CodeContracts-net_4_5.csproj">
- <Project>{61E5E4CF-E818-44D1-B718-70EE46F2B85D}</Project>
+ <Project>{5A56819B-A874-42CF-991C-8DD1B97115B3}</Project>
<Name>Mono.CodeContracts\Mono.CodeContracts-net_4_5</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>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-</Project>
+</Project>
+