Winify – Diff between revs 38 and 43

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 38 Rev 43
Line 46... Line 46...
46 <Optimize>true</Optimize> 46 <Optimize>true</Optimize>
47 <OutputPath>bin\Release\</OutputPath> 47 <OutputPath>bin\Release\</OutputPath>
48 <DefineConstants>TRACE</DefineConstants> 48 <DefineConstants>TRACE</DefineConstants>
49 <ErrorReport>prompt</ErrorReport> 49 <ErrorReport>prompt</ErrorReport>
50 <WarningLevel>4</WarningLevel> 50 <WarningLevel>4</WarningLevel>
51 <LangVersion>7.3</LangVersion> 51 <LangVersion>7.3</LangVersion>
52 </PropertyGroup> 52 </PropertyGroup>
53 <PropertyGroup> 53 <PropertyGroup>
54 <ApplicationIcon>Winify.ico</ApplicationIcon> 54 <ApplicationIcon>Winify.ico</ApplicationIcon>
55 </PropertyGroup> 55 </PropertyGroup>
56 <PropertyGroup> 56 <PropertyGroup>
Line 141... Line 141...
141 </Compile> 141 </Compile>
142 <Compile Include="AboutForm.Designer.cs"> 142 <Compile Include="AboutForm.Designer.cs">
143 <DependentUpon>AboutForm.cs</DependentUpon> 143 <DependentUpon>AboutForm.cs</DependentUpon>
144 </Compile> 144 </Compile>
145 <Compile Include="Constants.cs" /> 145 <Compile Include="Constants.cs" />
-   146 <Compile Include="LogViewForm.cs">
-   147 <SubType>Form</SubType>
-   148 </Compile>
-   149 <Compile Include="LogViewForm.Designer.cs">
-   150 <DependentUpon>LogViewForm.cs</DependentUpon>
-   151 </Compile>
146 <Compile Include="MainForm.cs"> 152 <Compile Include="MainForm.cs">
147 <SubType>Form</SubType> 153 <SubType>Form</SubType>
148 </Compile> 154 </Compile>
149 <Compile Include="MainForm.Designer.cs"> 155 <Compile Include="MainForm.Designer.cs">
150 <DependentUpon>MainForm.cs</DependentUpon> 156 <DependentUpon>MainForm.cs</DependentUpon>
Line 153... Line 159...
153 <Compile Include="Gotify\GotifyConnection.cs" /> 159 <Compile Include="Gotify\GotifyConnection.cs" />
154 <Compile Include="Gotify\GotifyNotification.cs" /> 160 <Compile Include="Gotify\GotifyNotification.cs" />
155 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" /> 161 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
156 <Compile Include="Settings\SettingsSavedEventArgs.cs" /> 162 <Compile Include="Settings\SettingsSavedEventArgs.cs" />
157 <Compile Include="Utilities\AES.cs" /> 163 <Compile Include="Utilities\AES.cs" />
-   164 <Compile Include="Utilities\LogMemorySink.cs" />
158 <Compile Include="Utilities\Natives.cs" /> 165 <Compile Include="Utilities\Natives.cs" />
159 <Compile Include="Program.cs" /> 166 <Compile Include="Program.cs" />
160 <Compile Include="Properties\Annotations.cs" /> 167 <Compile Include="Properties\Annotations.cs" />
161 <Compile Include="Properties\AssemblyInfo.cs" /> 168 <Compile Include="Properties\AssemblyInfo.cs" />
162 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs"> 169 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs">
Line 178... Line 185...
178 <Compile Include="Utilities\Serialization\SerializationState.cs" /> 185 <Compile Include="Utilities\Serialization\SerializationState.cs" />
179 <Compile Include="Utilities\Serialization\SerializationSuccess.cs" /> 186 <Compile Include="Utilities\Serialization\SerializationSuccess.cs" />
180 <EmbeddedResource Include="AboutForm.resx"> 187 <EmbeddedResource Include="AboutForm.resx">
181 <DependentUpon>AboutForm.cs</DependentUpon> 188 <DependentUpon>AboutForm.cs</DependentUpon>
182 </EmbeddedResource> 189 </EmbeddedResource>
-   190 <EmbeddedResource Include="LogViewForm.resx">
-   191 <DependentUpon>LogViewForm.cs</DependentUpon>
-   192 </EmbeddedResource>
183 <EmbeddedResource Include="MainForm.resx"> 193 <EmbeddedResource Include="MainForm.resx">
184 <DependentUpon>MainForm.cs</DependentUpon> 194 <DependentUpon>MainForm.cs</DependentUpon>
185 </EmbeddedResource> 195 </EmbeddedResource>
186 <EmbeddedResource Include="Properties\Resources.resx"> 196 <EmbeddedResource Include="Properties\Resources.resx">
187 <Generator>ResXFileCodeGenerator</Generator> 197 <Generator>ResXFileCodeGenerator</Generator>
Line 224... Line 234...
224 <Content Include="Resources\notification.wav" /> 234 <Content Include="Resources\notification.wav" />
225 <Content Include="Resources\settings.png" /> 235 <Content Include="Resources\settings.png" />
226 <Content Include="Resources\update.png" /> 236 <Content Include="Resources\update.png" />
227 <Content Include="Resources\Winify.ico" /> 237 <Content Include="Resources\Winify.ico" />
228 <Content Include="Resources\winify.png" /> 238 <Content Include="Resources\winify.png" />
-   239 <Content Include="Resources\wood.png" />
229 <Content Include="Winify.ico" /> 240 <Content Include="Winify.ico" />
230 </ItemGroup> 241 </ItemGroup>
231 <ItemGroup /> 242 <ItemGroup />
232 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 243 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
233 </Project> 244 </Project>
234   245