Winify – Blame information for rev 15

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>
46 <Reference Include="System" />
14 office 47 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
48 <HintPath>..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath>
1 office 49 </Reference>
50 <Reference Include="System.Configuration" />
51 <Reference Include="System.Core" />
52 <Reference Include="System.Net.WebSockets.Client.Managed, Version=1.0.22.0, Culture=neutral, processorArchitecture=MSIL">
53 <HintPath>..\packages\System.Net.WebSockets.Client.Managed.1.0.22\lib\net45\System.Net.WebSockets.Client.Managed.dll</HintPath>
54 </Reference>
14 office 55 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
56 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Numerics.Vectors.dll</HintPath>
1 office 57 </Reference>
15 office 58 <Reference Include="System.Speech" />
1 office 59 <Reference Include="System.Windows" />
60 <Reference Include="System.Xaml" />
61 <Reference Include="Microsoft.CSharp" />
62 <Reference Include="System.Drawing" />
63 <Reference Include="System.Net.Http" />
64 <Reference Include="System.Windows.Forms" />
65 <Reference Include="System.Xml" />
66 <Reference Include="WindowsBase" />
67 </ItemGroup>
68 <ItemGroup>
69 <Compile Include="AboutForm.cs">
70 <SubType>Form</SubType>
71 </Compile>
72 <Compile Include="AboutForm.Designer.cs">
73 <DependentUpon>AboutForm.cs</DependentUpon>
74 </Compile>
11 office 75 <Compile Include="NotificationManager.cs" />
15 office 76 <Compile Include="Servers\Serialization\SerializationFailure.cs" />
77 <Compile Include="Servers\Serialization\SerializationState.cs" />
78 <Compile Include="Servers\Serialization\SerializationSuccess.cs" />
8 office 79 <Compile Include="Servers\Serialization\ServersSerialization.cs" />
1 office 80 <Compile Include="Constants.cs" />
81 <Compile Include="Form1.cs">
82 <SubType>Form</SubType>
83 </Compile>
84 <Compile Include="Form1.Designer.cs">
85 <DependentUpon>Form1.cs</DependentUpon>
86 </Compile>
87 <Compile Include="Gotify\GotifyApplication.cs" />
4 office 88 <Compile Include="Gotify\GotifyConnectionManager.cs" />
1 office 89 <Compile Include="Gotify\GotifyConnection.cs" />
90 <Compile Include="Gotify\GotifyNotification.cs" />
91 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
14 office 92 <Compile Include="Utilities\AES.cs" />
8 office 93 <Compile Include="Utilities\Natives.cs" />
1 office 94 <Compile Include="NotificationForm.cs">
95 <SubType>Form</SubType>
96 </Compile>
97 <Compile Include="NotificationForm.Designer.cs">
98 <DependentUpon>NotificationForm.cs</DependentUpon>
99 </Compile>
100 <Compile Include="Program.cs" />
4 office 101 <Compile Include="Properties\Annotations.cs" />
1 office 102 <Compile Include="Properties\AssemblyInfo.cs" />
8 office 103 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs">
1 office 104 <SubType>Component</SubType>
105 </Compile>
8 office 106 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.Designer.cs">
1 office 107 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon>
108 </Compile>
109 <Compile Include="SettingsForm.cs">
110 <SubType>Form</SubType>
111 </Compile>
112 <Compile Include="SettingsForm.Designer.cs">
113 <DependentUpon>SettingsForm.cs</DependentUpon>
114 </Compile>
115 <Compile Include="Utilities\Miscellaneous.cs" />
116 <EmbeddedResource Include="AboutForm.resx">
117 <DependentUpon>AboutForm.cs</DependentUpon>
118 </EmbeddedResource>
119 <EmbeddedResource Include="Form1.resx">
120 <DependentUpon>Form1.cs</DependentUpon>
121 </EmbeddedResource>
122 <EmbeddedResource Include="NotificationForm.resx">
123 <DependentUpon>NotificationForm.cs</DependentUpon>
124 </EmbeddedResource>
125 <EmbeddedResource Include="Properties\Resources.resx">
126 <Generator>ResXFileCodeGenerator</Generator>
127 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
128 <SubType>Designer</SubType>
129 </EmbeddedResource>
130 <Compile Include="Properties\Resources.Designer.cs">
131 <AutoGen>True</AutoGen>
132 <DependentUpon>Resources.resx</DependentUpon>
12 office 133 <DesignTime>True</DesignTime>
1 office 134 </Compile>
135 <EmbeddedResource Include="SettingsForm.resx">
136 <DependentUpon>SettingsForm.cs</DependentUpon>
137 </EmbeddedResource>
12 office 138 <None Include="Resources\winify.psd" />
4 office 139 <None Include="Servers.xsd">
140 <SubType>Designer</SubType>
141 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
142 </None>
1 office 143 <None Include="packages.config" />
144 <None Include="Properties\Settings.settings">
145 <Generator>SettingsSingleFileGenerator</Generator>
146 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
147 </None>
148 <Compile Include="Properties\Settings.Designer.cs">
149 <AutoGen>True</AutoGen>
150 <DependentUpon>Settings.settings</DependentUpon>
151 <DesignTimeSharedInput>True</DesignTimeSharedInput>
152 </Compile>
153 </ItemGroup>
154 <ItemGroup>
155 <None Include="App.config" />
156 </ItemGroup>
157 <ItemGroup>
15 office 158 <ProjectReference Include="..\Notifications\Announcements.csproj">
159 <Project>{AEBB1E52-0676-406F-980B-708006EA36E0}</Project>
160 <Name>Announcements</Name>
161 </ProjectReference>
6 office 162 <ProjectReference Include="..\Servers\Servers.csproj">
163 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project>
164 <Name>Servers</Name>
165 </ProjectReference>
166 </ItemGroup>
167 <ItemGroup>
12 office 168 <Content Include="Resources\about.png" />
169 <Content Include="Resources\close.png" />
170 <Content Include="Resources\exit.png" />
171 <Content Include="Resources\notification.wav" />
172 <Content Include="Resources\settings.png" />
173 <Content Include="Resources\update.png" />
174 <Content Include="Resources\Winify.ico" />
175 <Content Include="Resources\winify.png" />
1 office 176 <Content Include="Winify.ico" />
177 </ItemGroup>
8 office 178 <ItemGroup />
1 office 179 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
180 </Project>