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

« back to all changes in this revision

Viewing changes to external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net35.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>{3E6E2335-B079-4B5B-A65A-9D586914BCBB}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>Newtonsoft.Json.Tests</RootNamespace>
 
12
    <AssemblyName>Newtonsoft.Json.Tests</AssemblyName>
 
13
    <SccProjectName>
 
14
    </SccProjectName>
 
15
    <SccLocalPath>
 
16
    </SccLocalPath>
 
17
    <SccAuxPath>
 
18
    </SccAuxPath>
 
19
    <SccProvider>
 
20
    </SccProvider>
 
21
    <FileUpgradeFlags>
 
22
    </FileUpgradeFlags>
 
23
    <OldToolsVersion>3.5</OldToolsVersion>
 
24
    <UpgradeBackupLocation>
 
25
    </UpgradeBackupLocation>
 
26
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
27
    <SignAssembly>false</SignAssembly>
 
28
    <AssemblyOriginatorKeyFile>
 
29
    </AssemblyOriginatorKeyFile>
 
30
    <PublishUrl>publish\</PublishUrl>
 
31
    <Install>true</Install>
 
32
    <InstallFrom>Disk</InstallFrom>
 
33
    <UpdateEnabled>false</UpdateEnabled>
 
34
    <UpdateMode>Foreground</UpdateMode>
 
35
    <UpdateInterval>7</UpdateInterval>
 
36
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 
37
    <UpdatePeriodically>false</UpdatePeriodically>
 
38
    <UpdateRequired>false</UpdateRequired>
 
39
    <MapFileExtensions>true</MapFileExtensions>
 
40
    <ApplicationRevision>0</ApplicationRevision>
 
41
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 
42
    <IsWebBootstrapper>false</IsWebBootstrapper>
 
43
    <UseApplicationTrust>false</UseApplicationTrust>
 
44
    <BootstrapperEnabled>true</BootstrapperEnabled>
 
45
    <TargetFrameworkProfile>
 
46
    </TargetFrameworkProfile>
 
47
  </PropertyGroup>
 
48
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
49
    <DebugSymbols>true</DebugSymbols>
 
50
    <DebugType>full</DebugType>
 
51
    <Optimize>false</Optimize>
 
52
    <OutputPath>bin\Debug\Net35\</OutputPath>
 
53
    <DefineConstants>TRACE;DEBUG;NET35</DefineConstants>
 
54
    <ErrorReport>prompt</ErrorReport>
 
55
    <WarningLevel>4</WarningLevel>
 
56
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
57
  </PropertyGroup>
 
58
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
59
    <DebugType>pdbonly</DebugType>
 
60
    <Optimize>true</Optimize>
 
61
    <OutputPath>bin\Release\Net35\</OutputPath>
 
62
    <DefineConstants>TRACE;NET35</DefineConstants>
 
63
    <ErrorReport>prompt</ErrorReport>
 
64
    <WarningLevel>4</WarningLevel>
 
65
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
66
  </PropertyGroup>
 
67
  <ItemGroup>
 
68
    <Reference Include="nunit.framework, Version=2.4.3.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
 
69
      <SpecificVersion>False</SpecificVersion>
 
70
      <HintPath>..\Lib\NUnit\DotNet\nunit.framework.dll</HintPath>
 
71
    </Reference>
 
72
    <Reference Include="System" />
 
73
    <Reference Include="System.ComponentModel.DataAnnotations">
 
74
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
75
    </Reference>
 
76
    <Reference Include="System.Core">
 
77
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
78
    </Reference>
 
79
    <Reference Include="System.Data" />
 
80
    <Reference Include="System.Data.Entity">
 
81
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
82
    </Reference>
 
83
    <Reference Include="System.Data.Linq">
 
84
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
85
    </Reference>
 
86
    <Reference Include="System.Drawing" />
 
87
    <Reference Include="System.Runtime.Serialization">
 
88
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
89
    </Reference>
 
90
    <Reference Include="System.Security" />
 
91
    <Reference Include="System.ServiceModel">
 
92
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
93
    </Reference>
 
94
    <Reference Include="System.ServiceModel.Web">
 
95
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
96
    </Reference>
 
97
    <Reference Include="System.Web" />
 
98
    <Reference Include="System.Web.Extensions">
 
99
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
100
    </Reference>
 
101
    <Reference Include="System.Xml" />
 
102
    <Reference Include="System.Xml.Linq">
 
103
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
104
    </Reference>
 
105
  </ItemGroup>
 
106
  <ItemGroup>
 
107
    <Compile Include="Bson\BsonWriterTests.cs" />
 
108
    <Compile Include="Bson\BsonReaderTests.cs" />
 
109
    <Compile Include="Converters\BinaryConverterTests.cs" />
 
110
    <Compile Include="Converters\ExpandoObjectConverterTests.cs" />
 
111
    <Compile Include="Converters\RegexConverterTests.cs" />
 
112
    <Compile Include="Converters\DataTableConverterTests.cs" />
 
113
    <Compile Include="Converters\DataSetConverterTests.cs" />
 
114
    <Compile Include="Converters\CustomCreationConverterTests.cs" />
 
115
    <Compile Include="Converters\ObjectIdConverterTests.cs" />
 
116
    <Compile Include="Converters\StringEnumConverterTests.cs" />
 
117
    <Compile Include="Converters\VersionConverterTests.cs" />
 
118
    <Compile Include="JsonArrayAttributeTests.cs" />
 
119
    <Compile Include="ExceptionTests.cs" />
 
120
    <Compile Include="JsonValidatingReaderTests.cs" />
 
121
    <Compile Include="LinqToSql\Department.cs" />
 
122
    <Compile Include="LinqToSql\DepartmentConverter.cs" />
 
123
    <Compile Include="LinqToSql\GuidByteArrayConverter.cs" />
 
124
    <Compile Include="LinqToSql\Role.cs" />
 
125
    <Compile Include="LinqToSql\LinqToSqlClasses.designer.cs">
 
126
      <AutoGen>True</AutoGen>
 
127
      <DesignTime>True</DesignTime>
 
128
      <DependentUpon>LinqToSqlClasses.dbml</DependentUpon>
 
129
    </Compile>
 
130
    <Compile Include="LinqToSql\LinqToSqlClassesSerializationTests.cs" />
 
131
    <Compile Include="LinqToSql\Person.cs" />
 
132
    <Compile Include="Linq\ComponentModel\BindingTests.cs" />
 
133
    <Compile Include="Linq\ComponentModel\JPropertyDescriptorTests.cs" />
 
134
    <Compile Include="Linq\DynamicTests.cs" />
 
135
    <Compile Include="Linq\JPathTests.cs" />
 
136
    <Compile Include="Linq\JRawTests.cs" />
 
137
    <Compile Include="Serialization\ConstructorHandlingTests.cs" />
 
138
    <Compile Include="Serialization\ContractResolverTests.cs" />
 
139
    <Compile Include="Serialization\DefaultValueHandlingTests.cs" />
 
140
    <Compile Include="Serialization\DynamicTests.cs" />
 
141
    <Compile Include="Serialization\JsonPropertyCollectionTests.cs" />
 
142
    <Compile Include="Serialization\NullValueHandlingTests.cs" />
 
143
    <Compile Include="Serialization\ReferenceLoopHandlingTests.cs" />
 
144
    <Compile Include="Serialization\TraceWriterTests.cs" />
 
145
    <Compile Include="Serialization\WebApiIntegrationTests.cs" />
 
146
    <Compile Include="TestObjects\Bar.cs" />
 
147
    <Compile Include="TestObjects\Car.cs" />
 
148
    <Compile Include="TestObjects\Computer.cs" />
 
149
    <Compile Include="TestObjects\ConstructorReadonlyFields.cs" />
 
150
    <Compile Include="TestObjects\Container.cs" />
 
151
    <Compile Include="TestObjects\ContentBaseClass.cs" />
 
152
    <Compile Include="TestObjects\ContentSubClass.cs" />
 
153
    <Compile Include="TestObjects\Foo.cs" />
 
154
    <Compile Include="TestObjects\HolderClass.cs" />
 
155
    <Compile Include="TestObjects\IPrivateImplementationA.cs" />
 
156
    <Compile Include="TestObjects\IPrivateImplementationB.cs" />
 
157
    <Compile Include="TestObjects\IPrivateOverriddenImplementation.cs" />
 
158
    <Compile Include="TestObjects\ListOfIds.cs" />
 
159
    <Compile Include="TestObjects\Movie.cs" />
 
160
    <Compile Include="TestObjects\PrivateImplementationAClass.cs" />
 
161
    <Compile Include="TestObjects\PrivateImplementationBClass.cs" />
 
162
    <Compile Include="TestObjects\PublicParametizedConstructorRequiringConverterTestClass.cs" />
 
163
    <Compile Include="TestObjects\PublicParametizedConstructorTestClass.cs" />
 
164
    <Compile Include="TestObjects\PersonError.cs" />
 
165
    <Compile Include="TestObjects\PersonPropertyClass.cs" />
 
166
    <Compile Include="TestObjects\PrivateConstructorTestClass.cs" />
 
167
    <Compile Include="TestObjects\PrivateConstructorWithPublicParametizedConstructorTestClass.cs" />
 
168
    <Compile Include="TestObjects\Content.cs" />
 
169
    <Compile Include="TestObjects\DateTimeErrorObjectCollection.cs" />
 
170
    <Compile Include="Serialization\EntitiesSerializationTests.cs" />
 
171
    <Compile Include="TestObjects\DictionaryInterfaceClass.cs" />
 
172
    <Compile Include="TestObjects\Event.cs" />
 
173
    <Compile Include="TestObjects\GoogleMapGeocoderStructure.cs" />
 
174
    <Compile Include="TestObjects\InterfacePropertyTestClass.cs" />
 
175
    <Compile Include="TestObjects\JsonPropertyClass.cs" />
 
176
    <Compile Include="TestObjects\ListErrorObject.cs" />
 
177
    <Compile Include="TestObjects\ListErrorObjectCollection.cs" />
 
178
    <Compile Include="Serialization\MissingMemberHandlingTests.cs" />
 
179
    <Compile Include="Serialization\PopulateTests.cs" />
 
180
    <Compile Include="Serialization\SerializationErrorHandlingTests.cs" />
 
181
    <Compile Include="Serialization\SerializationEventAttributeTests.cs" />
 
182
    <Compile Include="Schema\ExtensionsTests.cs" />
 
183
    <Compile Include="Schema\JsonSchemaModelBuilderTests.cs" />
 
184
    <Compile Include="Schema\JsonSchemaNodeTests.cs" />
 
185
    <Compile Include="Serialization\CamelCasePropertyNamesContractResolverTests.cs" />
 
186
    <Compile Include="Serialization\PreserveReferencesHandlingTests.cs" />
 
187
    <Compile Include="Serialization\TypeNameHandlingTests.cs" />
 
188
    <Compile Include="TestObjects\ListTestClass.cs" />
 
189
    <Compile Include="TestObjects\LogEntry.cs" />
 
190
    <Compile Include="TestObjects\NonRequest.cs" />
 
191
    <Compile Include="TestObjects\ObjectArrayPropertyTest.cs" />
 
192
    <Compile Include="TestObjects\PublicParametizedConstructorWithNonPropertyParameterTestClass.cs" />
 
193
    <Compile Include="TestObjects\PublicParametizedConstructorWithPropertyNameConflict.cs" />
 
194
    <Compile Include="TestObjects\SearchResult.cs" />
 
195
    <Compile Include="TestObjects\StructTest.cs" />
 
196
    <Compile Include="TestObjects\WagePerson.cs" />
 
197
    <Compile Include="TestObjects\PropertyCase.cs" />
 
198
    <Compile Include="TestObjects\RequestOnly.cs" />
 
199
    <Compile Include="TestObjects\RoleTransfer.cs" />
 
200
    <Compile Include="TestObjects\SetOnlyPropertyClass2.cs" />
 
201
    <Compile Include="TestObjects\SubKlass.cs" />
 
202
    <Compile Include="TestObjects\SuperKlass.cs" />
 
203
    <Compile Include="TestObjects\VersionKeyedCollection.cs" />
 
204
    <Compile Include="TestObjects\AbstractGenericBase.cs" />
 
205
    <Compile Include="TestObjects\ArgumentConverterPrecedenceClassConverter.cs" />
 
206
    <Compile Include="TestObjects\BadJsonPropertyClass.cs" />
 
207
    <Compile Include="TestObjects\CircularReferenceClass.cs" />
 
208
    <Compile Include="TestObjects\ClassAndMemberConverterClass.cs" />
 
209
    <Compile Include="TestObjects\ClassConverterPrecedenceClassConverter.cs" />
 
210
    <Compile Include="TestObjects\ConstructorCaseSensitivityClass.cs" />
 
211
    <Compile Include="TestObjects\ConverterPrecedenceClass.cs" />
 
212
    <Compile Include="TestObjects\ConverterPrecedenceClassConverter.cs" />
 
213
    <Compile Include="TestObjects\CircularReferenceWithIdClass.cs" />
 
214
    <Compile Include="TestObjects\EmployeeReference.cs" />
 
215
    <Compile Include="TestObjects\JsonPropertyWithHandlingValues.cs" />
 
216
    <Compile Include="TestObjects\DefaultValueAttributeTestClass.cs" />
 
217
    <Compile Include="TestObjects\DoubleClass.cs" />
 
218
    <Compile Include="TestObjects\GenericImpl.cs" />
 
219
    <Compile Include="TestObjects\GenericListAndDictionaryInterfaceProperties.cs" />
 
220
    <Compile Include="TestObjects\GetOnlyPropertyClass.cs" />
 
221
    <Compile Include="TestObjects\IncompatibleJsonAttributeClass.cs" />
 
222
    <Compile Include="TestObjects\Invoice.cs" />
 
223
    <Compile Include="TestObjects\JsonIgnoreAttributeTestClass.cs" />
 
224
    <Compile Include="TestObjects\MemberConverterPrecedenceClassConverter.cs" />
 
225
    <Compile Include="TestObjects\MethodExecutorObject.cs" />
 
226
    <Compile Include="TestObjects\JaggedArray.cs" />
 
227
    <Compile Include="TestObjects\MyClass.cs" />
 
228
    <Compile Include="TestObjects\Name.cs" />
 
229
    <Compile Include="TestObjects\PersonRaw.cs" />
 
230
    <Compile Include="TestObjects\PhoneNumber.cs" />
 
231
    <Compile Include="TestObjects\PrivateMembersClass.cs" />
 
232
    <Compile Include="TestObjects\RequiredMembersClass.cs" />
 
233
    <Compile Include="TestObjects\SerializationEventTestDictionary.cs" />
 
234
    <Compile Include="TestObjects\SerializationEventTestList.cs" />
 
235
    <Compile Include="TestObjects\SerializationEventTestObject.cs" />
 
236
    <Compile Include="TestObjects\SerializationEventTestObjectWithConstructor.cs" />
 
237
    <Compile Include="TestObjects\SetOnlyPropertyClass.cs" />
 
238
    <Compile Include="TestObjects\Article.cs" />
 
239
    <Compile Include="TestObjects\ArticleCollection.cs" />
 
240
    <Compile Include="TestObjects\ClassWithArray.cs" />
 
241
    <Compile Include="TestObjects\ClassWithGuid.cs" />
 
242
    <Compile Include="TestObjects\ConverableMembers.cs" />
 
243
    <Compile Include="TestObjects\JsonIgnoreAttributeOnClassTestClass.cs" />
 
244
    <Compile Include="Linq\JConstructorTests.cs" />
 
245
    <Compile Include="Linq\JPropertyTests.cs" />
 
246
    <Compile Include="TestObjects\MemberConverterClass.cs" />
 
247
    <Compile Include="TestObjects\Product.cs" />
 
248
    <Compile Include="TestObjects\ProductCollection.cs" />
 
249
    <Compile Include="TestObjects\ProductShort.cs" />
 
250
    <Compile Include="TestObjects\Shortie.cs" />
 
251
    <Compile Include="TestObjects\Store.cs" />
 
252
    <Compile Include="TestObjects\StoreColor.cs" />
 
253
    <Compile Include="TestObjects\Person.cs" />
 
254
    <Compile Include="Schema\JsonSchemaBuilderTests.cs" />
 
255
    <Compile Include="Schema\JsonSchemaGeneratorTests.cs" />
 
256
    <Compile Include="Schema\JsonSchemaTests.cs" />
 
257
    <Compile Include="TestObjects\NullableDateTimeTestClass.cs" />
 
258
    <Compile Include="TestObjects\DateTimeTestClass.cs" />
 
259
    <Compile Include="Converters\IsoDateTimeConverterTests.cs" />
 
260
    <Compile Include="JsonConvertTest.cs" />
 
261
    <Compile Include="Converters\JavaScriptDateTimeConverterTests.cs" />
 
262
    <Compile Include="Serialization\JsonSerializerTest.cs" />
 
263
    <Compile Include="JsonTextReaderTest.cs" />
 
264
    <Compile Include="JsonTextWriterTest.cs" />
 
265
    <Compile Include="Linq\JTokenReaderTest.cs" />
 
266
    <Compile Include="Linq\JTokenWriterTest.cs" />
 
267
    <Compile Include="Linq\JArrayTests.cs" />
 
268
    <Compile Include="Linq\JObjectTests.cs" />
 
269
    <Compile Include="Linq\JTokenEqualityComparerTests.cs" />
 
270
    <Compile Include="Linq\JTokenTests.cs" />
 
271
    <Compile Include="Linq\JValueTests.cs" />
 
272
    <Compile Include="Linq\LinqToJsonTest.cs" />
 
273
    <Compile Include="PerformanceTests.cs" />
 
274
    <Compile Include="Properties\AssemblyInfo.cs" />
 
275
    <Compile Include="SilverlightTests.cs" />
 
276
    <Compile Include="TestFixtureBase.cs" />
 
277
    <Compile Include="Converters\XmlNodeConverterTest.cs" />
 
278
    <Compile Include="TestObjects\TypeClass.cs" />
 
279
    <Compile Include="TestObjects\TypedSubHashtable.cs" />
 
280
    <Compile Include="TestObjects\UserNullable.cs" />
 
281
    <Compile Include="Utilities\DynamicReflectionDelegateFactoryTests.cs" />
 
282
    <Compile Include="Utilities\ReflectionUtilsTests.cs" />
 
283
  </ItemGroup>
 
284
  <ItemGroup>
 
285
    <None Include="LinqToSql\LinqToSqlClasses.dbml">
 
286
      <Generator>MSLinqToSQLGenerator</Generator>
 
287
      <LastGenOutput>LinqToSqlClasses.designer.cs</LastGenOutput>
 
288
      <SubType>Designer</SubType>
 
289
    </None>
 
290
  </ItemGroup>
 
291
  <ItemGroup>
 
292
    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
 
293
  </ItemGroup>
 
294
  <ItemGroup>
 
295
    <None Include="LinqToSql\LinqToSqlClasses.dbml.layout">
 
296
      <DependentUpon>LinqToSqlClasses.dbml</DependentUpon>
 
297
    </None>
 
298
  </ItemGroup>
 
299
  <ItemGroup>
 
300
    <Content Include="bunny_pancake.jpg">
 
301
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
302
    </Content>
 
303
  </ItemGroup>
 
304
  <ItemGroup>
 
305
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
 
306
      <Visible>False</Visible>
 
307
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
 
308
      <Install>false</Install>
 
309
    </BootstrapperPackage>
 
310
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 
311
      <Visible>False</Visible>
 
312
      <ProductName>.NET Framework 3.5 SP1</ProductName>
 
313
      <Install>true</Install>
 
314
    </BootstrapperPackage>
 
315
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
 
316
      <Visible>False</Visible>
 
317
      <ProductName>Windows Installer 3.1</ProductName>
 
318
      <Install>true</Install>
 
319
    </BootstrapperPackage>
 
320
  </ItemGroup>
 
321
  <ItemGroup>
 
322
    <ProjectReference Include="..\Newtonsoft.Json\Newtonsoft.Json.Net35.csproj">
 
323
      <Project>{A9AE40FF-1A21-414A-9FE7-3BE13644CC6D}</Project>
 
324
      <Name>Newtonsoft.Json.Net35</Name>
 
325
    </ProjectReference>
 
326
  </ItemGroup>
 
327
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
328
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
329
       Other similar extension points exist, see Microsoft.Common.targets.
 
330
  <Target Name="BeforeBuild">
 
331
  </Target>
 
332
  <Target Name="AfterBuild">
 
333
  </Target>
 
334
  -->
 
335
</Project>
 
 
b'\\ No newline at end of file'