|
6 | 6 | <ProjectGuid>{353CEFE0-58AF-4049-998B-336CE1212F1E}</ProjectGuid> |
7 | 7 | <OutputType>Library</OutputType> |
8 | 8 | <AppDesignerFolder>Properties</AppDesignerFolder> |
9 | | - <RootNamespace>QiniuTest</RootNamespace> |
10 | | - <AssemblyName>QiniuTest</AssemblyName> |
11 | | - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 9 | + <RootNamespace>Qiniu.Test</RootNamespace> |
| 10 | + <AssemblyName>Qiniu.Test</AssemblyName> |
| 11 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
12 | 12 | <FileAlignment>512</FileAlignment> |
13 | 13 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
14 | 14 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
|
21 | 21 | <DebugSymbols>true</DebugSymbols> |
22 | 22 | <DebugType>full</DebugType> |
23 | 23 | <Optimize>false</Optimize> |
24 | | - <OutputPath>bin\Debug\</OutputPath> |
| 24 | + <OutputPath>..\bin\</OutputPath> |
25 | 25 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
26 | 26 | <ErrorReport>prompt</ErrorReport> |
27 | 27 | <WarningLevel>4</WarningLevel> |
28 | 28 | </PropertyGroup> |
29 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
30 | 30 | <DebugType>pdbonly</DebugType> |
31 | 31 | <Optimize>true</Optimize> |
32 | | - <OutputPath>bin\Release\</OutputPath> |
| 32 | + <OutputPath>..\bin\</OutputPath> |
33 | 33 | <DefineConstants>TRACE</DefineConstants> |
34 | 34 | <ErrorReport>prompt</ErrorReport> |
35 | 35 | <WarningLevel>4</WarningLevel> |
36 | 36 | </PropertyGroup> |
37 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
38 | | - <DebugSymbols>true</DebugSymbols> |
39 | | - <OutputPath>bin\x86\Debug\</OutputPath> |
40 | | - <DefineConstants>DEBUG;TRACE</DefineConstants> |
41 | | - <DebugType>full</DebugType> |
42 | | - <PlatformTarget>x86</PlatformTarget> |
43 | | - <ErrorReport>prompt</ErrorReport> |
44 | | - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
45 | | - </PropertyGroup> |
46 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
47 | | - <OutputPath>bin\x86\Release\</OutputPath> |
48 | | - <DefineConstants>TRACE</DefineConstants> |
49 | | - <Optimize>true</Optimize> |
50 | | - <DebugType>pdbonly</DebugType> |
51 | | - <PlatformTarget>x86</PlatformTarget> |
52 | | - <ErrorReport>prompt</ErrorReport> |
53 | | - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
54 | | - </PropertyGroup> |
55 | 37 | <ItemGroup> |
56 | 38 | <Reference Include="Newtonsoft.Json"> |
57 | | - <HintPath>..\Qiniu\packages\Newtonsoft.Json.6.0.8\lib\net35\Newtonsoft.Json.dll</HintPath> |
| 39 | + <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath> |
58 | 40 | </Reference> |
59 | 41 | <Reference Include="System" /> |
60 | 42 | <Reference Include="System.Core"> |
61 | | - <RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 43 | + <RequiredTargetFramework>4.0</RequiredTargetFramework> |
62 | 44 | </Reference> |
63 | 45 | <Reference Include="System.Data" /> |
64 | 46 | <Reference Include="System.Data.DataSetExtensions" /> |
|
88 | 70 | <Compile Include="UploadManagerTest.cs" /> |
89 | 71 | </ItemGroup> |
90 | 72 | <ItemGroup> |
91 | | - <ProjectReference Include="..\Qiniu\Qiniu\Qiniu.csproj"> |
| 73 | + <ProjectReference Include="..\Qiniu\Qiniu.csproj"> |
92 | 74 | <Project>{E5A764FD-FC95-4B51-BB10-9A807ED25652}</Project> |
93 | 75 | <Name>Qiniu</Name> |
94 | 76 | </ProjectReference> |
|
0 commit comments