WingMan – Diff between revs 5 and 7

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 5 Rev 7
Line 29... Line 29...
29 <OutputPath>bin\Release\</OutputPath> 29 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants> 30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport> 31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel> 32 <WarningLevel>4</WarningLevel>
33 </PropertyGroup> 33 </PropertyGroup>
-   34 <PropertyGroup>
-   35 <ApplicationIcon>wingman.ico</ApplicationIcon>
-   36 </PropertyGroup>
34 <ItemGroup> 37 <ItemGroup>
35 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL"> 38 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
36 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath> 39 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
37 </Reference> 40 </Reference>
38 <Reference Include="MQTTnet, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL"> 41 <Reference Include="MQTTnet, Version=2.8.4.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
Line 106... Line 109...
106 <EmbeddedResource Include="Properties\Strings.resx"> 109 <EmbeddedResource Include="Properties\Strings.resx">
107 <Generator>ResXFileCodeGenerator</Generator> 110 <Generator>ResXFileCodeGenerator</Generator>
108 <LastGenOutput>Strings.Designer.cs</LastGenOutput> 111 <LastGenOutput>Strings.Designer.cs</LastGenOutput>
109 </EmbeddedResource> 112 </EmbeddedResource>
110 <None Include="packages.config" /> 113 <None Include="packages.config" />
111 <None Include="Properties\DataSources\KeyComboBindings.datasource" /> -  
112 <None Include="Properties\Settings.settings"> 114 <None Include="Properties\Settings.settings">
113 <Generator>SettingsSingleFileGenerator</Generator> 115 <Generator>SettingsSingleFileGenerator</Generator>
114 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 116 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
115 </None> 117 </None>
116 <Compile Include="Properties\Settings.Designer.cs"> 118 <Compile Include="Properties\Settings.Designer.cs">
Line 120... Line 122...
120 </Compile> 122 </Compile>
121 </ItemGroup> 123 </ItemGroup>
122 <ItemGroup> 124 <ItemGroup>
123 <None Include="App.config" /> 125 <None Include="App.config" />
124 </ItemGroup> 126 </ItemGroup>
-   127 <ItemGroup>
-   128 <Content Include="wingman.ico" />
-   129 </ItemGroup>
125 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 130 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
126 </Project> 131 </Project>
127   132