OSDN Git Service

NUnitを2.5.9に変更
[yubeshi/yubeshi.git] / YubeshiTest / YubeshiTest.csproj
index 58202f7..4954802 100755 (executable)
     <FileAlignment>512</FileAlignment>\r
     <TargetFrameworkSubset>\r
     </TargetFrameworkSubset>\r
+    <StartupObject>\r
+    </StartupObject>\r
     <StartAction>Program</StartAction>\r
-    <StartProgram>$(ProgramFiles)\NUnit 2.5.7\bin\net-2.0\nunit.exe</StartProgram>\r
+    <StartProgram>$(ProgramFiles)\NUnit 2.5.9\bin\net-2.0\nunit.exe</StartProgram>\r
     <StartArguments>$(TargetPath) /run</StartArguments>\r
+    <ErrorReport>prompt</ErrorReport>\r
+    <WarningLevel>4</WarningLevel>\r
+    <RunPostBuildEvent>Always</RunPostBuildEvent>\r
+    <UseVSHostingProcess>true</UseVSHostingProcess>\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|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="nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />\r
+    <Reference Include="nunit.framework, Version=2.5.9.10348, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />\r
     <Reference Include="System" />\r
     <Reference Include="System.Data" />\r
     <Reference Include="System.Xml" />\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <Compile Include="Nmea\PacketTest.cs" />\r
+    <Compile Include="EcefCoordinateTest.cs" />\r
+    <Compile Include="GeodeticCoordinateTest.cs" />\r
+    <Compile Include="NmeaTest\PacketTest.cs" />\r
+    <Compile Include="NmeaTest\ParserTest.cs" />\r
+    <Compile Include="NmeaTest\SamplePackets.cs" />\r
     <Compile Include="ParserTest.cs" />\r
     <Compile Include="Properties\AssemblyInfo.cs" />\r
+    <Compile Include="UbxTest\MyPacket.cs" />\r
+    <Compile Include="UbxTest\NavPacketTest.cs" />\r
+    <Compile Include="UbxTest\ParserTest.cs" />\r
+    <Compile Include="UbxTest\SamplePackets.cs" />\r
+    <Compile Include="EnuCoordinateTest.cs" />\r
+    <Compile Include="UbxTest\RxmPacketTest.cs" />\r
+    <Compile Include="DegreeTest.cs" />\r
+    <Compile Include="YumaAlmanacReaderTest.cs" />\r
   </ItemGroup>\r
   <ItemGroup>\r
     <None Include="app.config" />\r
+    <None Include="Resources\almanac.alm">\r
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
+    </None>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <ProjectReference Include="..\Yubeshi\Yubeshi.csproj">\r