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:
authorMarek Safar <marek.safar@gmail.com>2013-07-02 15:44:46 +0400
committerMarek Safar <marek.safar@gmail.com>2013-07-02 15:45:15 +0400
commitb888cf5f041b2459bf32ea98d39365f9c2a64375 (patch)
tree4945b371397cce985f9df4567aa6124fd73065ee /mcs/class/System.Json
parent11ab0e0864af8f10c07c38d90c518f719f282f2e (diff)
Update csproj files
Diffstat (limited to 'mcs/class/System.Json')
-rw-r--r--mcs/class/System.Json/System.Json-net_2_0.csproj95
-rw-r--r--mcs/class/System.Json/System.Json-net_4_0.csproj12
-rw-r--r--mcs/class/System.Json/System.Json-net_4_5.csproj12
-rw-r--r--mcs/class/System.Json/System.Json-tests-net_4_0.csproj14
-rw-r--r--mcs/class/System.Json/System.Json-tests-net_4_5.csproj14
5 files changed, 121 insertions, 26 deletions
diff --git a/mcs/class/System.Json/System.Json-net_2_0.csproj b/mcs/class/System.Json/System.Json-net_2_0.csproj
new file mode 100644
index 00000000000..f05b5ed2aa4
--- /dev/null
+++ b/mcs/class/System.Json/System.Json-net_2_0.csproj
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{0D85D5CB-96C9-47D3-9738-DF3D729063F4}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699</NoWarn>
+ <OutputPath>bin\Debug\System.Json-net_2_0</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>
+ </RootNamespace>
+ <AssemblyName>System.Json</AssemblyName>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>false</Optimize>
+ <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\System.ServiceModel.Web\System.Runtime.Serialization.Json\JavaScriptReader.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Json\JsonArray.cs" />
+ <Compile Include="System.Json\JsonObject.cs" />
+ <Compile Include="System.Json\JsonPrimitive.cs" />
+ <Compile Include="System.Json\JsonType.cs" />
+ <Compile Include="System.Json\JsonValue.cs" /> </ItemGroup>
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+ <PropertyGroup>
+ <PreBuildEvent>
+
+ </PreBuildEvent>
+ <PostBuildEvent>
+ xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
+ </PostBuildEvent>
+ </PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
+ <Project>{EB7444A6-C3E6-4224-BDB0-63CA3B4F2B87}</Project>
+ <Name>corlib\corlib-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System\System-net_2_0-2.csproj">
+ <Project>{79F25FD7-0D76-4526-AF39-1A648649A827}</Project>
+ <Name>System\System-net_2_0-2</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
+ <Project>{D9776E38-7673-45F6-BF19-7B77830DF9CA}</Project>
+ <Name>System.XML\System.Xml-net_2_0-1</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">
+ <Project>{B91370A1-A33A-4F7A-BDF2-1E194AFA0869}</Project>
+ <Name>System.Core\System.Core-net_2_0</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\System.ServiceModel.Web\System.ServiceModel.Web-net_2_0.csproj">
+ <Project>{C1E98610-9EA1-4973-A48B-E7CE2E790F40}</Project>
+ <Name>System.ServiceModel.Web\System.ServiceModel.Web-net_2_0</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/System.Json/System.Json-net_4_0.csproj b/mcs/class/System.Json/System.Json-net_4_0.csproj
index 4d69e0332eb..b41628c9a49 100644
--- a/mcs/class/System.Json/System.Json-net_4_0.csproj
+++ b/mcs/class/System.Json/System.Json-net_4_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{2EF16F5D-C799-4D6D-B489-3E5F75813927}</ProjectGuid>
+ <ProjectGuid>{71477BE9-736B-4E63-87FB-D3BCBA4BB863}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\System.Json-net_4_0</OutputPath>
@@ -69,23 +69,23 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{7B7210E5-3B98-492F-B57E-BD53A99C39B0}</Project>
+ <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>
<Name>corlib\corlib-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{1A075F2A-40CF-48B5-B817-8B03444DB7C6}</Project>
+ <Project>{8260E24F-1471-4320-AB5B-7CC7B68521E3}</Project>
<Name>System\System-net_4_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{F9E777F8-E3F2-4E19-8DC9-2D1BB6B380A6}</Project>
+ <Project>{51720A26-B4D9-4B84-8CB5-9CBA57477FBB}</Project>
<Name>System.XML\System.Xml-net_4_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
- <Project>{2590BECB-2660-49C6-93B1-B9E7D0796214}</Project>
+ <Project>{D121EB80-19C6-4313-9BBE-6F66556CE8B7}</Project>
<Name>System.Core\System.Core-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.ServiceModel.Web\System.ServiceModel.Web-net_4_0.csproj">
- <Project>{2F40A7ED-89D4-414D-B916-6ECB39F15BD2}</Project>
+ <Project>{B9CFA1C3-B2EE-40CB-85EC-674A2D1CAC5F}</Project>
<Name>System.ServiceModel.Web\System.ServiceModel.Web-net_4_0</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/System.Json/System.Json-net_4_5.csproj b/mcs/class/System.Json/System.Json-net_4_5.csproj
index 57c6923a369..a92505cd37f 100644
--- a/mcs/class/System.Json/System.Json-net_4_5.csproj
+++ b/mcs/class/System.Json/System.Json-net_4_5.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{DBD6E6AA-45EA-4844-989B-C95A001A0440}</ProjectGuid>
+ <ProjectGuid>{EB9696AB-2203-48F1-92B4-86BD28340248}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\System.Json-net_4_5</OutputPath>
@@ -69,23 +69,23 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{05A7A0C2-6946-4CF5-9ED3-44AB0B428C4E}</Project>
+ <Project>{07C1F58B-9E99-47F8-A847-79EDA5157DA8}</Project>
<Name>corlib\corlib-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_5-2.csproj">
- <Project>{34966210-D64D-419C-94A4-9A6093CE5882}</Project>
+ <Project>{38FCD731-0E11-46F7-A31B-DCBE853AD8D7}</Project>
<Name>System\System-net_4_5-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
- <Project>{6374B2FC-93C6-4FD0-8CF0-8EB12F5AC71D}</Project>
+ <Project>{4ED6CCE8-8E8A-4D82-8BCA-3EA4D4203AA4}</Project>
<Name>System.XML\System.Xml-net_4_5-1</Name>
</ProjectReference>
<ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
- <Project>{E77D8877-AEAD-4FDF-8A44-36AAA0B20653}</Project>
+ <Project>{D8260595-C32F-4AC3-9C01-2CD2528CFA1D}</Project>
<Name>System.Core\System.Core-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.ServiceModel.Web\System.ServiceModel.Web-net_4_5.csproj">
- <Project>{89390ACC-32C7-45EE-A169-BA1A4EEE6C47}</Project>
+ <Project>{BC669CAE-D6F8-49B9-8AC3-68B48BD70587}</Project>
<Name>System.ServiceModel.Web\System.ServiceModel.Web-net_4_5</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/System.Json/System.Json-tests-net_4_0.csproj b/mcs/class/System.Json/System.Json-tests-net_4_0.csproj
index 59647fba93d..182c6bbcfdf 100644
--- a/mcs/class/System.Json/System.Json-tests-net_4_0.csproj
+++ b/mcs/class/System.Json/System.Json-tests-net_4_0.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{7D8F59BB-6E83-4C14-9669-6CAFE72B2EFD}</ProjectGuid>
+ <ProjectGuid>{63979AFA-C8E9-4FE6-8033-DE3913BAC11F}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\System.Json-tests-net_4_0</OutputPath>
@@ -63,27 +63,27 @@
<ItemGroup>
<Reference Include="..\lib\net_4_0\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{7B7210E5-3B98-492F-B57E-BD53A99C39B0}</Project>
+ <Project>{3874F10B-9AE4-4A7E-873B-42FFDCE80CB7}</Project>
<Name>corlib\corlib-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.Json\System.Json-net_4_0.csproj">
- <Project>{2EF16F5D-C799-4D6D-B489-3E5F75813927}</Project>
+ <Project>{71477BE9-736B-4E63-87FB-D3BCBA4BB863}</Project>
<Name>System.Json\System.Json-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{1A075F2A-40CF-48B5-B817-8B03444DB7C6}</Project>
+ <Project>{8260E24F-1471-4320-AB5B-7CC7B68521E3}</Project>
<Name>System\System-net_4_0-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{F9E777F8-E3F2-4E19-8DC9-2D1BB6B380A6}</Project>
+ <Project>{51720A26-B4D9-4B84-8CB5-9CBA57477FBB}</Project>
<Name>System.XML\System.Xml-net_4_0-1</Name>
</ProjectReference>
<ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
- <Project>{2590BECB-2660-49C6-93B1-B9E7D0796214}</Project>
+ <Project>{D121EB80-19C6-4313-9BBE-6F66556CE8B7}</Project>
<Name>System.Core\System.Core-net_4_0</Name>
</ProjectReference>
<ProjectReference Include="..\System.ServiceModel.Web\System.ServiceModel.Web-net_4_0.csproj">
- <Project>{2F40A7ED-89D4-414D-B916-6ECB39F15BD2}</Project>
+ <Project>{B9CFA1C3-B2EE-40CB-85EC-674A2D1CAC5F}</Project>
<Name>System.ServiceModel.Web\System.ServiceModel.Web-net_4_0</Name>
</ProjectReference>
</ItemGroup>
diff --git a/mcs/class/System.Json/System.Json-tests-net_4_5.csproj b/mcs/class/System.Json/System.Json-tests-net_4_5.csproj
index 9b32df42587..343fbd74875 100644
--- a/mcs/class/System.Json/System.Json-tests-net_4_5.csproj
+++ b/mcs/class/System.Json/System.Json-tests-net_4_5.csproj
@@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{4E2A4405-91F8-4A5F-9925-D16C0AE8BBB5}</ProjectGuid>
+ <ProjectGuid>{704ADB45-E58F-432D-955A-69E3B5DDEE77}</ProjectGuid>
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>bin\Debug\System.Json-tests-net_4_5</OutputPath>
@@ -63,27 +63,27 @@
<ItemGroup>
<Reference Include="..\lib\net_4_5\nunit.framework.dll" />
<ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{05A7A0C2-6946-4CF5-9ED3-44AB0B428C4E}</Project>
+ <Project>{07C1F58B-9E99-47F8-A847-79EDA5157DA8}</Project>
<Name>corlib\corlib-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.Json\System.Json-net_4_5.csproj">
- <Project>{DBD6E6AA-45EA-4844-989B-C95A001A0440}</Project>
+ <Project>{EB9696AB-2203-48F1-92B4-86BD28340248}</Project>
<Name>System.Json\System.Json-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System\System-net_4_5-2.csproj">
- <Project>{34966210-D64D-419C-94A4-9A6093CE5882}</Project>
+ <Project>{38FCD731-0E11-46F7-A31B-DCBE853AD8D7}</Project>
<Name>System\System-net_4_5-2</Name>
</ProjectReference>
<ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
- <Project>{6374B2FC-93C6-4FD0-8CF0-8EB12F5AC71D}</Project>
+ <Project>{4ED6CCE8-8E8A-4D82-8BCA-3EA4D4203AA4}</Project>
<Name>System.XML\System.Xml-net_4_5-1</Name>
</ProjectReference>
<ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
- <Project>{E77D8877-AEAD-4FDF-8A44-36AAA0B20653}</Project>
+ <Project>{D8260595-C32F-4AC3-9C01-2CD2528CFA1D}</Project>
<Name>System.Core\System.Core-net_4_5</Name>
</ProjectReference>
<ProjectReference Include="..\System.ServiceModel.Web\System.ServiceModel.Web-net_4_5.csproj">
- <Project>{89390ACC-32C7-45EE-A169-BA1A4EEE6C47}</Project>
+ <Project>{BC669CAE-D6F8-49B9-8AC3-68B48BD70587}</Project>
<Name>System.ServiceModel.Web\System.ServiceModel.Web-net_4_5</Name>
</ProjectReference>
</ItemGroup>