OSDN Git Service

332fa7c8ddeeaaa1a8961afd8731e6f699213662
[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   </PropertyGroup>\r
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
19     <DebugSymbols>true</DebugSymbols>\r
20     <DebugType>full</DebugType>\r
21     <Optimize>false</Optimize>\r
22     <OutputPath>bin\Debug\</OutputPath>\r
23     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
24     <ErrorReport>prompt</ErrorReport>\r
25     <WarningLevel>4</WarningLevel>\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     <ErrorReport>prompt</ErrorReport>\r
33     <WarningLevel>4</WarningLevel>\r
34   </PropertyGroup>\r
35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
36     <DebugSymbols>true</DebugSymbols>\r
37     <DebugType>full</DebugType>\r
38     <Optimize>false</Optimize>\r
39     <OutputPath>bin\Debug\</OutputPath>\r
40     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
41     <ErrorReport>prompt</ErrorReport>\r
42     <WarningLevel>4</WarningLevel>\r
43   </PropertyGroup>\r
44   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">\r
45     <DebugSymbols>true</DebugSymbols>\r
46     <OutputPath>bin\x64\Debug\</OutputPath>\r
47     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
48     <DebugType>full</DebugType>\r
49     <PlatformTarget>x64</PlatformTarget>\r
50     <ErrorReport>prompt</ErrorReport>\r
51   </PropertyGroup>\r
52   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">\r
53     <OutputPath>bin\x64\Release\</OutputPath>\r
54     <DefineConstants>TRACE</DefineConstants>\r
55     <Optimize>true</Optimize>\r
56     <DebugType>pdbonly</DebugType>\r
57     <PlatformTarget>x64</PlatformTarget>\r
58     <ErrorReport>prompt</ErrorReport>\r
59   </PropertyGroup>\r
60   <ItemGroup>\r
61     <Reference Include="System" />\r
62     <Reference Include="System.Data" />\r
63     <Reference Include="System.Xml" />\r
64   </ItemGroup>\r
65   <ItemGroup>\r
66     <Compile Include="Coordinate.cs" />\r
67     <Compile Include="Nmea\Parser.cs" />\r
68     <Compile Include="Parser.cs" />\r
69     <Compile Include="Nmea\GpDtm.cs" />\r
70     <Compile Include="Nmea\GpGbs.cs" />\r
71     <Compile Include="Nmea\GpGga.cs" />\r
72     <Compile Include="Nmea\GpGll.cs" />\r
73     <Compile Include="Nmea\GpGrs.cs" />\r
74     <Compile Include="Nmea\GpGsa.cs" />\r
75     <Compile Include="Nmea\GpGst.cs" />\r
76     <Compile Include="Nmea\GpGsv.cs" />\r
77     <Compile Include="Nmea\GpRmc.cs" />\r
78     <Compile Include="Nmea\Packet.cs" />\r
79     <Compile Include="Properties\AssemblyInfo.cs" />\r
80     <Compile Include="Ubx\Packet.cs" />\r
81     <Compile Include="UnknownPacket.cs" />\r
82   </ItemGroup>\r
83   <ItemGroup>\r
84     <None Include="app.config" />\r
85   </ItemGroup>\r
86   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
87   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
88        Other similar extension points exist, see Microsoft.Common.targets.\r
89   <Target Name="BeforeBuild">\r
90   </Target>\r
91   <Target Name="AfterBuild">\r
92   </Target>\r
93   -->\r
94 </Project>