~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/Newtonsoft.Json/Src/Newtonsoft.Json/Newtonsoft.Json.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ļ»æ<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>9.0.30729</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{A9AE40FF-1A21-414A-9FE7-3BE13644CC6D}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>Newtonsoft.Json</RootNamespace>
 
12
    <AssemblyName>Newtonsoft.Json</AssemblyName>
 
13
    <SignAssembly>true</SignAssembly>
 
14
    <SccProjectName>
 
15
    </SccProjectName>
 
16
    <SccLocalPath>
 
17
    </SccLocalPath>
 
18
    <SccAuxPath>
 
19
    </SccAuxPath>
 
20
    <SccProvider>
 
21
    </SccProvider>
 
22
    <FileUpgradeFlags>
 
23
    </FileUpgradeFlags>
 
24
    <OldToolsVersion>3.5</OldToolsVersion>
 
25
    <UpgradeBackupLocation>
 
26
    </UpgradeBackupLocation>
 
27
    <IsWebBootstrapper>false</IsWebBootstrapper>
 
28
    <PublishUrl>publish\</PublishUrl>
 
29
    <Install>true</Install>
 
30
    <InstallFrom>Disk</InstallFrom>
 
31
    <UpdateEnabled>false</UpdateEnabled>
 
32
    <UpdateMode>Foreground</UpdateMode>
 
33
    <UpdateInterval>7</UpdateInterval>
 
34
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 
35
    <UpdatePeriodically>false</UpdatePeriodically>
 
36
    <UpdateRequired>false</UpdateRequired>
 
37
    <MapFileExtensions>true</MapFileExtensions>
 
38
    <ApplicationRevision>0</ApplicationRevision>
 
39
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 
40
    <UseApplicationTrust>false</UseApplicationTrust>
 
41
    <BootstrapperEnabled>true</BootstrapperEnabled>
 
42
    <AssemblyOriginatorKeyFile>..\..\Build\mono.snk</AssemblyOriginatorKeyFile>
 
43
  </PropertyGroup>
 
44
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
45
    <DebugSymbols>True</DebugSymbols>
 
46
    <DebugType>full</DebugType>
 
47
    <Optimize>False</Optimize>
 
48
    <OutputPath>bin\Debug\Net40\</OutputPath>
 
49
    <DefineConstants>DEBUG;TRACE;SIGNED</DefineConstants>
 
50
    <ErrorReport>prompt</ErrorReport>
 
51
    <WarningLevel>4</WarningLevel>
 
52
    <DocumentationFile>bin\Debug\Net40\Newtonsoft.Json.xml</DocumentationFile>
 
53
    <RunCodeAnalysis>true</RunCodeAnalysis>
 
54
    <CodeAnalysisRules>
 
55
    </CodeAnalysisRules>
 
56
    <CodeAnalysisRuleSet>Newtonsoft.Json.ruleset</CodeAnalysisRuleSet>
 
57
  </PropertyGroup>
 
58
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
59
    <DebugType>pdbonly</DebugType>
 
60
    <Optimize>True</Optimize>
 
61
    <OutputPath>bin\Release\Net40\</OutputPath>
 
62
    <DefineConstants>TRACE;SIGNED</DefineConstants>
 
63
    <ErrorReport>prompt</ErrorReport>
 
64
    <WarningLevel>4</WarningLevel>
 
65
    <DocumentationFile>bin\Release\Net40\Newtonsoft.Json.xml</DocumentationFile>
 
66
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
67
    <UseVSHostingProcess>true</UseVSHostingProcess>
 
68
  </PropertyGroup>
 
69
  <ItemGroup>
 
70
    <Reference Include="System" />
 
71
    <Reference Include="System.Core">
 
72
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
73
    </Reference>
 
74
    <Reference Include="System.Data" />
 
75
    <Reference Include="System.Runtime.Serialization">
 
76
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
77
    </Reference>
 
78
    <Reference Include="System.Xml" />
 
79
    <Reference Include="System.Xml.Linq">
 
80
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
81
    </Reference>
 
82
  </ItemGroup>
 
83
  <ItemGroup>
 
84
    <Compile Include="Bson\BsonBinaryType.cs" />
 
85
    <Compile Include="Bson\BsonBinaryWriter.cs" />
 
86
    <Compile Include="Bson\BsonReader.cs" />
 
87
    <Compile Include="Bson\BsonToken.cs" />
 
88
    <Compile Include="Bson\BsonType.cs" />
 
89
    <Compile Include="Bson\BsonWriter.cs" />
 
90
    <Compile Include="Bson\BsonObjectId.cs" />
 
91
    <Compile Include="Converters\BinaryConverter.cs" />
 
92
    <Compile Include="Converters\DataSetConverter.cs" />
 
93
    <Compile Include="Converters\DataTableConverter.cs" />
 
94
    <Compile Include="Converters\CustomCreationConverter.cs" />
 
95
    <Compile Include="Converters\DateTimeConverterBase.cs" />
 
96
    <Compile Include="Converters\EntityKeyMemberConverter.cs" />
 
97
    <Compile Include="Converters\ExpandoObjectConverter.cs" />
 
98
    <Compile Include="Converters\KeyValuePairConverter.cs" />
 
99
    <Compile Include="Converters\BsonObjectIdConverter.cs" />
 
100
    <Compile Include="Converters\RegexConverter.cs" />
 
101
    <Compile Include="Converters\StringEnumConverter.cs" />
 
102
    <Compile Include="ConstructorHandling.cs" />
 
103
    <Compile Include="Converters\VersionConverter.cs" />
 
104
    <Compile Include="JsonDictionaryAttribute.cs" />
 
105
    <Compile Include="JsonException.cs" />
 
106
    <Compile Include="DateFormatHandling.cs" />
 
107
    <Compile Include="DateParseHandling.cs" />
 
108
    <Compile Include="DateTimeZoneHandling.cs" />
 
109
    <Compile Include="Formatting.cs" />
 
110
    <Compile Include="JsonConstructorAttribute.cs" />
 
111
    <Compile Include="JsonPosition.cs" />
 
112
    <Compile Include="Linq\JPropertyKeyedCollection.cs" />
 
113
    <Compile Include="Serialization\DiagnosticsTraceWriter.cs" />
 
114
    <Compile Include="Serialization\ITraceWriter.cs" />
 
115
    <Compile Include="Serialization\JsonContainerContract.cs" />
 
116
    <Compile Include="Serialization\MemoryTraceWriter.cs" />
 
117
    <Compile Include="StringEscapeHandling.cs" />
 
118
    <Compile Include="Utilities\DynamicProxy.cs" />
 
119
    <Compile Include="Linq\JPath.cs" />
 
120
    <Compile Include="Linq\JRaw.cs" />
 
121
    <Compile Include="Required.cs" />
 
122
    <Compile Include="Serialization\JsonDynamicContract.cs" />
 
123
    <Compile Include="Serialization\JsonFormatterConverter.cs" />
 
124
    <Compile Include="Serialization\JsonISerializableContract.cs" />
 
125
    <Compile Include="Serialization\JsonLinqContract.cs" />
 
126
    <Compile Include="Serialization\JsonPrimitiveContract.cs" />
 
127
    <Compile Include="Serialization\DynamicValueProvider.cs" />
 
128
    <Compile Include="Serialization\ErrorEventArgs.cs" />
 
129
    <Compile Include="Linq\JPropertyDescriptor.cs" />
 
130
    <Compile Include="Serialization\DefaultReferenceResolver.cs" />
 
131
    <Compile Include="PreserveReferencesHandling.cs" />
 
132
    <Compile Include="IJsonLineInfo.cs" />
 
133
    <Compile Include="JsonArrayAttribute.cs" />
 
134
    <Compile Include="JsonContainerAttribute.cs" />
 
135
    <Compile Include="DefaultValueHandling.cs" />
 
136
    <Compile Include="JsonConverterAttribute.cs" />
 
137
    <Compile Include="JsonObjectAttribute.cs" />
 
138
    <Compile Include="JsonSerializerSettings.cs" />
 
139
    <Compile Include="JsonValidatingReader.cs" />
 
140
    <Compile Include="Linq\IJEnumerable.cs" />
 
141
    <Compile Include="Linq\JTokenEqualityComparer.cs" />
 
142
    <Compile Include="MemberSerialization.cs" />
 
143
    <Compile Include="ObjectCreationHandling.cs" />
 
144
    <Compile Include="Converters\IsoDateTimeConverter.cs" />
 
145
    <Compile Include="Converters\JavaScriptDateTimeConverter.cs" />
 
146
    <Compile Include="Converters\XmlNodeConverter.cs" />
 
147
    <Compile Include="JsonTextReader.cs" />
 
148
    <Compile Include="JsonPropertyAttribute.cs" />
 
149
    <Compile Include="JsonIgnoreAttribute.cs" />
 
150
    <Compile Include="JsonTextWriter.cs" />
 
151
    <Compile Include="JsonWriterException.cs" />
 
152
    <Compile Include="JsonReaderException.cs" />
 
153
    <Compile Include="JsonConverter.cs" />
 
154
    <Compile Include="JsonConverterCollection.cs" />
 
155
    <Compile Include="JsonReader.cs" />
 
156
    <Compile Include="JsonConvert.cs" />
 
157
    <Compile Include="JsonSerializationException.cs" />
 
158
    <Compile Include="JsonSerializer.cs" />
 
159
    <Compile Include="Linq\Extensions.cs" />
 
160
    <Compile Include="Linq\JConstructor.cs" />
 
161
    <Compile Include="Linq\JContainer.cs" />
 
162
    <Compile Include="Linq\JEnumerable.cs" />
 
163
    <Compile Include="Linq\JObject.cs" />
 
164
    <Compile Include="Linq\JArray.cs" />
 
165
    <Compile Include="Linq\JTokenReader.cs" />
 
166
    <Compile Include="Linq\JTokenWriter.cs" />
 
167
    <Compile Include="Linq\JToken.cs" />
 
168
    <Compile Include="Linq\JProperty.cs" />
 
169
    <Compile Include="Linq\JTokenType.cs" />
 
170
    <Compile Include="Linq\JValue.cs" />
 
171
    <Compile Include="Schema\Extensions.cs" />
 
172
    <Compile Include="Schema\JsonSchemaException.cs" />
 
173
    <Compile Include="Schema\JsonSchemaModel.cs" />
 
174
    <Compile Include="Schema\JsonSchemaModelBuilder.cs" />
 
175
    <Compile Include="Schema\JsonSchemaNodeCollection.cs" />
 
176
    <Compile Include="Schema\JsonSchemaNode.cs" />
 
177
    <Compile Include="Schema\JsonSchemaResolver.cs" />
 
178
    <Compile Include="Schema\JsonSchemaWriter.cs" />
 
179
    <Compile Include="Schema\UndefinedSchemaIdHandling.cs" />
 
180
    <Compile Include="Schema\ValidationEventArgs.cs" />
 
181
    <Compile Include="Schema\ValidationEventHandler.cs" />
 
182
    <Compile Include="Serialization\CamelCasePropertyNamesContractResolver.cs" />
 
183
    <Compile Include="Serialization\DefaultContractResolver.cs" />
 
184
    <Compile Include="Serialization\DefaultSerializationBinder.cs" />
 
185
    <Compile Include="Serialization\ErrorContext.cs" />
 
186
    <Compile Include="Serialization\IContractResolver.cs" />
 
187
    <Compile Include="Serialization\IValueProvider.cs" />
 
188
    <Compile Include="Serialization\JsonArrayContract.cs" />
 
189
    <Compile Include="Serialization\JsonContract.cs" />
 
190
    <Compile Include="Serialization\JsonDictionaryContract.cs" />
 
191
    <Compile Include="Serialization\JsonProperty.cs" />
 
192
    <Compile Include="Serialization\JsonPropertyCollection.cs" />
 
193
    <Compile Include="MissingMemberHandling.cs" />
 
194
    <Compile Include="NullValueHandling.cs" />
 
195
    <Compile Include="ReferenceLoopHandling.cs" />
 
196
    <Compile Include="Schema\JsonSchema.cs" />
 
197
    <Compile Include="Schema\JsonSchemaBuilder.cs" />
 
198
    <Compile Include="Schema\JsonSchemaConstants.cs" />
 
199
    <Compile Include="Schema\JsonSchemaGenerator.cs" />
 
200
    <Compile Include="Serialization\IReferenceResolver.cs" />
 
201
    <Compile Include="Schema\JsonSchemaType.cs" />
 
202
    <Compile Include="Serialization\JsonObjectContract.cs" />
 
203
    <Compile Include="Serialization\JsonSerializerInternalBase.cs" />
 
204
    <Compile Include="Serialization\JsonSerializerInternalReader.cs" />
 
205
    <Compile Include="Serialization\JsonSerializerInternalWriter.cs" />
 
206
    <Compile Include="Serialization\JsonSerializerProxy.cs" />
 
207
    <Compile Include="Serialization\JsonStringContract.cs" />
 
208
    <Compile Include="Serialization\JsonTypeReflector.cs" />
 
209
    <Compile Include="Serialization\CachedAttributeGetter.cs" />
 
210
    <Compile Include="Serialization\LateBoundMetadataTypeAttribute.cs" />
 
211
    <Compile Include="Serialization\ReflectionValueProvider.cs" />
 
212
    <Compile Include="Serialization\OnErrorAttribute.cs" />
 
213
    <Compile Include="Utilities\Base64Encoder.cs" />
 
214
    <Compile Include="Utilities\DynamicProxyMetaObject.cs" />
 
215
    <Compile Include="Utilities\DynamicUtils.cs" />
 
216
    <Compile Include="Utilities\DynamicWrapper.cs" />
 
217
    <Compile Include="Utilities\DynamicReflectionDelegateFactory.cs" />
 
218
    <Compile Include="Serialization\ObjectConstructor.cs" />
 
219
    <Compile Include="Utilities\ILGeneratorExtensions.cs" />
 
220
    <Compile Include="Utilities\ReflectionDelegateFactory.cs" />
 
221
    <Compile Include="Utilities\LateBoundReflectionDelegateFactory.cs" />
 
222
    <Compile Include="Utilities\MethodCall.cs" />
 
223
    <Compile Include="Utilities\StringReference.cs" />
 
224
    <Compile Include="Utilities\ThreadSafeStore.cs" />
 
225
    <Compile Include="TypeNameHandling.cs" />
 
226
    <Compile Include="Utilities\BidirectionalDictionary.cs" />
 
227
    <Compile Include="Utilities\ConvertUtils.cs" />
 
228
    <Compile Include="Utilities\CollectionWrapper.cs" />
 
229
    <Compile Include="Utilities\DateTimeUtils.cs" />
 
230
    <Compile Include="Utilities\DictionaryWrapper.cs" />
 
231
    <Compile Include="Utilities\EnumUtils.cs" />
 
232
    <Compile Include="Utilities\EnumValue.cs" />
 
233
    <Compile Include="Utilities\EnumValues.cs" />
 
234
    <Compile Include="Utilities\JavaScriptUtils.cs" />
 
235
    <Compile Include="JsonToken.cs" />
 
236
    <Compile Include="JsonWriter.cs" />
 
237
    <Compile Include="Properties\AssemblyInfo.cs" />
 
238
    <Compile Include="Utilities\StringBuffer.cs" />
 
239
    <Compile Include="Utilities\CollectionUtils.cs" />
 
240
    <Compile Include="Utilities\ListWrapper.cs" />
 
241
    <Compile Include="Utilities\MathUtils.cs" />
 
242
    <Compile Include="Utilities\MiscellaneousUtils.cs" />
 
243
    <Compile Include="Utilities\ReflectionUtils.cs" />
 
244
    <Compile Include="Utilities\StringUtils.cs" />
 
245
    <Compile Include="Utilities\TypeExtensions.cs" />
 
246
    <Compile Include="Utilities\ValidationUtils.cs" />
 
247
    <Compile Include="WriteState.cs" />
 
248
  </ItemGroup>
 
249
  <ItemGroup>
 
250
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
 
251
      <Visible>False</Visible>
 
252
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
 
253
      <Install>false</Install>
 
254
    </BootstrapperPackage>
 
255
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
 
256
      <Visible>False</Visible>
 
257
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
 
258
      <Install>true</Install>
 
259
    </BootstrapperPackage>
 
260
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
 
261
      <Visible>False</Visible>
 
262
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
 
263
      <Install>false</Install>
 
264
    </BootstrapperPackage>
 
265
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
 
266
      <Visible>False</Visible>
 
267
      <ProductName>.NET Framework 3.5</ProductName>
 
268
      <Install>false</Install>
 
269
    </BootstrapperPackage>
 
270
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 
271
      <Visible>False</Visible>
 
272
      <ProductName>.NET Framework 3.5 SP1</ProductName>
 
273
      <Install>false</Install>
 
274
    </BootstrapperPackage>
 
275
  </ItemGroup>
 
276
  <ItemGroup>
 
277
    <EmbeddedResource Include="Dynamic.snk" />
 
278
  </ItemGroup>
 
279
  <ItemGroup />
 
280
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
281
</Project>
 
 
b'\\ No newline at end of file'