Winify – Blame information for rev 4

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>
11 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>true</Deterministic>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <PlatformTarget>AnyCPU</PlatformTarget>
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <PlatformTarget>AnyCPU</PlatformTarget>
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 </PropertyGroup>
35 <PropertyGroup>
36 <ApplicationIcon>Winify.ico</ApplicationIcon>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="AutoUpdater.NET, Version=1.7.0.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
40 <HintPath>..\packages\Autoupdater.NET.Official.1.7.0\lib\net45\AutoUpdater.NET.dll</HintPath>
41 </Reference>
42 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
43 <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
44 </Reference>
45 <Reference Include="PresentationFramework" />
46 <Reference Include="System" />
47 <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
48 <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
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>
55 <Reference Include="System.Numerics" />
56 <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
57 <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
58 </Reference>
59 <Reference Include="System.Runtime.Serialization" />
60 <Reference Include="System.Windows" />
61 <Reference Include="System.Xaml" />
62 <Reference Include="System.Xml.Linq" />
63 <Reference Include="System.Data.DataSetExtensions" />
64 <Reference Include="Microsoft.CSharp" />
65 <Reference Include="System.Data" />
66 <Reference Include="System.Deployment" />
67 <Reference Include="System.Drawing" />
68 <Reference Include="System.Net.Http" />
69 <Reference Include="System.Windows.Forms" />
70 <Reference Include="System.Xml" />
71 <Reference Include="WindowsBase" />
72 </ItemGroup>
73 <ItemGroup>
74 <Compile Include="AboutForm.cs">
75 <SubType>Form</SubType>
76 </Compile>
77 <Compile Include="AboutForm.Designer.cs">
78 <DependentUpon>AboutForm.cs</DependentUpon>
79 </Compile>
4 office 80 <Compile Include="Connections\SerializationFailure.cs" />
81 <Compile Include="Connections\SerializationState.cs" />
82 <Compile Include="Connections\SerializationSuccess.cs" />
83 <Compile Include="Connections\Server.cs" />
84 <Compile Include="Connections\Servers.cs" />
85 <Compile Include="Connections\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" />
98 <Compile Include="Natives.cs" />
99 <Compile Include="NotificationForm.cs">
100 <SubType>Form</SubType>
101 </Compile>
102 <Compile Include="NotificationForm.Designer.cs">
103 <DependentUpon>NotificationForm.cs</DependentUpon>
104 </Compile>
105 <Compile Include="Program.cs" />
4 office 106 <Compile Include="Properties\Annotations.cs" />
1 office 107 <Compile Include="Properties\AssemblyInfo.cs" />
108 <Compile Include="ReadOnlyRichTextBox.cs">
109 <SubType>Component</SubType>
110 </Compile>
111 <Compile Include="ReadOnlyRichTextBox.Designer.cs">
112 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon>
113 </Compile>
4 office 114 <Compile Include="ServersUpdatedEventArgs.cs" />
1 office 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>
139 </Compile>
140 <EmbeddedResource Include="SettingsForm.resx">
141 <DependentUpon>SettingsForm.cs</DependentUpon>
142 </EmbeddedResource>
4 office 143 <None Include="Servers.xsd">
144 <SubType>Designer</SubType>
145 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
146 </None>
1 office 147 <None Include="packages.config" />
148 <None Include="Properties\Settings.settings">
149 <Generator>SettingsSingleFileGenerator</Generator>
150 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
151 </None>
152 <Compile Include="Properties\Settings.Designer.cs">
153 <AutoGen>True</AutoGen>
154 <DependentUpon>Settings.settings</DependentUpon>
155 <DesignTimeSharedInput>True</DesignTimeSharedInput>
156 </Compile>
157 </ItemGroup>
158 <ItemGroup>
159 <None Include="App.config" />
160 </ItemGroup>
161 <ItemGroup />
162 <ItemGroup>
163 <Content Include="Images\about.png" />
164 <Content Include="Images\close.png" />
165 <Content Include="Images\exit.png" />
166 <Content Include="Images\settings.png" />
167 <Content Include="Images\Winify.ico" />
168 <Content Include="Images\winify.png" />
169 <Content Include="Winify.ico" />
170 </ItemGroup>
171 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
172 </Project>