OSDN Git Service

テストの自動実行
[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.7\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>DEBUG;TRACE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32     <UseVSHostingProcess>true</UseVSHostingProcess>\r
33   </PropertyGroup>\r
34   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
35     <DebugType>pdbonly</DebugType>\r
36     <Optimize>true</Optimize>\r
37     <OutputPath>bin\Release\</OutputPath>\r
38     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41     <UseVSHostingProcess>true</UseVSHostingProcess>\r
42   </PropertyGroup>\r
43   <ItemGroup>\r
44     <Reference Include="nunit.framework, Version=2.5.0.9122, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">\r
45       <SpecificVersion>False</SpecificVersion>\r
46     </Reference>\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="RangeTest.cs" />\r
53     <Compile Include="CurveFitterTest.cs" />\r
54     <Compile Include="SplineTest.cs" />\r
55     <Compile Include="Properties\AssemblyInfo.cs" />\r
56   </ItemGroup>\r
57   <ItemGroup>\r
58     <None Include="app.config" />\r
59   </ItemGroup>\r
60   <ItemGroup>\r
61     <ProjectReference Include="..\Karinto\Karinto.csproj">\r
62       <Project>{1CDE8386-092A-4FA3-A16D-5589C5647C20}</Project>\r
63       <Name>Karinto</Name>\r
64     </ProjectReference>\r
65   </ItemGroup>\r
66   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
67   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
68        Other similar extension points exist, see Microsoft.Common.targets.\r
69   <Target Name="BeforeBuild">\r
70   </Target>\r
71   <Target Name="AfterBuild">\r
72   </Target>\r
73   -->\r
74   <PropertyGroup>\r
75     <PostBuildEvent>\r
76     </PostBuildEvent>\r
77   </PropertyGroup>\r
78 </Project>