HamBook – Diff between revs 7 and 9
?pathlinks?
Rev 7 | Rev 9 | |||
---|---|---|---|---|
Line 29... | Line 29... | |||
29 | <DefineConstants>TRACE</DefineConstants> |
29 | <DefineConstants>TRACE</DefineConstants> |
|
30 | <ErrorReport>prompt</ErrorReport> |
30 | <ErrorReport>prompt</ErrorReport> |
|
31 | <WarningLevel>4</WarningLevel> |
31 | <WarningLevel>4</WarningLevel> |
|
32 | </PropertyGroup> |
32 | </PropertyGroup> |
|
33 | <ItemGroup> |
33 | <ItemGroup> |
|
- | 34 | <Reference Include="RJCP.SerialPortStream, Version=2.4.1.0, Culture=neutral, PublicKeyToken=5f5e7b70c6a74deb, processorArchitecture=MSIL"> |
||
- | 35 | <HintPath>..\packages\SerialPortStream.2.4.1\lib\net45\RJCP.SerialPortStream.dll</HintPath> |
||
- | 36 | </Reference> |
||
34 | <Reference Include="System" /> |
37 | <Reference Include="System" /> |
|
35 | <Reference Include="System.Core" /> |
38 | <Reference Include="System.Core" /> |
|
- | 39 | <Reference Include="System.Management" /> |
||
36 | <Reference Include="System.Xml.Linq" /> |
40 | <Reference Include="System.Xml.Linq" /> |
|
37 | <Reference Include="System.Data.DataSetExtensions" /> |
41 | <Reference Include="System.Data.DataSetExtensions" /> |
|
38 | <Reference Include="Microsoft.CSharp" /> |
42 | <Reference Include="Microsoft.CSharp" /> |
|
39 | <Reference Include="System.Data" /> |
43 | <Reference Include="System.Data" /> |
|
40 | <Reference Include="System.Net.Http" /> |
44 | <Reference Include="System.Net.Http" /> |
|
Line 51... | Line 55... | |||
51 | <ItemGroup> |
55 | <ItemGroup> |
|
52 | <None Include="Configuration.xsd"> |
56 | <None Include="Configuration.xsd"> |
|
53 | <SubType>Designer</SubType> |
57 | <SubType>Designer</SubType> |
|
54 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
58 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
55 | </None> |
59 | </None> |
|
- | 60 | <None Include="packages.config" /> |
||
56 | </ItemGroup> |
61 | </ItemGroup> |
|
57 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
62 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
58 | </Project> |
63 | </Project> |
|
59 | |
64 | |