OSDN Git Service

Merge branch 'matrix'
[karinto/karinto.git] / KarintoTest / KarintoTest.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{275D7302-5955-4C77-8510-161E99A89D37}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>KarintoTest</RootNamespace>\r
12     <AssemblyName>KarintoTest</AssemblyName>\r
13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <TargetFrameworkSubset>\r
16     </TargetFrameworkSubset>\r
17     <StartupObject>\r
18     </StartupObject>\r
19     <StartAction>Program</StartAction>\r
20     <StartProgram>$(ProgramFiles)\NUnit 2.5.10\bin\net-2.0\nunit.exe</StartProgram>\r
21     <StartArguments>$(TargetPath) /run</StartArguments>\r
22     <RunPostBuildEvent>Always</RunPostBuildEvent>\r
23   </PropertyGroup>\r
24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
25     <DebugSymbols>true</DebugSymbols>\r
26     <DebugType>full</DebugType>\r
27     <Optimize>false</Optimize>\r
28     <OutputPath>bin\Debug\</OutputPath>\r
29     <DefineConstants>TRACE;DEBUG;WITH_FFTSS</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32     <UseVSHostingProcess>true</UseVSHostingProcess>\r
33     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
34   </PropertyGroup>\r
35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
36     <DebugType>pdbonly</DebugType>\r
37     <Optimize>true</Optimize>\r
38     <OutputPath>bin\Release\</OutputPath>\r
39     <DefineConstants>TRACE;DEBUG;WITH_FFTSS</DefineConstants>\r
40     <ErrorReport>prompt</ErrorReport>\r
41     <WarningLevel>4</WarningLevel>\r
42     <UseVSHostingProcess>true</UseVSHostingProcess>\r
43     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
44   </PropertyGroup>\r
45   <ItemGroup>\r
46     <Reference Include="nunit.framework, Version=2.5.0.9122, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">\r
47       <SpecificVersion>False</SpecificVersion>\r
48     </Reference>\r
49     <Reference Include="System" />\r
50     <Reference Include="System.Data" />\r
51     <Reference Include="System.Xml" />\r
52   </ItemGroup>\r
53   <ItemGroup>\r
54     <Compile Include="CsvWriterTest.cs" />\r
55     <Compile Include="NumericTest\ComplexTest.cs" />\r
56     <Compile Include="NumericTest\Matrix2x2Test.cs" />\r
57     <Compile Include="NumericTest\OperatorTest.cs" />\r
58     <Compile Include="NumericTest\MatrixTest.cs" />\r
59     <Compile Include="PointListTest.cs" />\r
60     <Compile Include="PointTest.cs" />\r
61     <Compile Include="RangeTest.cs" />\r
62     <Compile Include="CurveFitterTest.cs" />\r
63     <Compile Include="NumericTest\RationalTest.cs" />\r
64     <Compile Include="SplineTest.cs" />\r
65     <Compile Include="Properties\AssemblyInfo.cs" />\r
66     <Compile Include="FftTest.cs" />\r
67     <Compile Include="HiokiHicorderDataReaderTest.cs" />\r
68     <Compile Include="WindowFunctionTest.cs" />\r
69     <Compile Include="FilePathTest.cs" />\r
70     <Compile Include="RegexSetTest.cs" />\r
71     <Compile Include="CsvReaderTest.cs" />\r
72   </ItemGroup>\r
73   <ItemGroup>\r
74     <None Include="app.config" />\r
75     <None Include="Resources\d_d_d.csv">\r
76       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
77     </None>\r
78     <None Include="Resources\hioki.mem">\r
79       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
80     </None>\r
81   </ItemGroup>\r
82   <ItemGroup>\r
83     <ProjectReference Include="..\Karinto\Karinto.csproj">\r
84       <Project>{1CDE8386-092A-4FA3-A16D-5589C5647C20}</Project>\r
85       <Name>Karinto</Name>\r
86     </ProjectReference>\r
87   </ItemGroup>\r
88   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
89   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
90        Other similar extension points exist, see Microsoft.Common.targets.\r
91   <Target Name="BeforeBuild">\r
92   </Target>\r
93   <Target Name="AfterBuild">\r
94   </Target>\r
95   -->\r
96   <PropertyGroup>\r
97     <PostBuildEvent>\r
98     </PostBuildEvent>\r
99   </PropertyGroup>\r
100 </Project>