Statistics
| Branch: | Revision:

root / trunk / Libraries / Json40r2 / Source / Src / Newtonsoft.Json.Tests / Newtonsoft.Json.Tests.Silverlight.csproj @ 0eea575a

History | View | Annotate | Download (14.4 kB)

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>{0D8C3C2E-62C6-4C93-9377-6F74DD6BFD93}</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.Tests.Silverlight</RootNamespace>
16
    <AssemblyName>Newtonsoft.Json.Tests.Silverlight</AssemblyName>
17
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
18
    <SilverlightApplication>false</SilverlightApplication>
19
    <FileUpgradeFlags>
20
    </FileUpgradeFlags>
21
    <OldToolsVersion>3.5</OldToolsVersion>
22
    <UpgradeBackupLocation>
23
    </UpgradeBackupLocation>
24
    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
25
    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
26
    <PublishUrl>publish\</PublishUrl>
27
    <Install>true</Install>
28
    <InstallFrom>Disk</InstallFrom>
29
    <UpdateEnabled>false</UpdateEnabled>
30
    <UpdateMode>Foreground</UpdateMode>
31
    <UpdateInterval>7</UpdateInterval>
32
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
33
    <UpdatePeriodically>false</UpdatePeriodically>
34
    <UpdateRequired>false</UpdateRequired>
35
    <MapFileExtensions>true</MapFileExtensions>
36
    <ApplicationRevision>0</ApplicationRevision>
37
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
38
    <IsWebBootstrapper>false</IsWebBootstrapper>
39
    <UseApplicationTrust>false</UseApplicationTrust>
40
    <BootstrapperEnabled>true</BootstrapperEnabled>
41
    <TargetFrameworkProfile />
42
    <SignManifests>false</SignManifests>
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\Silverlight\</OutputPath>
49
    <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
50
    <NoStdLib>true</NoStdLib>
51
    <NoConfig>true</NoConfig>
52
    <ErrorReport>prompt</ErrorReport>
53
    <WarningLevel>4</WarningLevel>
54
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55
  </PropertyGroup>
56
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
57
    <DebugType>pdbonly</DebugType>
58
    <Optimize>true</Optimize>
59
    <OutputPath>Bin\Release\Silverlight\</OutputPath>
60
    <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
61
    <NoStdLib>true</NoStdLib>
62
    <NoConfig>true</NoConfig>
63
    <ErrorReport>prompt</ErrorReport>
64
    <WarningLevel>4</WarningLevel>
65
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66
  </PropertyGroup>
67
  <ItemGroup>
68
    <Reference Include="Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
69
      <Private>True</Private>
70
    </Reference>
71
    <Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
72
      <SpecificVersion>False</SpecificVersion>
73
      <HintPath>..\Lib\NUnit\Silverlight\nunit.framework.dll</HintPath>
74
      <Private>True</Private>
75
    </Reference>
76
    <Reference Include="System.Net">
77
      <Private>True</Private>
78
    </Reference>
79
    <Reference Include="System.Runtime.Serialization">
80
      <Private>True</Private>
81
    </Reference>
82
    <Reference Include="System.ServiceModel.Web">
83
      <Private>True</Private>
84
    </Reference>
85
    <Reference Include="System.Windows">
86
      <Private>True</Private>
87
    </Reference>
88
    <Reference Include="mscorlib" />
89
    <Reference Include="system">
90
      <Private>True</Private>
91
    </Reference>
92
    <Reference Include="System.Core">
93
      <Private>True</Private>
94
    </Reference>
95
    <Reference Include="System.Xml">
96
      <Private>True</Private>
97
    </Reference>
98
    <Reference Include="System.Windows.Browser">
99
      <Private>True</Private>
100
    </Reference>
101
  </ItemGroup>
102
  <ItemGroup>
103
    <Compile Include="Bson\BsonReaderTests.cs" />
104
    <Compile Include="Bson\BsonWriterTests.cs" />
105
    <Compile Include="Converters\BinaryConverterTests.cs" />
106
    <Compile Include="Converters\CustomCreationConverterTests.cs" />
107
    <Compile Include="Converters\DataSetConverterTests.cs" />
108
    <Compile Include="Converters\DataTableConverterTests.cs" />
109
    <Compile Include="Converters\ExpandoObjectConverterTests.cs" />
110
    <Compile Include="Converters\ObjectIdConverterTests.cs" />
111
    <Compile Include="Converters\RegexConverterTests.cs" />
112
    <Compile Include="Converters\StringEnumConverterTests.cs" />
113
    <Compile Include="ExceptionTests.cs" />
114
    <Compile Include="JsonArrayAttributeTests.cs" />
115
    <Compile Include="Linq\ComponentModel\BindingTests.cs" />
116
    <Compile Include="Linq\ComponentModel\JPropertyDescriptorTests.cs" />
117
    <Compile Include="Linq\DynamicTests.cs" />
118
    <Compile Include="Linq\JPathTests.cs" />
119
    <Compile Include="Linq\JRawTests.cs" />
120
    <Compile Include="Linq\JTokenReaderTest.cs" />
121
    <Compile Include="Linq\JTokenWriterTest.cs" />
122
    <Compile Include="JsonValidatingReaderTests.cs" />
123
    <Compile Include="Schema\ExtensionsTests.cs" />
124
    <Compile Include="Schema\JsonSchemaModelBuilderTests.cs" />
125
    <Compile Include="Schema\JsonSchemaNodeTests.cs" />
126
    <Compile Include="Serialization\CamelCasePropertyNamesContractResolverTests.cs" />
127
    <Compile Include="Serialization\ConstructorHandlingTests.cs" />
128
    <Compile Include="Serialization\DynamicTests.cs" />
129
    <Compile Include="Serialization\EntitiesSerializationTests.cs" />
130
    <Compile Include="Serialization\JsonSerializerTest.cs" />
131
    <Compile Include="Serialization\MissingMemberHandlingTests.cs" />
132
    <Compile Include="Serialization\PopulateTests.cs" />
133
    <Compile Include="Serialization\PreserveReferencesHandlingTests.cs" />
134
    <Compile Include="Serialization\SerializationErrorHandlingTests.cs" />
135
    <Compile Include="Serialization\SerializationEventAttributeTests.cs" />
136
    <Compile Include="Serialization\TypeNameHandlingTests.cs" />
137
    <Compile Include="TestObjects\AbstractGenericBase.cs" />
138
    <Compile Include="TestObjects\ArgumentConverterPrecedenceClassConverter.cs" />
139
    <Compile Include="TestObjects\BadJsonPropertyClass.cs" />
140
    <Compile Include="TestObjects\Bar.cs" />
141
    <Compile Include="TestObjects\Car.cs" />
142
    <Compile Include="TestObjects\CircularReferenceClass.cs" />
143
    <Compile Include="TestObjects\ClassAndMemberConverterClass.cs" />
144
    <Compile Include="TestObjects\ClassConverterPrecedenceClassConverter.cs" />
145
    <Compile Include="TestObjects\Computer.cs" />
146
    <Compile Include="TestObjects\ConstructorCaseSensitivityClass.cs" />
147
    <Compile Include="TestObjects\ConstructorReadonlyFields.cs" />
148
    <Compile Include="TestObjects\Container.cs" />
149
    <Compile Include="TestObjects\Content.cs" />
150
    <Compile Include="TestObjects\ContentBaseClass.cs" />
151
    <Compile Include="TestObjects\ContentSubClass.cs" />
152
    <Compile Include="TestObjects\ConverterPrecedenceClass.cs" />
153
    <Compile Include="TestObjects\ConverterPrecedenceClassConverter.cs" />
154
    <Compile Include="TestObjects\CircularReferenceWithIdClass.cs" />
155
    <Compile Include="TestObjects\DateTimeErrorObjectCollection.cs" />
156
    <Compile Include="TestObjects\DefaultValueAttributeTestClass.cs" />
157
    <Compile Include="TestObjects\DictionaryInterfaceClass.cs" />
158
    <Compile Include="TestObjects\DoubleClass.cs" />
159
    <Compile Include="TestObjects\EmployeeReference.cs" />
160
    <Compile Include="TestObjects\Event.cs" />
161
    <Compile Include="TestObjects\Foo.cs" />
162
    <Compile Include="TestObjects\GenericImpl.cs" />
163
    <Compile Include="TestObjects\GenericListAndDictionaryInterfaceProperties.cs" />
164
    <Compile Include="TestObjects\GetOnlyPropertyClass.cs" />
165
    <Compile Include="TestObjects\GoogleMapGeocoderStructure.cs" />
166
    <Compile Include="TestObjects\HolderClass.cs" />
167
    <Compile Include="TestObjects\IncompatibleJsonAttributeClass.cs" />
168
    <Compile Include="TestObjects\InterfacePropertyTestClass.cs" />
169
    <Compile Include="TestObjects\Invoice.cs" />
170
    <Compile Include="TestObjects\JaggedArray.cs" />
171
    <Compile Include="TestObjects\JsonIgnoreAttributeTestClass.cs" />
172
    <Compile Include="TestObjects\JsonPropertyClass.cs" />
173
    <Compile Include="TestObjects\JsonPropertyWithHandlingValues.cs" />
174
    <Compile Include="TestObjects\ListErrorObject.cs" />
175
    <Compile Include="TestObjects\ListErrorObjectCollection.cs" />
176
    <Compile Include="TestObjects\ListOfIds.cs" />
177
    <Compile Include="TestObjects\ListTestClass.cs" />
178
    <Compile Include="TestObjects\LogEntry.cs" />
179
    <Compile Include="TestObjects\MemberConverterPrecedenceClassConverter.cs" />
180
    <Compile Include="TestObjects\MethodExecutorObject.cs" />
181
    <Compile Include="TestObjects\Movie.cs" />
182
    <Compile Include="TestObjects\MyClass.cs" />
183
    <Compile Include="TestObjects\Name.cs" />
184
    <Compile Include="TestObjects\NonRequest.cs" />
185
    <Compile Include="TestObjects\NullableDateTimeTestClass.cs" />
186
    <Compile Include="TestObjects\ObjectArrayPropertyTest.cs" />
187
    <Compile Include="TestObjects\PersonError.cs" />
188
    <Compile Include="TestObjects\PersonPropertyClass.cs" />
189
    <Compile Include="TestObjects\PersonRaw.cs" />
190
    <Compile Include="TestObjects\PhoneNumber.cs" />
191
    <Compile Include="TestObjects\PrivateConstructorTestClass.cs" />
192
    <Compile Include="TestObjects\PrivateConstructorWithPublicParametizedConstructorTestClass.cs" />
193
    <Compile Include="TestObjects\PrivateMembersClass.cs" />
194
    <Compile Include="TestObjects\PropertyCase.cs" />
195
    <Compile Include="TestObjects\RequestOnly.cs" />
196
    <Compile Include="TestObjects\RequiredMembersClass.cs" />
197
    <Compile Include="TestObjects\RoleTransfer.cs" />
198
    <Compile Include="TestObjects\SearchResult.cs" />
199
    <Compile Include="TestObjects\SerializationEventTestDictionary.cs" />
200
    <Compile Include="TestObjects\SerializationEventTestList.cs" />
201
    <Compile Include="TestObjects\SerializationEventTestObject.cs" />
202
    <Compile Include="TestObjects\SerializationEventTestObjectWithConstructor.cs" />
203
    <Compile Include="TestObjects\SetOnlyPropertyClass.cs" />
204
    <Compile Include="TestObjects\Article.cs" />
205
    <Compile Include="TestObjects\ArticleCollection.cs" />
206
    <Compile Include="TestObjects\ClassWithArray.cs" />
207
    <Compile Include="TestObjects\ClassWithGuid.cs" />
208
    <Compile Include="TestObjects\ConverableMembers.cs" />
209
    <Compile Include="TestObjects\JsonIgnoreAttributeOnClassTestClass.cs" />
210
    <Compile Include="Linq\JConstructorTests.cs" />
211
    <Compile Include="Linq\JPropertyTests.cs" />
212
    <Compile Include="TestObjects\MemberConverterClass.cs" />
213
    <Compile Include="TestObjects\Product.cs" />
214
    <Compile Include="TestObjects\ProductCollection.cs" />
215
    <Compile Include="TestObjects\ProductShort.cs" />
216
    <Compile Include="TestObjects\SetOnlyPropertyClass2.cs" />
217
    <Compile Include="TestObjects\Shortie.cs" />
218
    <Compile Include="TestObjects\Store.cs" />
219
    <Compile Include="TestObjects\StoreColor.cs" />
220
    <Compile Include="TestObjects\Person.cs" />
221
    <Compile Include="Schema\JsonSchemaBuilderTests.cs" />
222
    <Compile Include="Schema\JsonSchemaGeneratorTests.cs" />
223
    <Compile Include="Schema\JsonSchemaTests.cs" />
224
    <Compile Include="TestObjects\DateTimeTestClass.cs" />
225
    <Compile Include="Converters\IsoDateTimeConverterTests.cs" />
226
    <Compile Include="JsonConvertTest.cs" />
227
    <Compile Include="Converters\JavaScriptDateTimeConverterTests.cs" />
228
    <Compile Include="JsonTextReaderTest.cs" />
229
    <Compile Include="JsonTextWriterTest.cs" />
230
    <Compile Include="Linq\JArrayTests.cs" />
231
    <Compile Include="Linq\JObjectTests.cs" />
232
    <Compile Include="Linq\JTokenEqualityComparerTests.cs" />
233
    <Compile Include="Linq\JTokenTests.cs" />
234
    <Compile Include="Linq\JValueTests.cs" />
235
    <Compile Include="Linq\LinqToJsonTest.cs" />
236
    <Compile Include="PerformanceTests.cs" />
237
    <Compile Include="Properties\AssemblyInfo.cs" />
238
    <Compile Include="SilverlightTests.cs" />
239
    <Compile Include="TestFixtureBase.cs" />
240
    <Compile Include="Converters\XmlNodeConverterTest.cs" />
241
    <Compile Include="TestObjects\StructTest.cs" />
242
    <Compile Include="TestObjects\SubKlass.cs" />
243
    <Compile Include="TestObjects\SuperKlass.cs" />
244
    <Compile Include="TestObjects\TypeClass.cs" />
245
    <Compile Include="TestObjects\TypedSubHashtable.cs" />
246
    <Compile Include="TestObjects\UserNullable.cs" />
247
    <Compile Include="TestObjects\VersionKeyedCollection.cs" />
248
    <Compile Include="TestObjects\WagePerson.cs" />
249
    <Compile Include="Utilities\DynamicReflectionDelegateFactoryTests.cs" />
250
    <Compile Include="Utilities\ReflectionUtilsTests.cs" />
251
  </ItemGroup>
252
  <ItemGroup>
253
    <ProjectReference Include="..\Newtonsoft.Json\Newtonsoft.Json.Silverlight.csproj">
254
      <Project>{DC3C6F3D-2CA1-4278-9B79-63770FB3EA2D}</Project>
255
      <Name>Newtonsoft.Json.Silverlight</Name>
256
      <Private>True</Private>
257
    </ProjectReference>
258
  </ItemGroup>
259
  <ItemGroup>
260
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
261
      <Visible>False</Visible>
262
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
263
      <Install>false</Install>
264
    </BootstrapperPackage>
265
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
266
      <Visible>False</Visible>
267
      <ProductName>.NET Framework 3.5 SP1</ProductName>
268
      <Install>true</Install>
269
    </BootstrapperPackage>
270
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
271
      <Visible>False</Visible>
272
      <ProductName>Windows Installer 3.1</ProductName>
273
      <Install>true</Install>
274
    </BootstrapperPackage>
275
  </ItemGroup>
276
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
277
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
278
       Other similar extension points exist, see Microsoft.Common.targets.
279
  <Target Name="BeforeBuild">
280
  </Target>
281
  <Target Name="AfterBuild">
282
  </Target>
283
  -->
284
  <ProjectExtensions>
285
    <VisualStudio>
286
      <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
287
        <SilverlightProjectProperties />
288
      </FlavorProperties>
289
    </VisualStudio>
290
  </ProjectExtensions>
291
</Project>