Statistics
| Branch: | Revision:

root / trunk / Libraries / Json40r2 / Source / Src / Newtonsoft.Json / Newtonsoft.Json.csproj @ cfed7823

History | View | Annotate | Download (18.4 kB)

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
    <AssemblyOriginatorKeyFile>Dynamic.snk</AssemblyOriginatorKeyFile>
15
    <SccProjectName>
16
    </SccProjectName>
17
    <SccLocalPath>
18
    </SccLocalPath>
19
    <SccAuxPath>
20
    </SccAuxPath>
21
    <SccProvider>
22
    </SccProvider>
23
    <FileUpgradeFlags>
24
    </FileUpgradeFlags>
25
    <OldToolsVersion>3.5</OldToolsVersion>
26
    <UpgradeBackupLocation>
27
    </UpgradeBackupLocation>
28
    <IsWebBootstrapper>false</IsWebBootstrapper>
29
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
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
    <UseApplicationTrust>false</UseApplicationTrust>
43
    <BootstrapperEnabled>true</BootstrapperEnabled>
44
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
45
    <CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
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
    <CodeContractsEnableRuntimeChecking>False</CodeContractsEnableRuntimeChecking>
61
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
62
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
63
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
64
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
65
    <CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
66
    <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
67
    <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
68
    <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
69
    <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
70
    <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
71
    <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
72
    <CodeContractsShowSquigglies>False</CodeContractsShowSquigglies>
73
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
74
    <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
75
    <CodeContractsCustomRewriterAssembly />
76
    <CodeContractsCustomRewriterClass />
77
    <CodeContractsLibPaths />
78
    <CodeContractsExtraRewriteOptions />
79
    <CodeContractsExtraAnalysisOptions />
80
    <CodeContractsBaseLineFile />
81
    <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
82
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
83
    <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
84
    <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
85
  </PropertyGroup>
86
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
87
    <DebugType>pdbonly</DebugType>
88
    <Optimize>true</Optimize>
89
    <OutputPath>bin\Release\Net\</OutputPath>
90
    <DefineConstants>TRACE</DefineConstants>
91
    <ErrorReport>prompt</ErrorReport>
92
    <WarningLevel>4</WarningLevel>
93
    <DocumentationFile>bin\Release\Net\Newtonsoft.Json.xml</DocumentationFile>
94
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95
  </PropertyGroup>
96
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
97
    <DebugSymbols>true</DebugSymbols>
98
    <OutputPath>bin\Test\</OutputPath>
99
    <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
100
    <DocumentationFile>bin\Debug\Net\Newtonsoft.Json.xml</DocumentationFile>
101
    <DebugType>full</DebugType>
102
    <PlatformTarget>AnyCPU</PlatformTarget>
103
    <RunCodeAnalysis>true</RunCodeAnalysis>
104
    <CodeAnalysisLogFile>bin\Debug\Net\Newtonsoft.Json.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
105
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
106
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
107
    <ErrorReport>prompt</ErrorReport>
108
    <CodeAnalysisRuleSet>Newtonsoft.Json.ruleset</CodeAnalysisRuleSet>
109
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
110
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
111
  </PropertyGroup>
112
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
113
    <DebugSymbols>true</DebugSymbols>
114
    <OutputPath>bin\Premium Debug\</OutputPath>
115
    <DefineConstants>CODE_ANALYSIS;DEBUG;TRACE</DefineConstants>
116
    <DocumentationFile>bin\Debug\Net\Newtonsoft.Json.xml</DocumentationFile>
117
    <DebugType>full</DebugType>
118
    <PlatformTarget>AnyCPU</PlatformTarget>
119
    <RunCodeAnalysis>true</RunCodeAnalysis>
120
    <CodeAnalysisLogFile>bin\Debug\Net\Newtonsoft.Json.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
121
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
122
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
123
    <ErrorReport>prompt</ErrorReport>
124
    <CodeAnalysisRuleSet>Newtonsoft.Json.ruleset</CodeAnalysisRuleSet>
125
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
126
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
127
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
128
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
129
    <CodeContractsEnableRuntimeChecking>False</CodeContractsEnableRuntimeChecking>
130
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
131
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
132
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
133
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
134
    <CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
135
    <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
136
    <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
137
    <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
138
    <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
139
    <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
140
    <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
141
    <CodeContractsShowSquigglies>False</CodeContractsShowSquigglies>
142
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
143
    <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
144
    <CodeContractsCustomRewriterAssembly />
145
    <CodeContractsCustomRewriterClass />
146
    <CodeContractsLibPaths />
147
    <CodeContractsExtraRewriteOptions />
148
    <CodeContractsExtraAnalysisOptions />
149
    <CodeContractsBaseLineFile />
150
    <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
151
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
152
    <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
153
    <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
154
  </PropertyGroup>
155
  <ItemGroup>
156
    <Reference Include="System" />
157
    <Reference Include="System.Core">
158
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
159
    </Reference>
160
    <Reference Include="System.Data" />
161
    <Reference Include="System.Runtime.Serialization">
162
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
163
    </Reference>
164
    <Reference Include="System.Xml" />
165
    <Reference Include="System.Xml.Linq">
166
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
167
    </Reference>
168
  </ItemGroup>
169
  <ItemGroup>
170
    <Compile Include="Bson\BsonBinaryType.cs" />
171
    <Compile Include="Bson\BsonBinaryWriter.cs" />
172
    <Compile Include="Bson\BsonReader.cs" />
173
    <Compile Include="Bson\BsonToken.cs" />
174
    <Compile Include="Bson\BsonType.cs" />
175
    <Compile Include="Bson\BsonWriter.cs" />
176
    <Compile Include="Bson\BsonObjectId.cs" />
177
    <Compile Include="Converters\BinaryConverter.cs" />
178
    <Compile Include="Converters\DataSetConverter.cs" />
179
    <Compile Include="Converters\DataTableConverter.cs" />
180
    <Compile Include="Converters\CustomCreationConverter.cs" />
181
    <Compile Include="Converters\DateTimeConverterBase.cs" />
182
    <Compile Include="Converters\EntityKeyMemberConverter.cs" />
183
    <Compile Include="Converters\ExpandoObjectConverter.cs" />
184
    <Compile Include="Converters\KeyValuePairConverter.cs" />
185
    <Compile Include="Converters\BsonObjectIdConverter.cs" />
186
    <Compile Include="Converters\RegexConverter.cs" />
187
    <Compile Include="Converters\StringEnumConverter.cs" />
188
    <Compile Include="ConstructorHandling.cs" />
189
    <Compile Include="JsonConstructorAttribute.cs" />
190
    <Compile Include="Utilities\DynamicProxy.cs" />
191
    <Compile Include="Linq\JPath.cs" />
192
    <Compile Include="Linq\JRaw.cs" />
193
    <Compile Include="Required.cs" />
194
    <Compile Include="Serialization\JsonDynamicContract.cs" />
195
    <Compile Include="Serialization\JsonFormatterConverter.cs" />
196
    <Compile Include="Serialization\JsonISerializableContract.cs" />
197
    <Compile Include="Serialization\JsonLinqContract.cs" />
198
    <Compile Include="Serialization\JsonPrimitiveContract.cs" />
199
    <Compile Include="Serialization\DynamicValueProvider.cs" />
200
    <Compile Include="Serialization\ErrorEventArgs.cs" />
201
    <Compile Include="Linq\ComponentModel\JPropertyDescriptor.cs" />
202
    <Compile Include="Serialization\DefaultReferenceResolver.cs" />
203
    <Compile Include="PreserveReferencesHandling.cs" />
204
    <Compile Include="IJsonLineInfo.cs" />
205
    <Compile Include="JsonArrayAttribute.cs" />
206
    <Compile Include="JsonContainerAttribute.cs" />
207
    <Compile Include="DefaultValueHandling.cs" />
208
    <Compile Include="JsonConverterAttribute.cs" />
209
    <Compile Include="JsonObjectAttribute.cs" />
210
    <Compile Include="JsonSerializerSettings.cs" />
211
    <Compile Include="JsonValidatingReader.cs" />
212
    <Compile Include="Linq\IJEnumerable.cs" />
213
    <Compile Include="Linq\JTokenEqualityComparer.cs" />
214
    <Compile Include="MemberSerialization.cs" />
215
    <Compile Include="ObjectCreationHandling.cs" />
216
    <Compile Include="Converters\IsoDateTimeConverter.cs" />
217
    <Compile Include="Converters\JavaScriptDateTimeConverter.cs" />
218
    <Compile Include="Converters\JsonDateTimeSerializationMode.cs" />
219
    <Compile Include="Converters\XmlNodeConverter.cs" />
220
    <Compile Include="JsonTextReader.cs" />
221
    <Compile Include="JsonPropertyAttribute.cs" />
222
    <Compile Include="JsonIgnoreAttribute.cs" />
223
    <Compile Include="JsonTextWriter.cs" />
224
    <Compile Include="JsonWriterException.cs" />
225
    <Compile Include="JsonReaderException.cs" />
226
    <Compile Include="JsonConverter.cs" />
227
    <Compile Include="JsonConverterCollection.cs" />
228
    <Compile Include="JsonReader.cs" />
229
    <Compile Include="JsonConvert.cs" />
230
    <Compile Include="JsonSerializationException.cs" />
231
    <Compile Include="JsonSerializer.cs" />
232
    <Compile Include="Linq\Extensions.cs" />
233
    <Compile Include="Linq\JConstructor.cs" />
234
    <Compile Include="Linq\JContainer.cs" />
235
    <Compile Include="Linq\JEnumerable.cs" />
236
    <Compile Include="Linq\JObject.cs" />
237
    <Compile Include="Linq\JArray.cs" />
238
    <Compile Include="Linq\JTokenReader.cs" />
239
    <Compile Include="Linq\JTokenWriter.cs" />
240
    <Compile Include="Linq\JToken.cs" />
241
    <Compile Include="Linq\JProperty.cs" />
242
    <Compile Include="Linq\JTokenType.cs" />
243
    <Compile Include="Linq\JValue.cs" />
244
    <Compile Include="Schema\Extensions.cs" />
245
    <Compile Include="Schema\JsonSchemaException.cs" />
246
    <Compile Include="Schema\JsonSchemaModel.cs" />
247
    <Compile Include="Schema\JsonSchemaModelBuilder.cs" />
248
    <Compile Include="Schema\JsonSchemaNodeCollection.cs" />
249
    <Compile Include="Schema\JsonSchemaNode.cs" />
250
    <Compile Include="Schema\JsonSchemaResolver.cs" />
251
    <Compile Include="Schema\JsonSchemaWriter.cs" />
252
    <Compile Include="Schema\UndefinedSchemaIdHandling.cs" />
253
    <Compile Include="Schema\ValidationEventArgs.cs" />
254
    <Compile Include="Schema\ValidationEventHandler.cs" />
255
    <Compile Include="Serialization\CamelCasePropertyNamesContractResolver.cs" />
256
    <Compile Include="Serialization\DefaultContractResolver.cs" />
257
    <Compile Include="Serialization\DefaultSerializationBinder.cs" />
258
    <Compile Include="Serialization\ErrorContext.cs" />
259
    <Compile Include="Serialization\IContractResolver.cs" />
260
    <Compile Include="Serialization\IValueProvider.cs" />
261
    <Compile Include="Serialization\JsonArrayContract.cs" />
262
    <Compile Include="Serialization\JsonContract.cs" />
263
    <Compile Include="Serialization\JsonDictionaryContract.cs" />
264
    <Compile Include="Serialization\JsonProperty.cs" />
265
    <Compile Include="Serialization\JsonPropertyCollection.cs" />
266
    <Compile Include="MissingMemberHandling.cs" />
267
    <Compile Include="NullValueHandling.cs" />
268
    <Compile Include="ReferenceLoopHandling.cs" />
269
    <Compile Include="Schema\JsonSchema.cs" />
270
    <Compile Include="Schema\JsonSchemaBuilder.cs" />
271
    <Compile Include="Schema\JsonSchemaConstants.cs" />
272
    <Compile Include="Schema\JsonSchemaGenerator.cs" />
273
    <Compile Include="Serialization\IReferenceResolver.cs" />
274
    <Compile Include="Schema\JsonSchemaType.cs" />
275
    <Compile Include="Serialization\JsonObjectContract.cs" />
276
    <Compile Include="Serialization\JsonSerializerInternalBase.cs" />
277
    <Compile Include="Serialization\JsonSerializerInternalReader.cs" />
278
    <Compile Include="Serialization\JsonSerializerInternalWriter.cs" />
279
    <Compile Include="Serialization\JsonSerializerProxy.cs" />
280
    <Compile Include="Serialization\JsonStringContract.cs" />
281
    <Compile Include="Serialization\JsonTypeReflector.cs" />
282
    <Compile Include="Serialization\CachedAttributeGetter.cs" />
283
    <Compile Include="Serialization\LateBoundMetadataTypeAttribute.cs" />
284
    <Compile Include="Serialization\ReflectionValueProvider.cs" />
285
    <Compile Include="Serialization\OnErrorAttribute.cs" />
286
    <Compile Include="Utilities\Base64Encoder.cs" />
287
    <Compile Include="Utilities\DynamicProxyMetaObject.cs" />
288
    <Compile Include="Utilities\DynamicUtils.cs" />
289
    <Compile Include="Utilities\DynamicWrapper.cs" />
290
    <Compile Include="Utilities\DynamicReflectionDelegateFactory.cs" />
291
    <Compile Include="Serialization\ObjectConstructor.cs" />
292
    <Compile Include="Utilities\ILGeneratorExtensions.cs" />
293
    <Compile Include="Utilities\ReflectionDelegateFactory.cs" />
294
    <Compile Include="Utilities\LateBoundReflectionDelegateFactory.cs" />
295
    <Compile Include="Utilities\MethodCall.cs" />
296
    <Compile Include="Utilities\ThreadSafeStore.cs" />
297
    <Compile Include="TypeNameHandling.cs" />
298
    <Compile Include="Utilities\BidirectionalDictionary.cs" />
299
    <Compile Include="Utilities\ConvertUtils.cs" />
300
    <Compile Include="Utilities\CollectionWrapper.cs" />
301
    <Compile Include="Utilities\DateTimeUtils.cs" />
302
    <Compile Include="Utilities\DictionaryWrapper.cs" />
303
    <Compile Include="Utilities\EnumUtils.cs" />
304
    <Compile Include="Utilities\EnumValue.cs" />
305
    <Compile Include="Utilities\EnumValues.cs" />
306
    <Compile Include="Utilities\JavaScriptUtils.cs" />
307
    <Compile Include="JsonToken.cs" />
308
    <Compile Include="JsonWriter.cs" />
309
    <Compile Include="Properties\AssemblyInfo.cs" />
310
    <Compile Include="Utilities\StringBuffer.cs" />
311
    <Compile Include="Utilities\CollectionUtils.cs" />
312
    <Compile Include="Utilities\ListWrapper.cs" />
313
    <Compile Include="Utilities\MathUtils.cs" />
314
    <Compile Include="Utilities\MiscellaneousUtils.cs" />
315
    <Compile Include="Utilities\ReflectionUtils.cs" />
316
    <Compile Include="Utilities\StringUtils.cs" />
317
    <Compile Include="Utilities\ValidationUtils.cs" />
318
  </ItemGroup>
319
  <ItemGroup>
320
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
321
      <Visible>False</Visible>
322
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
323
      <Install>false</Install>
324
    </BootstrapperPackage>
325
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
326
      <Visible>False</Visible>
327
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
328
      <Install>true</Install>
329
    </BootstrapperPackage>
330
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
331
      <Visible>False</Visible>
332
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
333
      <Install>false</Install>
334
    </BootstrapperPackage>
335
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
336
      <Visible>False</Visible>
337
      <ProductName>.NET Framework 3.5</ProductName>
338
      <Install>false</Install>
339
    </BootstrapperPackage>
340
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
341
      <Visible>False</Visible>
342
      <ProductName>.NET Framework 3.5 SP1</ProductName>
343
      <Install>false</Install>
344
    </BootstrapperPackage>
345
  </ItemGroup>
346
  <ItemGroup>
347
    <EmbeddedResource Include="Dynamic.snk" />
348
  </ItemGroup>
349
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
350
</Project>