HamBook – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 30... Line 30...
30 <OutputPath>bin\Release\</OutputPath> 30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants> 31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport> 32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel> 33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup> 34 </PropertyGroup>
-   35 <PropertyGroup>
-   36 <ApplicationIcon>HamBook.ico</ApplicationIcon>
-   37 </PropertyGroup>
35 <ItemGroup> 38 <ItemGroup>
36 <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL"> 39 <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
37 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.1\lib\net452\BouncyCastle.Crypto.dll</HintPath> 40 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.1\lib\net452\BouncyCastle.Crypto.dll</HintPath>
38 </Reference> 41 </Reference>
39 <Reference Include="NetSparkle, Version=2.2.1.0, Culture=neutral, processorArchitecture=MSIL"> 42 <Reference Include="NetSparkle, Version=2.2.1.0, Culture=neutral, processorArchitecture=MSIL">
Line 164... Line 167...
164 <ProjectReference Include="..\Configuration\Configuration.csproj"> 167 <ProjectReference Include="..\Configuration\Configuration.csproj">
165 <Project>{e6beda17-0d49-478a-890e-1fb891bd2de5}</Project> 168 <Project>{e6beda17-0d49-478a-890e-1fb891bd2de5}</Project>
166 <Name>Configuration</Name> 169 <Name>Configuration</Name>
167 </ProjectReference> 170 </ProjectReference>
168 </ItemGroup> 171 </ItemGroup>
-   172 <ItemGroup>
-   173 <Content Include="HamBook.ico" />
-   174 </ItemGroup>
169 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 175 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
170 </Project> 176 </Project>
171   177