OSDN Git Service

Ubxパケットの部分的実装
[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     <StartAction>Program</StartAction>\r
18     <StartProgram>$(ProgramFiles)\NUnit 2.5.7\bin\net-2.0\nunit.exe</StartProgram>\r
19     <StartArguments>$(TargetPath) /run</StartArguments>\r
20   </PropertyGroup>\r
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
22     <DebugSymbols>true</DebugSymbols>\r
23     <DebugType>full</DebugType>\r
24     <Optimize>false</Optimize>\r
25     <OutputPath>bin\Debug\</OutputPath>\r
26     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
31     <DebugType>pdbonly</DebugType>\r
32     <Optimize>true</Optimize>\r
33     <OutputPath>bin\Release\</OutputPath>\r
34     <DefineConstants>TRACE</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37   </PropertyGroup>\r
38   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">\r
39     <DebugSymbols>true</DebugSymbols>\r
40     <OutputPath>bin\x64\Debug\</OutputPath>\r
41     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
42     <DebugType>full</DebugType>\r
43     <PlatformTarget>x64</PlatformTarget>\r
44     <ErrorReport>prompt</ErrorReport>\r
45   </PropertyGroup>\r
46   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">\r
47     <OutputPath>bin\x64\Release\</OutputPath>\r
48     <DefineConstants>TRACE</DefineConstants>\r
49     <Optimize>true</Optimize>\r
50     <DebugType>pdbonly</DebugType>\r
51     <PlatformTarget>x64</PlatformTarget>\r
52     <ErrorReport>prompt</ErrorReport>\r
53   </PropertyGroup>\r
54   <ItemGroup>\r
55     <Reference Include="nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />\r
56     <Reference Include="System" />\r
57     <Reference Include="System.Data" />\r
58     <Reference Include="System.Xml" />\r
59   </ItemGroup>\r
60   <ItemGroup>\r
61     <Compile Include="Nmea\PacketTest.cs" />\r
62     <Compile Include="Nmea\ParserTest.cs" />\r
63     <Compile Include="Nmea\SamplePackets.cs" />\r
64     <Compile Include="ParserTest.cs" />\r
65     <Compile Include="Properties\AssemblyInfo.cs" />\r
66     <Compile Include="Ubx\NavPacketTest.cs" />\r
67     <Compile Include="Ubx\SamplePackets.cs" />\r
68   </ItemGroup>\r
69   <ItemGroup>\r
70     <None Include="app.config" />\r
71   </ItemGroup>\r
72   <ItemGroup>\r
73     <ProjectReference Include="..\Yubeshi\Yubeshi.csproj">\r
74       <Project>{EC4BB8E0-FD4B-4072-A17A-BA0EC0C750AB}</Project>\r
75       <Name>Yubeshi</Name>\r
76     </ProjectReference>\r
77   </ItemGroup>\r
78   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
79   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
80        Other similar extension points exist, see Microsoft.Common.targets.\r
81   <Target Name="BeforeBuild">\r
82   </Target>\r
83   <Target Name="AfterBuild">\r
84   </Target>\r
85   -->\r
86 </Project>