Winify – Blame information for rev 35

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