Winify – Blame information for rev 36

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>
36 office 13 <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
1 office 14 <Deterministic>true</Deterministic>
28 office 15 <NuGetPackageImportStamp>
16 </NuGetPackageImportStamp>
32 office 17 <TargetFrameworkProfile />
18 <PublishUrl>publish\</PublishUrl>
19 <Install>true</Install>
20 <InstallFrom>Disk</InstallFrom>
21 <UpdateEnabled>false</UpdateEnabled>
22 <UpdateMode>Foreground</UpdateMode>
23 <UpdateInterval>7</UpdateInterval>
24 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25 <UpdatePeriodically>false</UpdatePeriodically>
26 <UpdateRequired>false</UpdateRequired>
27 <MapFileExtensions>true</MapFileExtensions>
28 <ApplicationRevision>0</ApplicationRevision>
29 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30 <IsWebBootstrapper>false</IsWebBootstrapper>
31 <UseApplicationTrust>false</UseApplicationTrust>
32 <BootstrapperEnabled>true</BootstrapperEnabled>
1 office 33 </PropertyGroup>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35 <PlatformTarget>AnyCPU</PlatformTarget>
36 <DebugSymbols>true</DebugSymbols>
37 <DebugType>full</DebugType>
38 <Optimize>false</Optimize>
39 <OutputPath>bin\Debug\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <ErrorReport>prompt</ErrorReport>
42 <WarningLevel>4</WarningLevel>
33 office 43 <LangVersion>Latest</LangVersion>
1 office 44 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46 <PlatformTarget>AnyCPU</PlatformTarget>
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\Release\</OutputPath>
50 <DefineConstants>TRACE</DefineConstants>
51 <ErrorReport>prompt</ErrorReport>
52 <WarningLevel>4</WarningLevel>
33 office 53 <LangVersion>Latest</LangVersion>
1 office 54 </PropertyGroup>
55 <PropertyGroup>
56 <ApplicationIcon>Winify.ico</ApplicationIcon>
57 </PropertyGroup>
27 office 58 <PropertyGroup>
30 office 59 <StartupObject>Winify.Program</StartupObject>
27 office 60 </PropertyGroup>
1 office 61 <ItemGroup>
30 office 62 <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
63 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.1.3\lib\net452\BouncyCastle.Crypto.dll</HintPath>
1 office 64 </Reference>
30 office 65 <Reference Include="NetSparkle, Version=2.1.3.0, Culture=neutral, processorArchitecture=MSIL">
66 <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.1.3\lib\net452\NetSparkle.dll</HintPath>
67 </Reference>
68 <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
69 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.1.3\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath>
70 </Reference>
1 office 71 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
30 office 72 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.1.3\lib\net452\Newtonsoft.Json.dll</HintPath>
1 office 73 </Reference>
18 office 74 <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
34 office 75 <HintPath>..\packages\Serilog.2.10.0\lib\net46\Serilog.dll</HintPath>
18 office 76 </Reference>
77 <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
78 <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
79 </Reference>
1 office 80 <Reference Include="System" />
34 office 81 <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
82 <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
1 office 83 </Reference>
84 <Reference Include="System.Core" />
28 office 85 <Reference Include="System.Data" />
30 office 86 <Reference Include="System.Data.DataSetExtensions" />
87 <Reference Include="System.Management" />
34 office 88 <Reference Include="System.Net.Http" />
1 office 89 <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 </Reference>
32 office 92 <Reference Include="System.Numerics" />
34 office 93 <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
94 <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
1 office 95 </Reference>
96 <Reference Include="System.Windows" />
97 <Reference Include="System.Xaml" />
98 <Reference Include="Microsoft.CSharp" />
99 <Reference Include="System.Drawing" />
100 <Reference Include="System.Windows.Forms" />
101 <Reference Include="System.Xml" />
30 office 102 <Reference Include="System.Xml.Linq" />
1 office 103 <Reference Include="WindowsBase" />
104 </ItemGroup>
105 <ItemGroup>
106 <Compile Include="AboutForm.cs">
107 <SubType>Form</SubType>
108 </Compile>
109 <Compile Include="AboutForm.Designer.cs">
110 <DependentUpon>AboutForm.cs</DependentUpon>
111 </Compile>
112 <Compile Include="Constants.cs" />
30 office 113 <Compile Include="MainForm.cs">
1 office 114 <SubType>Form</SubType>
115 </Compile>
30 office 116 <Compile Include="MainForm.Designer.cs">
117 <DependentUpon>MainForm.cs</DependentUpon>
1 office 118 </Compile>
119 <Compile Include="Gotify\GotifyApplication.cs" />
120 <Compile Include="Gotify\GotifyConnection.cs" />
121 <Compile Include="Gotify\GotifyNotification.cs" />
122 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
25 office 123 <Compile Include="Settings\SettingsSavedEventArgs.cs" />
14 office 124 <Compile Include="Utilities\AES.cs" />
8 office 125 <Compile Include="Utilities\Natives.cs" />
1 office 126 <Compile Include="Program.cs" />
4 office 127 <Compile Include="Properties\Annotations.cs" />
1 office 128 <Compile Include="Properties\AssemblyInfo.cs" />
8 office 129 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs">
1 office 130 <SubType>Component</SubType>
131 </Compile>
8 office 132 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.Designer.cs">
1 office 133 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon>
134 </Compile>
25 office 135 <Compile Include="Settings\SettingsForm.cs">
1 office 136 <SubType>Form</SubType>
137 </Compile>
25 office 138 <Compile Include="Settings\SettingsForm.Designer.cs">
1 office 139 <DependentUpon>SettingsForm.cs</DependentUpon>
140 </Compile>
141 <Compile Include="Utilities\Miscellaneous.cs" />
30 office 142 <Compile Include="Utilities\ScheduledContinuation.cs" />
143 <Compile Include="Utilities\Serialization\Serialization.cs" />
144 <Compile Include="Utilities\Serialization\SerializationFailure.cs" />
145 <Compile Include="Utilities\Serialization\SerializationState.cs" />
146 <Compile Include="Utilities\Serialization\SerializationSuccess.cs" />
1 office 147 <EmbeddedResource Include="AboutForm.resx">
148 <DependentUpon>AboutForm.cs</DependentUpon>
149 </EmbeddedResource>
30 office 150 <EmbeddedResource Include="MainForm.resx">
151 <DependentUpon>MainForm.cs</DependentUpon>
1 office 152 </EmbeddedResource>
153 <EmbeddedResource Include="Properties\Resources.resx">
154 <Generator>ResXFileCodeGenerator</Generator>
155 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
156 <SubType>Designer</SubType>
157 </EmbeddedResource>
158 <Compile Include="Properties\Resources.Designer.cs">
159 <AutoGen>True</AutoGen>
160 <DependentUpon>Resources.resx</DependentUpon>
12 office 161 <DesignTime>True</DesignTime>
1 office 162 </Compile>
25 office 163 <EmbeddedResource Include="Settings\SettingsForm.resx">
1 office 164 <DependentUpon>SettingsForm.cs</DependentUpon>
165 </EmbeddedResource>
36 office 166 <Content Include="App.config" />
32 office 167 <None Include="packages.config" />
12 office 168 <None Include="Resources\winify.psd" />
1 office 169 </ItemGroup>
170 <ItemGroup>
22 office 171 <ProjectReference Include="..\Announcements\Announcements.csproj">
172 <Project>{aebb1e52-0676-406f-980b-708006ea36e0}</Project>
15 office 173 <Name>Announcements</Name>
174 </ProjectReference>
30 office 175 <ProjectReference Include="..\Configuration\Configuration.csproj">
176 <Project>{8fe7e58c-082e-4770-b823-008d1d90c8a7}</Project>
177 <Name>Configuration</Name>
178 </ProjectReference>
6 office 179 <ProjectReference Include="..\Servers\Servers.csproj">
180 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project>
181 <Name>Servers</Name>
182 </ProjectReference>
29 office 183 <ProjectReference Include="..\Toasts\Toasts.csproj">
22 office 184 <Project>{380d8d88-386c-4c50-9a54-800f79fdf7d2}</Project>
29 office 185 <Name>Toasts</Name>
22 office 186 </ProjectReference>
6 office 187 </ItemGroup>
188 <ItemGroup>
12 office 189 <Content Include="Resources\about.png" />
190 <Content Include="Resources\close.png" />
191 <Content Include="Resources\exit.png" />
192 <Content Include="Resources\notification.wav" />
193 <Content Include="Resources\settings.png" />
194 <Content Include="Resources\update.png" />
195 <Content Include="Resources\Winify.ico" />
196 <Content Include="Resources\winify.png" />
1 office 197 <Content Include="Winify.ico" />
198 </ItemGroup>
8 office 199 <ItemGroup />
1 office 200 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
201 </Project>