|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <PropertyGroup> |
4 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | | - <ProductVersion>10.0.0</ProductVersion> |
7 | | - <SchemaVersion>2.0</SchemaVersion> |
8 | | - <ProjectGuid>{95DC2A77-2344-4315-9F6F-334CC928459C}</ProjectGuid> |
9 | | - <OutputType>Library</OutputType> |
10 | | - <RootNamespace>Qiniu.Test</RootNamespace> |
11 | | - <AssemblyName>Qiniu.Test</AssemblyName> |
12 | | - </PropertyGroup> |
13 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
14 | | - <DebugSymbols>true</DebugSymbols> |
15 | | - <DebugType>full</DebugType> |
16 | | - <Optimize>false</Optimize> |
17 | | - <OutputPath>bin\Debug</OutputPath> |
18 | | - <DefineConstants>DEBUG;</DefineConstants> |
19 | | - <ErrorReport>prompt</ErrorReport> |
20 | | - <WarningLevel>4</WarningLevel> |
21 | | - <ConsolePause>false</ConsolePause> |
22 | | - </PropertyGroup> |
23 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
24 | | - <DebugType>full</DebugType> |
25 | | - <Optimize>true</Optimize> |
26 | | - <OutputPath>bin\Release</OutputPath> |
27 | | - <ErrorReport>prompt</ErrorReport> |
28 | | - <WarningLevel>4</WarningLevel> |
29 | | - <ConsolePause>false</ConsolePause> |
30 | | - </PropertyGroup> |
31 | | - <ItemGroup> |
32 | | - <Reference Include="System" /> |
33 | | - <Reference Include="nunit.framework"> |
34 | | - <HintPath>..\tools\nunit.framework.dll</HintPath> |
35 | | - </Reference> |
36 | | - <Reference Include="System.Configuration" /> |
37 | | - </ItemGroup> |
38 | | - <ItemGroup> |
39 | | - <Compile Include="Properties\AssemblyInfo.cs" /> |
40 | | - <Compile Include="QiniuTestBase.cs" /> |
41 | | - <Compile Include="IO\IOClientTest.cs" /> |
42 | | - <Compile Include="RS\RSClientTest.cs" /> |
43 | | - <Compile Include="RSF\RSFClientTest.cs" /> |
44 | | - <Compile Include="FileOp\ExifTest.cs" /> |
45 | | - <Compile Include="FileOp\ImageInfoTest.cs" /> |
46 | | - <Compile Include="FileOp\ImageMogrifyTest.cs" /> |
47 | | - <Compile Include="FileOp\ImageViewTest.cs" /> |
48 | | - <Compile Include="FileOp\ImageWaterMarkerTest.cs" /> |
49 | | - <Compile Include="FileOp\TextWaterMarkerTest.cs" /> |
50 | | - <Compile Include="Auth\PutPolicy.cs" /> |
51 | | - <Compile Include="IO\Resumable\ResumablePutTest.cs" /> |
52 | | - <Compile Include="TestHelper\IOHelper.cs" /> |
53 | | - <Compile Include="TestHelper\RSHelper.cs" /> |
54 | | - </ItemGroup> |
55 | | - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
56 | | - <ItemGroup> |
57 | | - <ProjectReference Include="..\Qiniu\Qiniu.csproj"> |
58 | | - <Project>{AD4EA9D1-11C2-4BF6-8A06-72A966BC1B80}</Project> |
59 | | - <Name>Qiniu</Name> |
60 | | - <Private>False</Private> |
61 | | - </ProjectReference> |
62 | | - </ItemGroup> |
63 | | - <ItemGroup> |
64 | | - <Folder Include="IO\" /> |
65 | | - <Folder Include="RS\" /> |
66 | | - <Folder Include="RSF\" /> |
67 | | - <Folder Include="FileOp\" /> |
68 | | - <Folder Include="Auth\" /> |
69 | | - <Folder Include="IO\Resumable\" /> |
70 | | - <Folder Include="TestHelper\" /> |
71 | | - </ItemGroup> |
72 | | -</Project> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <PropertyGroup> |
| 4 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 | + <ProductVersion>10.0.0</ProductVersion> |
| 7 | + <SchemaVersion>2.0</SchemaVersion> |
| 8 | + <ProjectGuid>{95DC2A77-2344-4315-9F6F-334CC928459C}</ProjectGuid> |
| 9 | + <OutputType>Library</OutputType> |
| 10 | + <RootNamespace>Qiniu.Test</RootNamespace> |
| 11 | + <AssemblyName>Qiniu.Test</AssemblyName> |
| 12 | + </PropertyGroup> |
| 13 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 14 | + <DebugSymbols>true</DebugSymbols> |
| 15 | + <DebugType>full</DebugType> |
| 16 | + <Optimize>false</Optimize> |
| 17 | + <OutputPath>bin\Debug\4.0\</OutputPath> |
| 18 | + <DefineConstants>DEBUG;</DefineConstants> |
| 19 | + <ErrorReport>prompt</ErrorReport> |
| 20 | + <WarningLevel>4</WarningLevel> |
| 21 | + <ConsolePause>false</ConsolePause> |
| 22 | + </PropertyGroup> |
| 23 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 24 | + <DebugType>full</DebugType> |
| 25 | + <Optimize>true</Optimize> |
| 26 | + <OutputPath>bin\Release\4.0\</OutputPath> |
| 27 | + <ErrorReport>prompt</ErrorReport> |
| 28 | + <WarningLevel>4</WarningLevel> |
| 29 | + <ConsolePause>false</ConsolePause> |
| 30 | + </PropertyGroup> |
| 31 | + <ItemGroup> |
| 32 | + <Reference Include="System" /> |
| 33 | + <Reference Include="nunit.framework"> |
| 34 | + <HintPath>..\tools\nunit.framework.dll</HintPath> |
| 35 | + </Reference> |
| 36 | + <Reference Include="System.Configuration" /> |
| 37 | + </ItemGroup> |
| 38 | + <ItemGroup> |
| 39 | + <Compile Include="Properties\AssemblyInfo.cs" /> |
| 40 | + <Compile Include="QiniuTestBase.cs" /> |
| 41 | + <Compile Include="IO\IOClientTest.cs" /> |
| 42 | + <Compile Include="RS\RSClientTest.cs" /> |
| 43 | + <Compile Include="RSF\RSFClientTest.cs" /> |
| 44 | + <Compile Include="FileOp\ExifTest.cs" /> |
| 45 | + <Compile Include="FileOp\ImageInfoTest.cs" /> |
| 46 | + <Compile Include="FileOp\ImageMogrifyTest.cs" /> |
| 47 | + <Compile Include="FileOp\ImageViewTest.cs" /> |
| 48 | + <Compile Include="FileOp\ImageWaterMarkerTest.cs" /> |
| 49 | + <Compile Include="FileOp\TextWaterMarkerTest.cs" /> |
| 50 | + <Compile Include="Auth\PutPolicy.cs" /> |
| 51 | + <Compile Include="IO\Resumable\ResumablePutTest.cs" /> |
| 52 | + <Compile Include="TestHelper\IOHelper.cs" /> |
| 53 | + <Compile Include="TestHelper\RSHelper.cs" /> |
| 54 | + </ItemGroup> |
| 55 | + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 56 | + <ItemGroup> |
| 57 | + <ProjectReference Include="..\Qiniu\Qiniu.4.0.csproj"> |
| 58 | + <Project>{AD4EA9D1-11C2-4BF6-8A06-72A966BC1B80}</Project> |
| 59 | + <Name>Qiniu.4.0</Name> |
| 60 | + </ProjectReference> |
| 61 | + </ItemGroup> |
| 62 | + <ItemGroup /> |
| 63 | +</Project> |
0 commit comments