Winify – Diff between revs 32 and 33

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 32 Rev 33
Line 37... Line 37...
37 <Optimize>false</Optimize> 37 <Optimize>false</Optimize>
38 <OutputPath>bin\Debug\</OutputPath> 38 <OutputPath>bin\Debug\</OutputPath>
39 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 <DefineConstants>DEBUG;TRACE</DefineConstants>
40 <ErrorReport>prompt</ErrorReport> 40 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel> 41 <WarningLevel>4</WarningLevel>
42 <LangVersion>8</LangVersion> 42 <LangVersion>Latest</LangVersion>
43 </PropertyGroup> 43 </PropertyGroup>
44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45 <PlatformTarget>AnyCPU</PlatformTarget> 45 <PlatformTarget>AnyCPU</PlatformTarget>
46 <DebugType>pdbonly</DebugType> 46 <DebugType>pdbonly</DebugType>
47 <Optimize>true</Optimize> 47 <Optimize>true</Optimize>
48 <OutputPath>bin\Release\</OutputPath> 48 <OutputPath>bin\Release\</OutputPath>
49 <DefineConstants>TRACE</DefineConstants> 49 <DefineConstants>TRACE</DefineConstants>
50 <ErrorReport>prompt</ErrorReport> 50 <ErrorReport>prompt</ErrorReport>
51 <WarningLevel>4</WarningLevel> 51 <WarningLevel>4</WarningLevel>
52 <LangVersion>8</LangVersion> 52 <LangVersion>Latest</LangVersion>
53 </PropertyGroup> 53 </PropertyGroup>
54 <PropertyGroup> 54 <PropertyGroup>
55 <ApplicationIcon>Winify.ico</ApplicationIcon> 55 <ApplicationIcon>Winify.ico</ApplicationIcon>
56 </PropertyGroup> 56 </PropertyGroup>
57 <PropertyGroup> 57 <PropertyGroup>
Line 84... Line 84...
84 <Reference Include="System.Configuration" /> 84 <Reference Include="System.Configuration" />
85 <Reference Include="System.Core" /> 85 <Reference Include="System.Core" />
86 <Reference Include="System.Data" /> 86 <Reference Include="System.Data" />
87 <Reference Include="System.Data.DataSetExtensions" /> 87 <Reference Include="System.Data.DataSetExtensions" />
88 <Reference Include="System.Management" /> 88 <Reference Include="System.Management" />
-   89 <Reference Include="System.Net" />
89 <Reference Include="System.Net.WebSockets.Client.Managed, Version=1.0.22.0, Culture=neutral, processorArchitecture=MSIL"> 90 <Reference Include="System.Net.WebSockets.Client.Managed, Version=1.0.22.0, Culture=neutral, processorArchitecture=MSIL">
90 <HintPath>..\packages\System.Net.WebSockets.Client.Managed.1.0.22\lib\net45\System.Net.WebSockets.Client.Managed.dll</HintPath> 91 <HintPath>..\packages\System.Net.WebSockets.Client.Managed.1.0.22\lib\net45\System.Net.WebSockets.Client.Managed.dll</HintPath>
91 </Reference> 92 </Reference>
92 <Reference Include="System.Numerics" /> 93 <Reference Include="System.Numerics" />
93 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 94 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">