|
|
@ -2,7 +2,7 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
<ProductVersion>8.0.50727</ProductVersion> |
|
|
|
<ProductVersion>9.0.21022</ProductVersion> |
|
|
|
<SchemaVersion>2.0</SchemaVersion> |
|
|
|
<ProjectGuid>{5080281A-F9A1-403F-85C7-0DFF6839B07B}</ProjectGuid> |
|
|
|
<OutputType>Library</OutputType> |
|
|
@ -41,7 +41,10 @@ |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="nunit.framework, Version=2.4.0.2, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" /> |
|
|
|
<Reference Include="nunit.framework, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
<HintPath>..\Lib\NUnit\nunit.framework.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Data" /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|