Winify – Blame information for rev 6

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>
6 office 80 <Compile Include="Serialization\SerializationFailure.cs" />
81 <Compile Include="Serialization\SerializationState.cs" />
82 <Compile Include="Serialization\SerializationSuccess.cs" />
83 <Compile Include="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" />
96 <Compile Include="Natives.cs" />
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" />
106 <Compile Include="ReadOnlyRichTextBox.cs">
107 <SubType>Component</SubType>
108 </Compile>
109 <Compile Include="ReadOnlyRichTextBox.Designer.cs">
110 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon>
111 </Compile>
4 office 112 <Compile Include="ServersUpdatedEventArgs.cs" />
1 office 113 <Compile Include="SettingsForm.cs">
114 <SubType>Form</SubType>
115 </Compile>
116 <Compile Include="SettingsForm.Designer.cs">
117 <DependentUpon>SettingsForm.cs</DependentUpon>
118 </Compile>
119 <Compile Include="Utilities\Miscellaneous.cs" />
120 <EmbeddedResource Include="AboutForm.resx">
121 <DependentUpon>AboutForm.cs</DependentUpon>
122 </EmbeddedResource>
123 <EmbeddedResource Include="Form1.resx">
124 <DependentUpon>Form1.cs</DependentUpon>
125 </EmbeddedResource>
126 <EmbeddedResource Include="NotificationForm.resx">
127 <DependentUpon>NotificationForm.cs</DependentUpon>
128 </EmbeddedResource>
129 <EmbeddedResource Include="Properties\Resources.resx">
130 <Generator>ResXFileCodeGenerator</Generator>
131 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
132 <SubType>Designer</SubType>
133 </EmbeddedResource>
134 <Compile Include="Properties\Resources.Designer.cs">
135 <AutoGen>True</AutoGen>
136 <DependentUpon>Resources.resx</DependentUpon>
137 </Compile>
138 <EmbeddedResource Include="SettingsForm.resx">
139 <DependentUpon>SettingsForm.cs</DependentUpon>
140 </EmbeddedResource>
4 office 141 <None Include="Servers.xsd">
142 <SubType>Designer</SubType>
143 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
144 </None>
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>
6 office 160 <ProjectReference Include="..\Servers\Servers.csproj">
161 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project>
162 <Name>Servers</Name>
163 </ProjectReference>
164 </ItemGroup>
165 <ItemGroup>
1 office 166 <Content Include="Images\about.png" />
167 <Content Include="Images\close.png" />
168 <Content Include="Images\exit.png" />
169 <Content Include="Images\settings.png" />
170 <Content Include="Images\Winify.ico" />
171 <Content Include="Images\winify.png" />
172 <Content Include="Winify.ico" />
173 </ItemGroup>
174 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
175 </Project>