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