WingMan – Diff between revs 23 and 27

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 23 Rev 27
Line 34... Line 34...
34 <DefineConstants>TRACE</DefineConstants> 34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport> 35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel> 36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup> 37 </PropertyGroup>
38 <PropertyGroup> 38 <PropertyGroup>
-   39 <ApplicationIcon>
39 <ApplicationIcon>wingman.ico</ApplicationIcon> 40 </ApplicationIcon>
40 </PropertyGroup> 41 </PropertyGroup>
41 <ItemGroup> 42 <ItemGroup>
42 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL"> 43 <Reference Include="Gma.System.MouseKeyHook, Version=5.6.130.0, Culture=neutral, processorArchitecture=MSIL">
43 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath> 44 <HintPath>..\packages\MouseKeyHook.5.6.0\lib\net40\Gma.System.MouseKeyHook.dll</HintPath>
44 </Reference> 45 </Reference>
Line 150... Line 151...
150 </ItemGroup> 151 </ItemGroup>
151 <ItemGroup> 152 <ItemGroup>
152 <Content Include="LICENSE.txt"> 153 <Content Include="LICENSE.txt">
153 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 154 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
154 </Content> 155 </Content>
155 <Content Include="wingman.ico" /> -  
156 </ItemGroup> 156 </ItemGroup>
157 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 157 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
158 <Import Project="..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets" Condition="Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" /> 158 <Import Project="..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets" Condition="Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" />
159 <Target Name="EnsureMonoDataSqlitePortableImported" BeforeTargets="BeforeBuild" Condition="'$(MonoDataSqlitePortableImported)' == ''"> 159 <Target Name="EnsureMonoDataSqlitePortableImported" BeforeTargets="BeforeBuild" Condition="'$(MonoDataSqlitePortableImported)' == ''">
160 <Error Condition="!Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them." /> 160 <Error Condition="!Exists('..\packages\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them." />