Winify – Blame information for rev 18

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{C93E26D8-ACFF-4FCF-9F03-D710F1CF9F87}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>Winify</RootNamespace>
10 <AssemblyName>Winify</AssemblyName>
14 office 11 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1 office 12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>true</Deterministic>
14 office 15 <TargetFrameworkProfile />
1 office 16 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <PlatformTarget>AnyCPU</PlatformTarget>
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>bin\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PlatformTarget>AnyCPU</PlatformTarget>
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup>
36 <PropertyGroup>
37 <ApplicationIcon>Winify.ico</ApplicationIcon>
38 </PropertyGroup>
39 <ItemGroup>
40 <Reference Include="AutoUpdater.NET, Version=1.7.0.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
41 <HintPath>..\packages\Autoupdater.NET.Official.1.7.0\lib\net45\AutoUpdater.NET.dll</HintPath>
42 </Reference>
43 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
44 <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
45 </Reference>
18 office 46 <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
47 <HintPath>..\packages\Serilog.2.10.0\lib\net45\Serilog.dll</HintPath>
48 </Reference>
49 <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
50 <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
51 </Reference>
1 office 52 <Reference Include="System" />
14 office 53 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
54 <HintPath>..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath>
1 office 55 </Reference>
56 <Reference Include="System.Configuration" />
57 <Reference Include="System.Core" />
58 <Reference Include="System.Net.WebSockets.Client.Managed, Version=1.0.22.0, Culture=neutral, processorArchitecture=MSIL">
59 <HintPath>..\packages\System.Net.WebSockets.Client.Managed.1.0.22\lib\net45\System.Net.WebSockets.Client.Managed.dll</HintPath>
60 </Reference>
14 office 61 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
62 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Numerics.Vectors.dll</HintPath>
1 office 63 </Reference>
15 office 64 <Reference Include="System.Speech" />
1 office 65 <Reference Include="System.Windows" />
66 <Reference Include="System.Xaml" />
67 <Reference Include="Microsoft.CSharp" />
68 <Reference Include="System.Drawing" />
69 <Reference Include="System.Net.Http" />
70 <Reference Include="System.Windows.Forms" />
71 <Reference Include="System.Xml" />
72 <Reference Include="WindowsBase" />
73 </ItemGroup>
74 <ItemGroup>
75 <Compile Include="AboutForm.cs">
76 <SubType>Form</SubType>
77 </Compile>
78 <Compile Include="AboutForm.Designer.cs">
79 <DependentUpon>AboutForm.cs</DependentUpon>
80 </Compile>
11 office 81 <Compile Include="NotificationManager.cs" />
15 office 82 <Compile Include="Servers\Serialization\SerializationFailure.cs" />
83 <Compile Include="Servers\Serialization\SerializationState.cs" />
84 <Compile Include="Servers\Serialization\SerializationSuccess.cs" />
8 office 85 <Compile Include="Servers\Serialization\ServersSerialization.cs" />
1 office 86 <Compile Include="Constants.cs" />
87 <Compile Include="Form1.cs">
88 <SubType>Form</SubType>
89 </Compile>
90 <Compile Include="Form1.Designer.cs">
91 <DependentUpon>Form1.cs</DependentUpon>
92 </Compile>
93 <Compile Include="Gotify\GotifyApplication.cs" />
4 office 94 <Compile Include="Gotify\GotifyConnectionManager.cs" />
1 office 95 <Compile Include="Gotify\GotifyConnection.cs" />
96 <Compile Include="Gotify\GotifyNotification.cs" />
97 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
14 office 98 <Compile Include="Utilities\AES.cs" />
8 office 99 <Compile Include="Utilities\Natives.cs" />
1 office 100 <Compile Include="NotificationForm.cs">
101 <SubType>Form</SubType>
102 </Compile>
103 <Compile Include="NotificationForm.Designer.cs">
104 <DependentUpon>NotificationForm.cs</DependentUpon>
105 </Compile>
106 <Compile Include="Program.cs" />
4 office 107 <Compile Include="Properties\Annotations.cs" />
1 office 108 <Compile Include="Properties\AssemblyInfo.cs" />
8 office 109 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs">
1 office 110 <SubType>Component</SubType>
111 </Compile>
8 office 112 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.Designer.cs">
1 office 113 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon>
114 </Compile>
115 <Compile Include="SettingsForm.cs">
116 <SubType>Form</SubType>
117 </Compile>
118 <Compile Include="SettingsForm.Designer.cs">
119 <DependentUpon>SettingsForm.cs</DependentUpon>
120 </Compile>
121 <Compile Include="Utilities\Miscellaneous.cs" />
122 <EmbeddedResource Include="AboutForm.resx">
123 <DependentUpon>AboutForm.cs</DependentUpon>
124 </EmbeddedResource>
125 <EmbeddedResource Include="Form1.resx">
126 <DependentUpon>Form1.cs</DependentUpon>
127 </EmbeddedResource>
128 <EmbeddedResource Include="NotificationForm.resx">
129 <DependentUpon>NotificationForm.cs</DependentUpon>
130 </EmbeddedResource>
131 <EmbeddedResource Include="Properties\Resources.resx">
132 <Generator>ResXFileCodeGenerator</Generator>
133 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
134 <SubType>Designer</SubType>
135 </EmbeddedResource>
136 <Compile Include="Properties\Resources.Designer.cs">
137 <AutoGen>True</AutoGen>
138 <DependentUpon>Resources.resx</DependentUpon>
12 office 139 <DesignTime>True</DesignTime>
1 office 140 </Compile>
141 <EmbeddedResource Include="SettingsForm.resx">
142 <DependentUpon>SettingsForm.cs</DependentUpon>
143 </EmbeddedResource>
12 office 144 <None Include="Resources\winify.psd" />
1 office 145 <None Include="packages.config" />
146 <None Include="Properties\Settings.settings">
147 <Generator>SettingsSingleFileGenerator</Generator>
148 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
149 </None>
150 <Compile Include="Properties\Settings.Designer.cs">
151 <AutoGen>True</AutoGen>
152 <DependentUpon>Settings.settings</DependentUpon>
153 <DesignTimeSharedInput>True</DesignTimeSharedInput>
154 </Compile>
155 </ItemGroup>
156 <ItemGroup>
157 <None Include="App.config" />
158 </ItemGroup>
159 <ItemGroup>
15 office 160 <ProjectReference Include="..\Notifications\Announcements.csproj">
161 <Project>{AEBB1E52-0676-406F-980B-708006EA36E0}</Project>
162 <Name>Announcements</Name>
163 </ProjectReference>
6 office 164 <ProjectReference Include="..\Servers\Servers.csproj">
165 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project>
166 <Name>Servers</Name>
167 </ProjectReference>
168 </ItemGroup>
169 <ItemGroup>
12 office 170 <Content Include="Resources\about.png" />
171 <Content Include="Resources\close.png" />
172 <Content Include="Resources\exit.png" />
173 <Content Include="Resources\notification.wav" />
174 <Content Include="Resources\settings.png" />
175 <Content Include="Resources\update.png" />
176 <Content Include="Resources\Winify.ico" />
177 <Content Include="Resources\winify.png" />
1 office 178 <Content Include="Winify.ico" />
179 </ItemGroup>
8 office 180 <ItemGroup />
1 office 181 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
182 </Project>