OSDN Git Service

ShowErrorImage/ShowInitialImage実行後にSizeModeを変更すると表示モードが変わってしまう不具合を修正
[opentween/open-tween.git] / OpenTween.Tests / OpenTween.Tests.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{18A32642-A8F3-425B-978D-0C6F630EDDE8}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>OpenTween</RootNamespace>
12     <AssemblyName>OpenTween.Tests</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>bin\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26     <DebugType>pdbonly</DebugType>
27     <Optimize>true</Optimize>
28     <OutputPath>bin\Release\</OutputPath>
29     <DefineConstants>TRACE</DefineConstants>
30     <ErrorReport>prompt</ErrorReport>
31     <WarningLevel>4</WarningLevel>
32   </PropertyGroup>
33   <ItemGroup>
34     <Reference Include="NSubstitute, Version=1.4.3.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
35       <SpecificVersion>False</SpecificVersion>
36       <HintPath>dlls\NSubstitute.dll</HintPath>
37     </Reference>
38     <Reference Include="System" />
39     <Reference Include="System.Core" />
40     <Reference Include="System.Drawing" />
41     <Reference Include="System.Runtime.Serialization" />
42     <Reference Include="System.Windows.Forms" />
43     <Reference Include="System.Xml.Linq" />
44     <Reference Include="System.Data.DataSetExtensions" />
45     <Reference Include="Microsoft.CSharp" />
46     <Reference Include="System.Data" />
47     <Reference Include="System.Xml" />
48     <Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
49       <SpecificVersion>False</SpecificVersion>
50       <HintPath>dlls\xunit.dll</HintPath>
51     </Reference>
52     <Reference Include="xunit.extensions, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
53       <SpecificVersion>False</SpecificVersion>
54       <HintPath>dlls\xunit.extensions.dll</HintPath>
55     </Reference>
56   </ItemGroup>
57   <ItemGroup>
58     <Compile Include="AnyOrderComparer.cs" />
59     <Compile Include="Api\ApiLimitTest.cs" />
60     <Compile Include="Api\TwitterApiStatusTest.cs" />
61     <Compile Include="BingTest.cs" />
62     <Compile Include="HashtagManageTest.cs" />
63     <Compile Include="MyApplicationTest.cs" />
64     <Compile Include="OTPictureBoxTest.cs" />
65     <Compile Include="PostFilterRuleTest.cs" />
66     <Compile Include="FoursquareTest.cs" />
67     <Compile Include="LRUCacheDictionaryTest.cs" />
68     <Compile Include="MyCommonTest.cs" />
69     <Compile Include="PostClassTest.cs" />
70     <Compile Include="PostFilterRuleVersion113DeserializeTest.cs" />
71     <Compile Include="Properties\AssemblyInfo.cs" />
72     <Compile Include="TabInformationTest.cs" />
73     <Compile Include="TabsDialogTest.cs" />
74     <Compile Include="TestUtils.cs" />
75     <Compile Include="Thumbnail\Services\ImgAzyobuziNetTest.cs" />
76     <Compile Include="Thumbnail\Services\MetaThumbnailServiceTest.cs" />
77     <Compile Include="Thumbnail\Services\SimpleThumbnailServiceTest.cs" />
78     <Compile Include="Thumbnail\Services\TinamiTest.cs" />
79     <Compile Include="ToolStripAPIGaugeTest.cs" />
80     <Compile Include="TweenMainTest.cs" />
81     <Compile Include="TweetFormatterTest.cs" />
82     <Compile Include="TweetThumbnailTest.cs" />
83     <Compile Include="TwitterTest.cs" />
84   </ItemGroup>
85   <ItemGroup>
86     <ProjectReference Include="..\OpenTween\OpenTween.csproj">
87       <Project>{3D8995C7-BDF3-4273-9F9D-DDD902F6A101}</Project>
88       <Name>OpenTween</Name>
89     </ProjectReference>
90   </ItemGroup>
91   <ItemGroup>
92     <Content Include="dlls\NSubstitute.dll" />
93     <Content Include="dlls\nunit.framework.dll" />
94     <Content Include="Resources\dot.gif">
95       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
96     </Content>
97     <Content Include="Resources\re.gif">
98       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
99     </Content>
100     <Content Include="Resources\re1.gif">
101       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
102     </Content>
103     <Content Include="Resources\re1.png">
104       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
105     </Content>
106   </ItemGroup>
107   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
109        Other similar extension points exist, see Microsoft.Common.targets.
110   <Target Name="BeforeBuild">
111   </Target>
112   <Target Name="AfterBuild">
113   </Target>
114   -->
115 </Project>