OSDN Git Service

2012年7月1日の閏秒に対応
[yubeshi/yubeshi.git] / Yubeshi / Yubeshi.csproj
index 332fa7c..c9cde3d 100755 (executable)
@@ -14,6 +14,8 @@
     <FileAlignment>512</FileAlignment>\r
     <TargetFrameworkSubset>\r
     </TargetFrameworkSubset>\r
+    <ErrorReport>prompt</ErrorReport>\r
+    <WarningLevel>4</WarningLevel>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
     <DebugSymbols>true</DebugSymbols>\r
     <Optimize>false</Optimize>\r
     <OutputPath>bin\Debug\</OutputPath>\r
     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
     <Optimize>true</Optimize>\r
     <OutputPath>bin\Release\</OutputPath>\r
     <DefineConstants>TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <Optimize>false</Optimize>\r
-    <OutputPath>bin\Debug\</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <OutputPath>bin\x64\Debug\</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <DebugType>full</DebugType>\r
-    <PlatformTarget>x64</PlatformTarget>\r
-    <ErrorReport>prompt</ErrorReport>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">\r
-    <OutputPath>bin\x64\Release\</OutputPath>\r
-    <DefineConstants>TRACE</DefineConstants>\r
-    <Optimize>true</Optimize>\r
-    <DebugType>pdbonly</DebugType>\r
-    <PlatformTarget>x64</PlatformTarget>\r
-    <ErrorReport>prompt</ErrorReport>\r
   </PropertyGroup>\r
   <ItemGroup>\r
     <Reference Include="System" />\r
     <Reference Include="System.Xml" />\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <Compile Include="Coordinate.cs" />\r
+    <Compile Include="Almanac.cs" />\r
+    <Compile Include="Constants.cs" />\r
+    <Compile Include="Degree.cs" />\r
+    <Compile Include="EnuCoordinate.cs" />\r
+    <Compile Include="GeodeticCoordinate.cs" />\r
+    <Compile Include="EcefCoordinate.cs" />\r
+    <Compile Include="EcefVelocity.cs" />\r
+    <Compile Include="GpsTime.cs" />\r
+    <Compile Include="Gps\TelemetryWord.cs" />\r
+    <Compile Include="Gps\Word.cs" />\r
+    <Compile Include="Gps\Subframe.cs" />\r
+    <Compile Include="Gps\HandoverWord.cs" />\r
+    <Compile Include="Japan\Jpc.cs" />\r
     <Compile Include="Nmea\Parser.cs" />\r
+    <Compile Include="OctetString.cs" />\r
     <Compile Include="Parser.cs" />\r
     <Compile Include="Nmea\GpDtm.cs" />\r
     <Compile Include="Nmea\GpGbs.cs" />\r
     <Compile Include="Nmea\GpRmc.cs" />\r
     <Compile Include="Nmea\Packet.cs" />\r
     <Compile Include="Properties\AssemblyInfo.cs" />\r
+    <Compile Include="Ubx\NavPosEcef.cs" />\r
     <Compile Include="Ubx\Packet.cs" />\r
+    <Compile Include="Ubx\NavSol.cs" />\r
+    <Compile Include="Ubx\NavClock.cs" />\r
+    <Compile Include="Ubx\Parser.cs" />\r
+    <Compile Include="Ubx\Unknown.cs" />\r
+    <Compile Include="Ubx\NavStatus.cs" />\r
+    <Compile Include="Ubx\NavPosLlh.cs" />\r
+    <Compile Include="Ubx\NavDop.cs" />\r
+    <Compile Include="Ubx\NavVelEcef.cs" />\r
+    <Compile Include="Ubx\NavVelNed.cs" />\r
+    <Compile Include="Ubx\NavTimeGps.cs" />\r
+    <Compile Include="Ubx\NavTimeUtc.cs" />\r
+    <Compile Include="Ubx\NavSvInfo.cs" />\r
+    <Compile Include="Ubx\NavSbas.cs" />\r
+    <Compile Include="Ubx\RxmRaw.cs" />\r
+    <Compile Include="Ubx\CfgRst.cs" />\r
+    <Compile Include="Ubx\RxmAlm.cs" />\r
+    <Compile Include="Ubx\CfgRate.cs" />\r
+    <Compile Include="Ubx\AidAlm.cs" />\r
+    <Compile Include="Ubx\MonHw2.cs" />\r
+    <Compile Include="Ubx\InfDebug.cs" />\r
+    <Compile Include="Ubx\InfError.cs" />\r
+    <Compile Include="Ubx\InfWarning.cs" />\r
+    <Compile Include="Ubx\InfNotice.cs" />\r
+    <Compile Include="Ubx\InfTest.cs" />\r
+    <Compile Include="Ubx\Inf.cs" />\r
+    <Compile Include="Ubx\RxmSfrB.cs" />\r
     <Compile Include="UnknownPacket.cs" />\r
+    <Compile Include="EnuVelocity.cs" />\r
+    <Compile Include="YumaAlmanacReader.cs" />\r
+    <Compile Include="Height.cs" />\r
   </ItemGroup>\r
   <ItemGroup>\r
     <None Include="app.config" />\r