OSDN Git Service

2012年7月1日の閏秒に対応
[yubeshi/yubeshi.git] / Yubeshi / Yubeshi.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>{EC4BB8E0-FD4B-4072-A17A-BA0EC0C750AB}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>Yubeshi</RootNamespace>\r
12     <AssemblyName>Yubeshi</AssemblyName>\r
13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <TargetFrameworkSubset>\r
16     </TargetFrameworkSubset>\r
17     <ErrorReport>prompt</ErrorReport>\r
18     <WarningLevel>4</WarningLevel>\r
19   </PropertyGroup>\r
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
21     <DebugSymbols>true</DebugSymbols>\r
22     <DebugType>full</DebugType>\r
23     <Optimize>false</Optimize>\r
24     <OutputPath>bin\Debug\</OutputPath>\r
25     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
28     <DebugType>pdbonly</DebugType>\r
29     <Optimize>true</Optimize>\r
30     <OutputPath>bin\Release\</OutputPath>\r
31     <DefineConstants>TRACE</DefineConstants>\r
32   </PropertyGroup>\r
33   <ItemGroup>\r
34     <Reference Include="System" />\r
35     <Reference Include="System.Data" />\r
36     <Reference Include="System.Xml" />\r
37   </ItemGroup>\r
38   <ItemGroup>\r
39     <Compile Include="Almanac.cs" />\r
40     <Compile Include="Constants.cs" />\r
41     <Compile Include="Degree.cs" />\r
42     <Compile Include="EnuCoordinate.cs" />\r
43     <Compile Include="GeodeticCoordinate.cs" />\r
44     <Compile Include="EcefCoordinate.cs" />\r
45     <Compile Include="EcefVelocity.cs" />\r
46     <Compile Include="GpsTime.cs" />\r
47     <Compile Include="Gps\TelemetryWord.cs" />\r
48     <Compile Include="Gps\Word.cs" />\r
49     <Compile Include="Gps\Subframe.cs" />\r
50     <Compile Include="Gps\HandoverWord.cs" />\r
51     <Compile Include="Japan\Jpc.cs" />\r
52     <Compile Include="Nmea\Parser.cs" />\r
53     <Compile Include="OctetString.cs" />\r
54     <Compile Include="Parser.cs" />\r
55     <Compile Include="Nmea\GpDtm.cs" />\r
56     <Compile Include="Nmea\GpGbs.cs" />\r
57     <Compile Include="Nmea\GpGga.cs" />\r
58     <Compile Include="Nmea\GpGll.cs" />\r
59     <Compile Include="Nmea\GpGrs.cs" />\r
60     <Compile Include="Nmea\GpGsa.cs" />\r
61     <Compile Include="Nmea\GpGst.cs" />\r
62     <Compile Include="Nmea\GpGsv.cs" />\r
63     <Compile Include="Nmea\GpRmc.cs" />\r
64     <Compile Include="Nmea\Packet.cs" />\r
65     <Compile Include="Properties\AssemblyInfo.cs" />\r
66     <Compile Include="Ubx\NavPosEcef.cs" />\r
67     <Compile Include="Ubx\Packet.cs" />\r
68     <Compile Include="Ubx\NavSol.cs" />\r
69     <Compile Include="Ubx\NavClock.cs" />\r
70     <Compile Include="Ubx\Parser.cs" />\r
71     <Compile Include="Ubx\Unknown.cs" />\r
72     <Compile Include="Ubx\NavStatus.cs" />\r
73     <Compile Include="Ubx\NavPosLlh.cs" />\r
74     <Compile Include="Ubx\NavDop.cs" />\r
75     <Compile Include="Ubx\NavVelEcef.cs" />\r
76     <Compile Include="Ubx\NavVelNed.cs" />\r
77     <Compile Include="Ubx\NavTimeGps.cs" />\r
78     <Compile Include="Ubx\NavTimeUtc.cs" />\r
79     <Compile Include="Ubx\NavSvInfo.cs" />\r
80     <Compile Include="Ubx\NavSbas.cs" />\r
81     <Compile Include="Ubx\RxmRaw.cs" />\r
82     <Compile Include="Ubx\CfgRst.cs" />\r
83     <Compile Include="Ubx\RxmAlm.cs" />\r
84     <Compile Include="Ubx\CfgRate.cs" />\r
85     <Compile Include="Ubx\AidAlm.cs" />\r
86     <Compile Include="Ubx\MonHw2.cs" />\r
87     <Compile Include="Ubx\InfDebug.cs" />\r
88     <Compile Include="Ubx\InfError.cs" />\r
89     <Compile Include="Ubx\InfWarning.cs" />\r
90     <Compile Include="Ubx\InfNotice.cs" />\r
91     <Compile Include="Ubx\InfTest.cs" />\r
92     <Compile Include="Ubx\Inf.cs" />\r
93     <Compile Include="Ubx\RxmSfrB.cs" />\r
94     <Compile Include="UnknownPacket.cs" />\r
95     <Compile Include="EnuVelocity.cs" />\r
96     <Compile Include="YumaAlmanacReader.cs" />\r
97     <Compile Include="Height.cs" />\r
98   </ItemGroup>\r
99   <ItemGroup>\r
100     <None Include="app.config" />\r
101   </ItemGroup>\r
102   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
103   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
104        Other similar extension points exist, see Microsoft.Common.targets.\r
105   <Target Name="BeforeBuild">\r
106   </Target>\r
107   <Target Name="AfterBuild">\r
108   </Target>\r
109   -->\r
110 </Project>