OSDN Git Service

Rxmパケット対応の準備
[yubeshi/yubeshi.git] / YubeshiTest / YubeshiTest.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>{1173BFCF-CA10-433B-A8FF-B9C1148A3700}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>YubeshiTest</RootNamespace>\r
12     <AssemblyName>YubeshiTest</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     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24     <RunPostBuildEvent>Always</RunPostBuildEvent>\r
25     <UseVSHostingProcess>true</UseVSHostingProcess>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
28     <DebugSymbols>true</DebugSymbols>\r
29     <DebugType>full</DebugType>\r
30     <Optimize>false</Optimize>\r
31     <OutputPath>bin\Debug\</OutputPath>\r
32     <DefineConstants>DEBUG;TRACE</DefineConstants>\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>TRACE</DefineConstants>\r
39   </PropertyGroup>\r
40   <ItemGroup>\r
41     <Reference Include="nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />\r
42     <Reference Include="System" />\r
43     <Reference Include="System.Data" />\r
44     <Reference Include="System.Xml" />\r
45   </ItemGroup>\r
46   <ItemGroup>\r
47     <Compile Include="EcefCoordinateTest.cs" />\r
48     <Compile Include="GeodeticCoordinateTest.cs" />\r
49     <Compile Include="NmeaTest\PacketTest.cs" />\r
50     <Compile Include="NmeaTest\ParserTest.cs" />\r
51     <Compile Include="NmeaTest\SamplePackets.cs" />\r
52     <Compile Include="ParserTest.cs" />\r
53     <Compile Include="Properties\AssemblyInfo.cs" />\r
54     <Compile Include="UbxTest\MyPacket.cs" />\r
55     <Compile Include="UbxTest\NavPacketTest.cs" />\r
56     <Compile Include="UbxTest\ParserTest.cs" />\r
57     <Compile Include="UbxTest\SamplePackets.cs" />\r
58     <Compile Include="EnuCoordinateTest.cs" />\r
59     <Compile Include="UbxTest\RxmPacketTest.cs" />\r
60   </ItemGroup>\r
61   <ItemGroup>\r
62     <None Include="app.config" />\r
63   </ItemGroup>\r
64   <ItemGroup>\r
65     <ProjectReference Include="..\Yubeshi\Yubeshi.csproj">\r
66       <Project>{EC4BB8E0-FD4B-4072-A17A-BA0EC0C750AB}</Project>\r
67       <Name>Yubeshi</Name>\r
68     </ProjectReference>\r
69   </ItemGroup>\r
70   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
71   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
72        Other similar extension points exist, see Microsoft.Common.targets.\r
73   <Target Name="BeforeBuild">\r
74   </Target>\r
75   <Target Name="AfterBuild">\r
76   </Target>\r
77   -->\r
78 </Project>