OSDN Git Service

01106b838d29ffc71da6f320ada01cc643301829
[nmecab/NMeCabRepo2.git] / src / PerformanceTestMMF / PerformanceTestMMF.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)' == '' ">x86</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{7553B430-D001-419D-B137-3A87FC1DE3C3}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>PerformanceTest</RootNamespace>
12     <AssemblyName>PerformanceTest</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15     <FileAlignment>512</FileAlignment>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
18     <PlatformTarget>x86</PlatformTarget>
19     <DebugSymbols>true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>false</Optimize>
22     <OutputPath>bin\Debug\</OutputPath>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <ErrorReport>prompt</ErrorReport>
25     <WarningLevel>4</WarningLevel>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
28     <PlatformTarget>x86</PlatformTarget>
29     <DebugType>pdbonly</DebugType>
30     <Optimize>true</Optimize>
31     <OutputPath>bin\Release\</OutputPath>
32     <DefineConstants>TRACE</DefineConstants>
33     <ErrorReport>prompt</ErrorReport>
34     <WarningLevel>4</WarningLevel>
35   </PropertyGroup>
36   <ItemGroup>
37     <Reference Include="System" />
38   </ItemGroup>
39   <ItemGroup>
40     <Compile Include="..\LibNMeCab\Properties\SharedAssemblyInfo.cs">
41       <Link>Properties\SharedAssemblyInfo.cs</Link>
42     </Compile>
43     <Compile Include="..\PerformanceTest\Program.cs">
44       <Link>Program.cs</Link>
45     </Compile>
46     <Compile Include="..\PerformanceTest\Properties\Settings.Designer.cs">
47       <Link>Properties\Settings.Designer.cs</Link>
48     </Compile>
49     <Compile Include="Properties\AssemblyInfo.cs" />
50   </ItemGroup>
51   <ItemGroup>
52     <ProjectReference Include="..\LibNMeCabMMF\LibNMeCabMMF.csproj">
53       <Project>{B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}</Project>
54       <Name>LibNMeCabMMF</Name>
55     </ProjectReference>
56   </ItemGroup>
57   <ItemGroup>
58     <None Include="..\PerformanceTest\Properties\Settings.settings">
59       <Link>Properties\Settings.settings</Link>
60       <Generator>SettingsSingleFileGenerator</Generator>
61       <LastGenOutput>Settings1.Designer.cs</LastGenOutput>
62     </None>
63     <None Include="app.config" />
64   </ItemGroup>
65   <ItemGroup>
66     <Content Include="..\PerformanceTest\kokoro.txt">
67       <Link>kokoro.txt</Link>
68       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
69     </Content>
70   </ItemGroup>
71   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
73        Other similar extension points exist, see Microsoft.Common.targets.
74   <Target Name="BeforeBuild">
75   </Target>
76   <Target Name="AfterBuild">
77   </Target>
78   -->
79 </Project>