Winify – Blame information for rev 8

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>
8 office 80 <Compile Include="Servers\Serialization\ServersSerializationFailure.cs" />
81 <Compile Include="Servers\Serialization\ServersSerializationState.cs" />
82 <Compile Include="Servers\Serialization\ServersSerializationSuccess.cs" />
83 <Compile Include="Servers\Serialization\ServersSerialization.cs" />
1 office 84 <Compile Include="Constants.cs" />
85 <Compile Include="Form1.cs">
86 <SubType>Form</SubType>
87 </Compile>
88 <Compile Include="Form1.Designer.cs">
89 <DependentUpon>Form1.cs</DependentUpon>
90 </Compile>
91 <Compile Include="Gotify\GotifyApplication.cs" />
4 office 92 <Compile Include="Gotify\GotifyConnectionManager.cs" />
1 office 93 <Compile Include="Gotify\GotifyConnection.cs" />
94 <Compile Include="Gotify\GotifyNotification.cs" />
95 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
8 office 96 <Compile Include="Utilities\Natives.cs" />
1 office 97 <Compile Include="NotificationForm.cs">
98 <SubType>Form</SubType>
99 </Compile>
100 <Compile Include="NotificationForm.Designer.cs">
101 <DependentUpon>NotificationForm.cs</DependentUpon>
102 </Compile>
103 <Compile Include="Program.cs" />
4 office 104 <Compile Include="Properties\Annotations.cs" />
1 office 105 <Compile Include="Properties\AssemblyInfo.cs" />
8 office 106 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs">
1 office 107 <SubType>Component</SubType>
108 </Compile>
8 office 109 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.Designer.cs">
1 office 110 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon>
111 </Compile>
112 <Compile Include="SettingsForm.cs">
113 <SubType>Form</SubType>
114 </Compile>
115 <Compile Include="SettingsForm.Designer.cs">
116 <DependentUpon>SettingsForm.cs</DependentUpon>
117 </Compile>
118 <Compile Include="Utilities\Miscellaneous.cs" />
119 <EmbeddedResource Include="AboutForm.resx">
120 <DependentUpon>AboutForm.cs</DependentUpon>
121 </EmbeddedResource>
122 <EmbeddedResource Include="Form1.resx">
123 <DependentUpon>Form1.cs</DependentUpon>
124 </EmbeddedResource>
125 <EmbeddedResource Include="NotificationForm.resx">
126 <DependentUpon>NotificationForm.cs</DependentUpon>
127 </EmbeddedResource>
128 <EmbeddedResource Include="Properties\Resources.resx">
129 <Generator>ResXFileCodeGenerator</Generator>
130 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
131 <SubType>Designer</SubType>
132 </EmbeddedResource>
133 <Compile Include="Properties\Resources.Designer.cs">
134 <AutoGen>True</AutoGen>
135 <DependentUpon>Resources.resx</DependentUpon>
136 </Compile>
137 <EmbeddedResource Include="SettingsForm.resx">
138 <DependentUpon>SettingsForm.cs</DependentUpon>
139 </EmbeddedResource>
4 office 140 <None Include="Servers.xsd">
141 <SubType>Designer</SubType>
142 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
143 </None>
1 office 144 <None Include="packages.config" />
145 <None Include="Properties\Settings.settings">
146 <Generator>SettingsSingleFileGenerator</Generator>
147 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
148 </None>
149 <Compile Include="Properties\Settings.Designer.cs">
150 <AutoGen>True</AutoGen>
151 <DependentUpon>Settings.settings</DependentUpon>
152 <DesignTimeSharedInput>True</DesignTimeSharedInput>
153 </Compile>
154 </ItemGroup>
155 <ItemGroup>
156 <None Include="App.config" />
157 </ItemGroup>
158 <ItemGroup>
6 office 159 <ProjectReference Include="..\Servers\Servers.csproj">
160 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project>
161 <Name>Servers</Name>
162 </ProjectReference>
163 </ItemGroup>
164 <ItemGroup>
1 office 165 <Content Include="Images\about.png" />
166 <Content Include="Images\close.png" />
167 <Content Include="Images\exit.png" />
168 <Content Include="Images\settings.png" />
169 <Content Include="Images\Winify.ico" />
170 <Content Include="Images\winify.png" />
171 <Content Include="Winify.ico" />
172 </ItemGroup>
8 office 173 <ItemGroup />
1 office 174 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
175 </Project>