Winify – Blame information for rev 30

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
22 office 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1 office 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProjectGuid>{C93E26D8-ACFF-4FCF-9F03-D710F1CF9F87}</ProjectGuid>
7 <OutputType>WinExe</OutputType>
8 <RootNamespace>Winify</RootNamespace>
9 <AssemblyName>Winify</AssemblyName>
30 office 10 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1 office 11 <FileAlignment>512</FileAlignment>
12 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
13 <Deterministic>true</Deterministic>
14 office 14 <TargetFrameworkProfile />
28 office 15 <NuGetPackageImportStamp>
16 </NuGetPackageImportStamp>
1 office 17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <PlatformTarget>AnyCPU</PlatformTarget>
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
30 office 27 <LangVersion>8</LangVersion>
1 office 28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <PlatformTarget>AnyCPU</PlatformTarget>
31 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
30 office 37 <LangVersion>8</LangVersion>
1 office 38 </PropertyGroup>
39 <PropertyGroup>
40 <ApplicationIcon>Winify.ico</ApplicationIcon>
41 </PropertyGroup>
27 office 42 <PropertyGroup>
30 office 43 <StartupObject>Winify.Program</StartupObject>
27 office 44 </PropertyGroup>
1 office 45 <ItemGroup>
30 office 46 <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
47 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.1.3\lib\net452\BouncyCastle.Crypto.dll</HintPath>
1 office 48 </Reference>
28 office 49 <Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.1293.44, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
50 <HintPath>..\packages\Microsoft.Web.WebView2.1.0.1293.44\lib\net45\Microsoft.Web.WebView2.Core.dll</HintPath>
51 </Reference>
52 <Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.1293.44, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
53 <HintPath>..\packages\Microsoft.Web.WebView2.1.0.1293.44\lib\net45\Microsoft.Web.WebView2.WinForms.dll</HintPath>
54 </Reference>
55 <Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.1293.44, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
56 <HintPath>..\packages\Microsoft.Web.WebView2.1.0.1293.44\lib\net45\Microsoft.Web.WebView2.Wpf.dll</HintPath>
57 </Reference>
30 office 58 <Reference Include="NetSparkle, Version=2.1.3.0, Culture=neutral, processorArchitecture=MSIL">
59 <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.1.3\lib\net452\NetSparkle.dll</HintPath>
60 </Reference>
61 <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
62 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.1.3\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath>
63 </Reference>
1 office 64 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
30 office 65 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.1.3\lib\net452\Newtonsoft.Json.dll</HintPath>
1 office 66 </Reference>
28 office 67 <Reference Include="PresentationFramework" />
18 office 68 <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
28 office 69 <HintPath>..\packages\Serilog.2.12.0\lib\net45\Serilog.dll</HintPath>
18 office 70 </Reference>
71 <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
72 <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
73 </Reference>
1 office 74 <Reference Include="System" />
14 office 75 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
76 <HintPath>..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath>
1 office 77 </Reference>
78 <Reference Include="System.Configuration" />
79 <Reference Include="System.Core" />
28 office 80 <Reference Include="System.Data" />
30 office 81 <Reference Include="System.Data.DataSetExtensions" />
82 <Reference Include="System.Management" />
1 office 83 <Reference Include="System.Net.WebSockets.Client.Managed, Version=1.0.22.0, Culture=neutral, processorArchitecture=MSIL">
84 <HintPath>..\packages\System.Net.WebSockets.Client.Managed.1.0.22\lib\net45\System.Net.WebSockets.Client.Managed.dll</HintPath>
85 </Reference>
14 office 86 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
87 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Numerics.Vectors.dll</HintPath>
1 office 88 </Reference>
28 office 89 <Reference Include="System.Runtime.Serialization" />
15 office 90 <Reference Include="System.Speech" />
1 office 91 <Reference Include="System.Windows" />
92 <Reference Include="System.Xaml" />
93 <Reference Include="Microsoft.CSharp" />
94 <Reference Include="System.Drawing" />
95 <Reference Include="System.Net.Http" />
96 <Reference Include="System.Windows.Forms" />
97 <Reference Include="System.Xml" />
30 office 98 <Reference Include="System.Xml.Linq" />
1 office 99 <Reference Include="WindowsBase" />
100 </ItemGroup>
101 <ItemGroup>
102 <Compile Include="AboutForm.cs">
103 <SubType>Form</SubType>
104 </Compile>
105 <Compile Include="AboutForm.Designer.cs">
106 <DependentUpon>AboutForm.cs</DependentUpon>
107 </Compile>
108 <Compile Include="Constants.cs" />
30 office 109 <Compile Include="MainForm.cs">
1 office 110 <SubType>Form</SubType>
111 </Compile>
30 office 112 <Compile Include="MainForm.Designer.cs">
113 <DependentUpon>MainForm.cs</DependentUpon>
1 office 114 </Compile>
115 <Compile Include="Gotify\GotifyApplication.cs" />
116 <Compile Include="Gotify\GotifyConnection.cs" />
117 <Compile Include="Gotify\GotifyNotification.cs" />
118 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
25 office 119 <Compile Include="Settings\SettingsSavedEventArgs.cs" />
14 office 120 <Compile Include="Utilities\AES.cs" />
8 office 121 <Compile Include="Utilities\Natives.cs" />
1 office 122 <Compile Include="Program.cs" />
4 office 123 <Compile Include="Properties\Annotations.cs" />
1 office 124 <Compile Include="Properties\AssemblyInfo.cs" />
8 office 125 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs">
1 office 126 <SubType>Component</SubType>
127 </Compile>
8 office 128 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.Designer.cs">
1 office 129 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon>
130 </Compile>
25 office 131 <Compile Include="Settings\SettingsForm.cs">
1 office 132 <SubType>Form</SubType>
133 </Compile>
25 office 134 <Compile Include="Settings\SettingsForm.Designer.cs">
1 office 135 <DependentUpon>SettingsForm.cs</DependentUpon>
136 </Compile>
137 <Compile Include="Utilities\Miscellaneous.cs" />
30 office 138 <Compile Include="Utilities\ScheduledContinuation.cs" />
139 <Compile Include="Utilities\Serialization\Serialization.cs" />
140 <Compile Include="Utilities\Serialization\SerializationFailure.cs" />
141 <Compile Include="Utilities\Serialization\SerializationState.cs" />
142 <Compile Include="Utilities\Serialization\SerializationSuccess.cs" />
1 office 143 <EmbeddedResource Include="AboutForm.resx">
144 <DependentUpon>AboutForm.cs</DependentUpon>
145 </EmbeddedResource>
30 office 146 <EmbeddedResource Include="MainForm.resx">
147 <DependentUpon>MainForm.cs</DependentUpon>
1 office 148 </EmbeddedResource>
149 <EmbeddedResource Include="Properties\Resources.resx">
150 <Generator>ResXFileCodeGenerator</Generator>
151 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
152 <SubType>Designer</SubType>
153 </EmbeddedResource>
154 <Compile Include="Properties\Resources.Designer.cs">
155 <AutoGen>True</AutoGen>
156 <DependentUpon>Resources.resx</DependentUpon>
12 office 157 <DesignTime>True</DesignTime>
1 office 158 </Compile>
25 office 159 <EmbeddedResource Include="Settings\SettingsForm.resx">
1 office 160 <DependentUpon>SettingsForm.cs</DependentUpon>
161 </EmbeddedResource>
12 office 162 <None Include="Resources\winify.psd" />
1 office 163 <None Include="packages.config" />
164 </ItemGroup>
165 <ItemGroup>
166 <None Include="App.config" />
167 </ItemGroup>
168 <ItemGroup>
22 office 169 <ProjectReference Include="..\Announcements\Announcements.csproj">
170 <Project>{aebb1e52-0676-406f-980b-708006ea36e0}</Project>
15 office 171 <Name>Announcements</Name>
172 </ProjectReference>
30 office 173 <ProjectReference Include="..\Configuration\Configuration.csproj">
174 <Project>{8fe7e58c-082e-4770-b823-008d1d90c8a7}</Project>
175 <Name>Configuration</Name>
176 </ProjectReference>
6 office 177 <ProjectReference Include="..\Servers\Servers.csproj">
178 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project>
179 <Name>Servers</Name>
180 </ProjectReference>
29 office 181 <ProjectReference Include="..\Toasts\Toasts.csproj">
22 office 182 <Project>{380d8d88-386c-4c50-9a54-800f79fdf7d2}</Project>
29 office 183 <Name>Toasts</Name>
22 office 184 </ProjectReference>
6 office 185 </ItemGroup>
186 <ItemGroup>
12 office 187 <Content Include="Resources\about.png" />
188 <Content Include="Resources\close.png" />
189 <Content Include="Resources\exit.png" />
190 <Content Include="Resources\notification.wav" />
191 <Content Include="Resources\settings.png" />
192 <Content Include="Resources\update.png" />
193 <Content Include="Resources\Winify.ico" />
194 <Content Include="Resources\winify.png" />
1 office 195 <Content Include="Winify.ico" />
196 </ItemGroup>
8 office 197 <ItemGroup />
1 office 198 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
28 office 199 <Import Project="..\packages\Microsoft.Web.WebView2.1.0.1293.44\build\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.1293.44\build\Microsoft.Web.WebView2.targets')" />
200 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
201 <PropertyGroup>
202 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
203 </PropertyGroup>
204 <Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.1293.44\build\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.1293.44\build\Microsoft.Web.WebView2.targets'))" />
205 </Target>
1 office 206 </Project>