OSDN Git Service

NUnit 2.6に移行
[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.6\bin\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.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />\r
47     <Reference Include="System" />\r
48     <Reference Include="System.Data" />\r
49     <Reference Include="System.Xml" />\r
50   </ItemGroup>\r
51   <ItemGroup>\r
52     <Compile Include="CsvWriterTest.cs" />\r
53     <Compile Include="NumericTest\ComplexTest.cs" />\r
54     <Compile Include="NumericTest\Matrix2x2Test.cs" />\r
55     <Compile Include="NumericTest\OperatorTest.cs" />\r
56     <Compile Include="NumericTest\MatrixTest.cs" />\r
57     <Compile Include="PointListTest.cs" />\r
58     <Compile Include="PointTest.cs" />\r
59     <Compile Include="RangeTest.cs" />\r
60     <Compile Include="CurveFitterTest.cs" />\r
61     <Compile Include="NumericTest\RationalTest.cs" />\r
62     <Compile Include="SplineTest.cs" />\r
63     <Compile Include="Properties\AssemblyInfo.cs" />\r
64     <Compile Include="FftTest.cs" />\r
65     <Compile Include="HiokiHicorderDataReaderTest.cs" />\r
66     <Compile Include="WindowFunctionTest.cs" />\r
67     <Compile Include="FilePathTest.cs" />\r
68     <Compile Include="RegexSetTest.cs" />\r
69     <Compile Include="CsvReaderTest.cs" />\r
70   </ItemGroup>\r
71   <ItemGroup>\r
72     <None Include="app.config" />\r
73     <None Include="Resources\d_d_d.csv">\r
74       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
75     </None>\r
76     <None Include="Resources\hioki8855.mem">\r
77       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
78     </None>\r
79     <None Include="Resources\hioki886050.mem">\r
80       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
81     </None>\r
82   </ItemGroup>\r
83   <ItemGroup>\r
84     <ProjectReference Include="..\Karinto\Karinto.csproj">\r
85       <Project>{1CDE8386-092A-4FA3-A16D-5589C5647C20}</Project>\r
86       <Name>Karinto</Name>\r
87     </ProjectReference>\r
88   </ItemGroup>\r
89   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
90   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
91        Other similar extension points exist, see Microsoft.Common.targets.\r
92   <Target Name="BeforeBuild">\r
93   </Target>\r
94   <Target Name="AfterBuild">\r
95   </Target>\r
96   -->\r
97   <PropertyGroup>\r
98     <PostBuildEvent>\r
99     </PostBuildEvent>\r
100   </PropertyGroup>\r
101 </Project>