|
@@ -1,6 +1,7 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
|
+ <TargetFrameworkClass>CLIENTPROFILE</TargetFrameworkClass>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
@@ -58,14 +59,25 @@
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
+ <Reference Include="mscorlib" />
|
|
|
|
+ <Reference Include="System" />
|
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup Condition=" '$(TargetFrameworkClass)' == 'CLIENTPROFILE' ">
|
|
<Reference Include="nunit.framework">
|
|
<Reference Include="nunit.framework">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\lib\NUnit\lib\nunit.framework.dll</HintPath>
|
|
<HintPath>..\..\lib\NUnit\lib\nunit.framework.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
- <Reference Include="mscorlib" />
|
|
|
|
- <Reference Include="System" />
|
|
|
|
- <Reference Include="System.Data" />
|
|
|
|
- <Reference Include="System.Xml" />
|
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup Condition=" '$(TargetFrameworkClass)' != 'CLIENTPROFILE' ">
|
|
|
|
+ <Reference Include="Microsoft.Silverlight.Testing, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
|
+ <HintPath>..\..\lib\Microsoft.Silverlight.Testing\April2010\Microsoft.Silverlight.Testing.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
|
|
+ <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
|
+ <HintPath>..\..\lib\Microsoft.Silverlight.Testing\April2010\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
|
|
|
|
+ </Reference>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\lib\NUnit-config\Microsoft.VisualStudio.TestTools.cs">
|
|
<Compile Include="..\..\lib\NUnit-config\Microsoft.VisualStudio.TestTools.cs">
|
|
@@ -83,6 +95,7 @@
|
|
<Compile Include="Compatibility\TestResources.cs" />
|
|
<Compile Include="Compatibility\TestResources.cs" />
|
|
<Compile Include="Compatibility\TextCompatibilityTests.cs" />
|
|
<Compile Include="Compatibility\TextCompatibilityTests.cs" />
|
|
<Compile Include="Compatibility\XmlCompatibilityTests.cs" />
|
|
<Compile Include="Compatibility\XmlCompatibilityTests.cs" />
|
|
|
|
+ <Compile Include="SerializableAttribute.cs" />
|
|
<Compile Include="TestProtos\UnitTestExtrasProtoFile.cs" />
|
|
<Compile Include="TestProtos\UnitTestExtrasProtoFile.cs" />
|
|
<Compile Include="TestRpcForMimeTypes.cs" />
|
|
<Compile Include="TestRpcForMimeTypes.cs" />
|
|
<Compile Include="TestReaderForUrlEncoded.cs" />
|
|
<Compile Include="TestReaderForUrlEncoded.cs" />
|