~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.Silverlight.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 ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
 
4
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
5
  </PropertyGroup>
 
6
  <PropertyGroup>
 
7
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
8
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
9
    <ProductVersion>9.0.30729</ProductVersion>
 
10
    <SchemaVersion>2.0</SchemaVersion>
 
11
    <ProjectGuid>{DC3C6F3D-2CA1-4278-9B79-63770FB3EA2D}</ProjectGuid>
 
12
    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
 
13
    <OutputType>Library</OutputType>
 
14
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
15
    <RootNamespace>Newtonsoft.Json</RootNamespace>
 
16
    <AssemblyName>Newtonsoft.Json</AssemblyName>
 
17
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
18
    <SilverlightApplication>false</SilverlightApplication>
 
19
    <ValidateXaml>true</ValidateXaml>
 
20
    <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
 
21
    <FileUpgradeFlags>
 
22
    </FileUpgradeFlags>
 
23
    <OldToolsVersion>3.5</OldToolsVersion>
 
24
    <UpgradeBackupLocation>
 
25
    </UpgradeBackupLocation>
 
26
    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
 
27
    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
 
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
    <IsWebBootstrapper>false</IsWebBootstrapper>
 
41
    <UseApplicationTrust>false</UseApplicationTrust>
 
42
    <BootstrapperEnabled>true</BootstrapperEnabled>
 
43
    <TargetFrameworkProfile />
 
44
    <SignManifests>false</SignManifests>
 
45
  </PropertyGroup>
 
46
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
47
    <DebugSymbols>true</DebugSymbols>
 
48
    <DebugType>full</DebugType>
 
49
    <Optimize>false</Optimize>
 
50
    <OutputPath>Bin\Debug\Silverlight\</OutputPath>
 
51
    <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
 
52
    <NoStdLib>true</NoStdLib>
 
53
    <NoConfig>true</NoConfig>
 
54
    <ErrorReport>prompt</ErrorReport>
 
55
    <WarningLevel>4</WarningLevel>
 
56
    <DocumentationFile>Bin\Debug\Silverlight\Newtonsoft.Json.xml</DocumentationFile>
 
57
    <CodeAnalysisRuleSet>Newtonsoft.Json.ruleset</CodeAnalysisRuleSet>
 
58
    <RunCodeAnalysis>true</RunCodeAnalysis>
 
59
  </PropertyGroup>
 
60
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
61
    <DebugType>pdbonly</DebugType>
 
62
    <Optimize>true</Optimize>
 
63
    <OutputPath>Bin\Release\Silverlight\</OutputPath>
 
64
    <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
 
65
    <NoStdLib>true</NoStdLib>
 
66
    <NoConfig>true</NoConfig>
 
67
    <ErrorReport>prompt</ErrorReport>
 
68
    <WarningLevel>4</WarningLevel>
 
69
    <DocumentationFile>Bin\Release\Silverlight\Newtonsoft.Json.xml</DocumentationFile>
 
70
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
71
  </PropertyGroup>
 
72
  <ItemGroup>
 
73
    <Reference Include="System.Runtime.Serialization" />
 
74
    <Reference Include="System.Windows" />
 
75
    <Reference Include="mscorlib" />
 
76
    <Reference Include="system" />
 
77
    <Reference Include="System.Core" />
 
78
    <Reference Include="System.Xml" />
 
79
    <Reference Include="System.Net" />
 
80
    <Reference Include="System.Windows.Browser" />
 
81
  </ItemGroup>
 
82
  <ItemGroup>
 
83
    <Compile Include="Bson\BsonBinaryType.cs" />
 
84
    <Compile Include="Bson\BsonBinaryWriter.cs" />
 
85
    <Compile Include="Bson\BsonObjectId.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="ConstructorHandling.cs" />
 
91
    <Compile Include="Converters\BinaryConverter.cs" />
 
92
    <Compile Include="Converters\BsonObjectIdConverter.cs" />
 
93
    <Compile Include="Converters\CustomCreationConverter.cs" />
 
94
    <Compile Include="Converters\DataSetConverter.cs" />
 
95
    <Compile Include="Converters\DataTableConverter.cs" />
 
96
    <Compile Include="Converters\DateTimeConverterBase.cs" />
 
97
    <Compile Include="Converters\EntityKeyMemberConverter.cs" />
 
98
    <Compile Include="Converters\ExpandoObjectConverter.cs" />
 
99
    <Compile Include="Converters\IsoDateTimeConverter.cs" />
 
100
    <Compile Include="Converters\JavaScriptDateTimeConverter.cs" />
 
101
    <Compile Include="Converters\KeyValuePairConverter.cs" />
 
102
    <Compile Include="Converters\RegexConverter.cs" />
 
103
    <Compile Include="Converters\StringEnumConverter.cs" />
 
104
    <Compile Include="Converters\VersionConverter.cs" />
 
105
    <Compile Include="Converters\XmlNodeConverter.cs" />
 
106
    <Compile Include="DateFormatHandling.cs" />
 
107
    <Compile Include="DateParseHandling.cs" />
 
108
    <Compile Include="DateTimeZoneHandling.cs" />
 
109
    <Compile Include="FormatterAssemblyStyle.cs" />
 
110
    <Compile Include="DefaultValueHandling.cs" />
 
111
    <Compile Include="Formatting.cs" />
 
112
    <Compile Include="IJsonLineInfo.cs" />
 
113
    <Compile Include="JsonArrayAttribute.cs" />
 
114
    <Compile Include="JsonConstructorAttribute.cs" />
 
115
    <Compile Include="JsonContainerAttribute.cs" />
 
116
    <Compile Include="JsonConvert.cs" />
 
117
    <Compile Include="JsonConverter.cs" />
 
118
    <Compile Include="JsonConverterAttribute.cs" />
 
119
    <Compile Include="JsonConverterCollection.cs" />
 
120
    <Compile Include="JsonDictionaryAttribute.cs" />
 
121
    <Compile Include="JsonException.cs" />
 
122
    <Compile Include="JsonIgnoreAttribute.cs" />
 
123
    <Compile Include="JsonObjectAttribute.cs" />
 
124
    <Compile Include="JsonPosition.cs" />
 
125
    <Compile Include="JsonPropertyAttribute.cs" />
 
126
    <Compile Include="JsonReader.cs" />
 
127
    <Compile Include="JsonReaderException.cs" />
 
128
    <Compile Include="JsonSerializationException.cs" />
 
129
    <Compile Include="JsonSerializer.cs" />
 
130
    <Compile Include="JsonSerializerSettings.cs" />
 
131
    <Compile Include="JsonTextReader.cs" />
 
132
    <Compile Include="JsonTextWriter.cs" />
 
133
    <Compile Include="JsonToken.cs" />
 
134
    <Compile Include="JsonValidatingReader.cs" />
 
135
    <Compile Include="JsonWriter.cs" />
 
136
    <Compile Include="JsonWriterException.cs" />
 
137
    <Compile Include="Linq\Extensions.cs" />
 
138
    <Compile Include="Linq\IJEnumerable.cs" />
 
139
    <Compile Include="Linq\JArray.cs" />
 
140
    <Compile Include="Linq\JConstructor.cs" />
 
141
    <Compile Include="Linq\JContainer.cs" />
 
142
    <Compile Include="Linq\JEnumerable.cs" />
 
143
    <Compile Include="Linq\JObject.cs" />
 
144
    <Compile Include="Linq\JPath.cs" />
 
145
    <Compile Include="Linq\JProperty.cs" />
 
146
    <Compile Include="Linq\JPropertyDescriptor.cs" />
 
147
    <Compile Include="Linq\JPropertyKeyedCollection.cs" />
 
148
    <Compile Include="Linq\JRaw.cs" />
 
149
    <Compile Include="Linq\JToken.cs" />
 
150
    <Compile Include="Linq\JTokenEqualityComparer.cs" />
 
151
    <Compile Include="Linq\JTokenReader.cs" />
 
152
    <Compile Include="Linq\JTokenType.cs" />
 
153
    <Compile Include="Linq\JTokenWriter.cs" />
 
154
    <Compile Include="Linq\JValue.cs" />
 
155
    <Compile Include="MemberSerialization.cs" />
 
156
    <Compile Include="MissingMemberHandling.cs" />
 
157
    <Compile Include="NullValueHandling.cs" />
 
158
    <Compile Include="ObjectCreationHandling.cs" />
 
159
    <Compile Include="PreserveReferencesHandling.cs" />
 
160
    <Compile Include="Properties\AssemblyInfo.cs" />
 
161
    <Compile Include="ReferenceLoopHandling.cs" />
 
162
    <Compile Include="Required.cs" />
 
163
    <Compile Include="SerializationBinder.cs" />
 
164
    <Compile Include="Serialization\CachedAttributeGetter.cs" />
 
165
    <Compile Include="Serialization\CamelCasePropertyNamesContractResolver.cs" />
 
166
    <Compile Include="Serialization\DefaultContractResolver.cs" />
 
167
    <Compile Include="Serialization\DefaultReferenceResolver.cs" />
 
168
    <Compile Include="Serialization\DefaultSerializationBinder.cs" />
 
169
    <Compile Include="Serialization\DiagnosticsTraceWriter.cs" />
 
170
    <Compile Include="Serialization\DynamicValueProvider.cs" />
 
171
    <Compile Include="Serialization\ErrorContext.cs" />
 
172
    <Compile Include="Serialization\ErrorEventArgs.cs" />
 
173
    <Compile Include="Serialization\IContractResolver.cs" />
 
174
    <Compile Include="Serialization\IReferenceResolver.cs" />
 
175
    <Compile Include="Serialization\ITraceWriter.cs" />
 
176
    <Compile Include="Serialization\IValueProvider.cs" />
 
177
    <Compile Include="Serialization\JsonArrayContract.cs" />
 
178
    <Compile Include="Serialization\JsonContainerContract.cs" />
 
179
    <Compile Include="Serialization\JsonContract.cs" />
 
180
    <Compile Include="Serialization\JsonDictionaryContract.cs" />
 
181
    <Compile Include="Serialization\JsonDynamicContract.cs" />
 
182
    <Compile Include="Serialization\JsonFormatterConverter.cs" />
 
183
    <Compile Include="Serialization\JsonISerializableContract.cs" />
 
184
    <Compile Include="Serialization\JsonLinqContract.cs" />
 
185
    <Compile Include="Serialization\JsonObjectContract.cs" />
 
186
    <Compile Include="Serialization\JsonPrimitiveContract.cs" />
 
187
    <Compile Include="Serialization\JsonProperty.cs" />
 
188
    <Compile Include="Serialization\JsonPropertyCollection.cs" />
 
189
    <Compile Include="Serialization\JsonSerializerInternalBase.cs" />
 
190
    <Compile Include="Serialization\JsonSerializerProxy.cs" />
 
191
    <Compile Include="Serialization\JsonSerializerInternalReader.cs" />
 
192
    <Compile Include="Serialization\JsonSerializerInternalWriter.cs" />
 
193
    <Compile Include="Serialization\JsonStringContract.cs" />
 
194
    <Compile Include="Serialization\LateBoundMetadataTypeAttribute.cs" />
 
195
    <Compile Include="Serialization\MemoryTraceWriter.cs" />
 
196
    <Compile Include="Serialization\ObjectConstructor.cs" />
 
197
    <Compile Include="Serialization\OnErrorAttribute.cs" />
 
198
    <Compile Include="Serialization\ReflectionValueProvider.cs" />
 
199
    <Compile Include="StreamingContext.cs" />
 
200
    <Compile Include="StringEscapeHandling.cs" />
 
201
    <Compile Include="TraceLevel.cs" />
 
202
    <Compile Include="TypeNameHandling.cs" />
 
203
    <Compile Include="Utilities\Base64Encoder.cs" />
 
204
    <Compile Include="Utilities\BidirectionalDictionary.cs" />
 
205
    <Compile Include="Utilities\CollectionUtils.cs" />
 
206
    <Compile Include="Utilities\CollectionWrapper.cs" />
 
207
    <Compile Include="Utilities\ConvertUtils.cs" />
 
208
    <Compile Include="Utilities\DateTimeUtils.cs" />
 
209
    <Compile Include="Utilities\DictionaryWrapper.cs" />
 
210
    <Compile Include="Utilities\DynamicProxy.cs" />
 
211
    <Compile Include="Utilities\DynamicProxyMetaObject.cs" />
 
212
    <Compile Include="Utilities\DynamicReflectionDelegateFactory.cs" />
 
213
    <Compile Include="Utilities\DynamicUtils.cs" />
 
214
    <Compile Include="Utilities\DynamicWrapper.cs" />
 
215
    <Compile Include="Utilities\EnumUtils.cs" />
 
216
    <Compile Include="Utilities\EnumValue.cs" />
 
217
    <Compile Include="Utilities\EnumValues.cs" />
 
218
    <Compile Include="Utilities\ILGeneratorExtensions.cs" />
 
219
    <Compile Include="Utilities\JavaScriptUtils.cs" />
 
220
    <Compile Include="Utilities\LateBoundReflectionDelegateFactory.cs" />
 
221
    <Compile Include="Utilities\ListWrapper.cs" />
 
222
    <Compile Include="Utilities\MathUtils.cs" />
 
223
    <Compile Include="Utilities\MethodCall.cs" />
 
224
    <Compile Include="Utilities\MiscellaneousUtils.cs" />
 
225
    <Compile Include="Utilities\ReflectionDelegateFactory.cs" />
 
226
    <Compile Include="Utilities\ReflectionUtils.cs" />
 
227
    <Compile Include="Utilities\StringBuffer.cs" />
 
228
    <Compile Include="Utilities\StringReference.cs" />
 
229
    <Compile Include="Utilities\StringUtils.cs" />
 
230
    <Compile Include="Utilities\ThreadSafeStore.cs" />
 
231
    <Compile Include="Utilities\TypeExtensions.cs" />
 
232
    <Compile Include="Utilities\ValidationUtils.cs" />
 
233
    <Compile Include="Schema\Extensions.cs" />
 
234
    <Compile Include="Schema\JsonSchemaException.cs" />
 
235
    <Compile Include="Schema\JsonSchemaModel.cs" />
 
236
    <Compile Include="Schema\JsonSchemaModelBuilder.cs" />
 
237
    <Compile Include="Schema\JsonSchemaNodeCollection.cs" />
 
238
    <Compile Include="Schema\JsonSchemaNode.cs" />
 
239
    <Compile Include="Schema\JsonSchemaWriter.cs" />
 
240
    <Compile Include="Schema\UndefinedSchemaIdHandling.cs" />
 
241
    <Compile Include="Schema\ValidationEventArgs.cs" />
 
242
    <Compile Include="Schema\ValidationEventHandler.cs" />
 
243
    <Compile Include="Schema\JsonSchema.cs" />
 
244
    <Compile Include="Schema\JsonSchemaBuilder.cs" />
 
245
    <Compile Include="Schema\JsonSchemaConstants.cs" />
 
246
    <Compile Include="Schema\JsonSchemaGenerator.cs" />
 
247
    <Compile Include="Schema\JsonSchemaResolver.cs" />
 
248
    <Compile Include="Schema\JsonSchemaType.cs" />
 
249
    <Compile Include="Serialization\JsonTypeReflector.cs" />
 
250
    <Compile Include="WriteState.cs" />
 
251
  </ItemGroup>
 
252
  <ItemGroup>
 
253
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
 
254
      <Visible>False</Visible>
 
255
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
 
256
      <Install>false</Install>
 
257
    </BootstrapperPackage>
 
258
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 
259
      <Visible>False</Visible>
 
260
      <ProductName>.NET Framework 3.5 SP1</ProductName>
 
261
      <Install>true</Install>
 
262
    </BootstrapperPackage>
 
263
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
 
264
      <Visible>False</Visible>
 
265
      <ProductName>Windows Installer 3.1</ProductName>
 
266
      <Install>true</Install>
 
267
    </BootstrapperPackage>
 
268
  </ItemGroup>
 
269
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
 
270
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
271
       Other similar extension points exist, see Microsoft.Common.targets.
 
272
  <Target Name="BeforeBuild">
 
273
  </Target>
 
274
  <Target Name="AfterBuild">
 
275
  </Target>
 
276
  -->
 
277
  <ProjectExtensions>
 
278
    <VisualStudio>
 
279
      <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
 
280
        <SilverlightProjectProperties />
 
281
      </FlavorProperties>
 
282
    </VisualStudio>
 
283
  </ProjectExtensions>
 
284
</Project>
 
 
b'\\ No newline at end of file'