OSDN Git Service

b60dc796e2b7159e38a21a5771575368276f2db0
[nmecab/NMeCabRepo2.git] / src / LibNMeCabTest / LibNMeCabTest.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   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProjectGuid>{59B69A5D-B54E-4659-9CD6-502FCD7B0881}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <RootNamespace>LibNMeCabTest</RootNamespace>
10     <AssemblyName>LibNMeCabTest</AssemblyName>
11     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12     <FileAlignment>512</FileAlignment>
13     <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
15     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
16     <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
17     <IsCodedUITest>False</IsCodedUITest>
18     <TestProjectType>UnitTest</TestProjectType>
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     <RunCodeAnalysis>false</RunCodeAnalysis>
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     <RunCodeAnalysis>false</RunCodeAnalysis>
38   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="System" />
41   </ItemGroup>
42   <Choose>
43     <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
44       <ItemGroup>
45         <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
46       </ItemGroup>
47     </When>
48     <Otherwise>
49       <ItemGroup>
50         <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
51       </ItemGroup>
52     </Otherwise>
53   </Choose>
54   <ItemGroup>
55     <Compile Include="IpaDicFeatureExtensionTest.cs" />
56     <Compile Include="PriorityQueueTest.cs" />
57     <Compile Include="Properties\AssemblyInfo.cs" />
58   </ItemGroup>
59   <ItemGroup>
60     <ProjectReference Include="..\LibNMeCab35\LibNMeCab35.csproj">
61       <Project>{4ffe4221-2f41-446e-be59-d9cfcdf91ac6}</Project>
62       <Name>LibNMeCab35</Name>
63     </ProjectReference>
64   </ItemGroup>
65   <Choose>
66     <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
67       <ItemGroup>
68         <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
69           <Private>False</Private>
70         </Reference>
71         <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
72           <Private>False</Private>
73         </Reference>
74         <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
75           <Private>False</Private>
76         </Reference>
77         <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
78           <Private>False</Private>
79         </Reference>
80       </ItemGroup>
81     </When>
82   </Choose>
83   <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
84   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
85   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
86        Other similar extension points exist, see Microsoft.Common.targets.
87   <Target Name="BeforeBuild">
88   </Target>
89   <Target Name="AfterBuild">
90   </Target>
91   -->
92 </Project>