OSDN Git Service

NuGetパッケージの管理をpackages.configからPackageReferenceに移行
[opentween/open-tween.git] / OpenTween.Tests / OpenTween.Tests.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProductVersion>8.0.30703</ProductVersion>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{18A32642-A8F3-425B-978D-0C6F630EDDE8}</ProjectGuid>
10     <OutputType>Library</OutputType>
11     <AppDesignerFolder>Properties</AppDesignerFolder>
12     <RootNamespace>OpenTween</RootNamespace>
13     <AssemblyName>OpenTween.Tests</AssemblyName>
14     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
15     <FileAlignment>512</FileAlignment>
16     <TargetFrameworkProfile />
17     <NuGetPackageImportStamp>
18     </NuGetPackageImportStamp>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21     <DebugSymbols>true</DebugSymbols>
22     <DebugType>full</DebugType>
23     <Optimize>false</Optimize>
24     <OutputPath>bin\Debug\</OutputPath>
25     <DefineConstants>DEBUG;TRACE</DefineConstants>
26     <ErrorReport>prompt</ErrorReport>
27     <WarningLevel>4</WarningLevel>
28     <Prefer32Bit>false</Prefer32Bit>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31     <DebugType>pdbonly</DebugType>
32     <Optimize>true</Optimize>
33     <OutputPath>bin\Release\</OutputPath>
34     <DefineConstants>TRACE</DefineConstants>
35     <ErrorReport>prompt</ErrorReport>
36     <WarningLevel>4</WarningLevel>
37     <Prefer32Bit>false</Prefer32Bit>
38   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="System" />
41     <Reference Include="System.Core" />
42     <Reference Include="System.Drawing" />
43     <Reference Include="System.Net.Http" />
44     <Reference Include="System.Runtime.Serialization" />
45     <Reference Include="System.Web" />
46     <Reference Include="System.Windows.Forms" />
47     <Reference Include="System.Xml.Linq" />
48     <Reference Include="System.Data.DataSetExtensions" />
49     <Reference Include="Microsoft.CSharp" />
50     <Reference Include="System.Data" />
51     <Reference Include="System.Xml" />
52   </ItemGroup>
53   <ItemGroup>
54     <Compile Include="AnyOrderComparer.cs" />
55     <Compile Include="Api\ApiLimitTest.cs" />
56     <Compile Include="Api\MicrosoftTranslatorApiTest.cs" />
57     <Compile Include="Api\TwitterApiStatusTest.cs" />
58     <Compile Include="Api\TwitterApiTest.cs" />
59     <Compile Include="BingTest.cs" />
60     <Compile Include="Connection\LazyJsonTest.cs" />
61     <Compile Include="Connection\NetworkingTest.cs" />
62     <Compile Include="Connection\OAuthHandlerTest.cs" />
63     <Compile Include="Connection\OAuthUtilityTest.cs" />
64     <Compile Include="Connection\TwitterApiConnectionTest.cs" />
65     <Compile Include="EmojiFormatterTest.cs" />
66     <Compile Include="ExtensionsTest.cs" />
67     <Compile Include="HashtagManageTest.cs" />
68     <Compile Include="HttpMessageHandlerMock.cs" />
69     <Compile Include="IndexedSortedSetTest.cs" />
70     <Compile Include="MediaSelectorTest.cs" />
71     <Compile Include="MemoryImageTest.cs" />
72     <Compile Include="MouseWheelMessageFilterTest.cs" />
73     <Compile Include="MyApplicationTest.cs" />
74     <Compile Include="OTBaseFormTest.cs" />
75     <Compile Include="OTPictureBoxTest.cs" />
76     <Compile Include="OTSplitContainerTest.cs" />
77     <Compile Include="Models\PostFilterRuleTest.cs" />
78     <Compile Include="LRUCacheDictionaryTest.cs" />
79     <Compile Include="MyCommonTest.cs" />
80     <Compile Include="Models\PostClassTest.cs" />
81     <Compile Include="Models\PostFilterRuleVersion113DeserializeTest.cs" />
82     <Compile Include="Properties\AssemblyInfo.cs" />
83     <Compile Include="RegexAsyncTest.cs" />
84     <Compile Include="ShortcutCommandTest.cs" />
85     <Compile Include="ShortUrlTest.cs" />
86     <Compile Include="Models\TabModelTest.cs" />
87     <Compile Include="Models\TabInformationTest.cs" />
88     <Compile Include="TabsDialogTest.cs" />
89     <Compile Include="TestUtils.cs" />
90     <Compile Include="Thumbnail\Services\FoursquareCheckinTest.cs" />
91     <Compile Include="Thumbnail\Services\ImgAzyobuziNetTest.cs" />
92     <Compile Include="Thumbnail\Services\MetaThumbnailServiceTest.cs" />
93     <Compile Include="Thumbnail\Services\PixivTest.cs" />
94     <Compile Include="Thumbnail\Services\SimpleThumbnailServiceTest.cs" />
95     <Compile Include="Thumbnail\Services\TinamiTest.cs" />
96     <Compile Include="Thumbnail\Services\TumblrTest.cs" />
97     <Compile Include="ToolStripAPIGaugeTest.cs" />
98     <Compile Include="TweenMainTest.cs" />
99     <Compile Include="TweetDetailsViewTest.cs" />
100     <Compile Include="TweetExtractorTest.cs" />
101     <Compile Include="TweetFormatterTest.cs" />
102     <Compile Include="TweetThumbnailTest.cs" />
103     <Compile Include="TwitterTest.cs" />
104   </ItemGroup>
105   <ItemGroup>
106     <ProjectReference Include="..\OpenTween\OpenTween.csproj">
107       <Project>{3D8995C7-BDF3-4273-9F9D-DDD902F6A101}</Project>
108       <Name>OpenTween</Name>
109     </ProjectReference>
110   </ItemGroup>
111   <ItemGroup>
112     <Content Include="Resources\re.gif">
113       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
114     </Content>
115     <Content Include="Resources\re1.gif">
116       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
117     </Content>
118     <Content Include="Resources\re1.png">
119       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
120     </Content>
121   </ItemGroup>
122   <ItemGroup>
123     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
124   </ItemGroup>
125   <ItemGroup>
126     <PackageReference Include="Moq">
127       <Version>4.2.1510.2205</Version>
128     </PackageReference>
129     <PackageReference Include="OpenCover">
130       <Version>4.6.519</Version>
131     </PackageReference>
132     <PackageReference Include="xunit">
133       <Version>2.2.0</Version>
134     </PackageReference>
135     <PackageReference Include="xunit.runner.visualstudio">
136       <Version>2.2.0</Version>
137     </PackageReference>
138   </ItemGroup>
139   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
141     <PropertyGroup>
142       <ErrorText>このプロジェクトは、このコンピューター上にない NuGet パッケージを参照しています。それらのパッケージをダウンロードするには、[NuGet パッケージの復元] を使用します。詳細については、http://go.microsoft.com/fwlink/?LinkID=322105 を参照してください。見つからないファイルは {0} です。</ErrorText>
143     </PropertyGroup>
144     <Error Condition="!Exists('..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.2.0\build\net20\xunit.runner.visualstudio.props'))" />
145   </Target>
146   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
147        Other similar extension points exist, see Microsoft.Common.targets.
148   <Target Name="BeforeBuild">
149   </Target>
150   <Target Name="AfterBuild">
151   </Target>
152   -->
153 </Project>