Winify – Blame information for rev 1

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>
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" />
88 <Compile Include="Gotify\GotifyConnection.cs" />
89 <Compile Include="Gotify\GotifyNotification.cs" />
90 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
91 <Compile Include="Natives.cs" />
92 <Compile Include="NotificationForm.cs">
93 <SubType>Form</SubType>
94 </Compile>
95 <Compile Include="NotificationForm.Designer.cs">
96 <DependentUpon>NotificationForm.cs</DependentUpon>
97 </Compile>
98 <Compile Include="Program.cs" />
99 <Compile Include="Properties\AssemblyInfo.cs" />
100 <Compile Include="ReadOnlyRichTextBox.cs">
101 <SubType>Component</SubType>
102 </Compile>
103 <Compile Include="ReadOnlyRichTextBox.Designer.cs">
104 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon>
105 </Compile>
106 <Compile Include="SettingsForm.cs">
107 <SubType>Form</SubType>
108 </Compile>
109 <Compile Include="SettingsForm.Designer.cs">
110 <DependentUpon>SettingsForm.cs</DependentUpon>
111 </Compile>
112 <Compile Include="Utilities\Miscellaneous.cs" />
113 <EmbeddedResource Include="AboutForm.resx">
114 <DependentUpon>AboutForm.cs</DependentUpon>
115 </EmbeddedResource>
116 <EmbeddedResource Include="Form1.resx">
117 <DependentUpon>Form1.cs</DependentUpon>
118 </EmbeddedResource>
119 <EmbeddedResource Include="NotificationForm.resx">
120 <DependentUpon>NotificationForm.cs</DependentUpon>
121 </EmbeddedResource>
122 <EmbeddedResource Include="Properties\Resources.resx">
123 <Generator>ResXFileCodeGenerator</Generator>
124 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
125 <SubType>Designer</SubType>
126 </EmbeddedResource>
127 <Compile Include="Properties\Resources.Designer.cs">
128 <AutoGen>True</AutoGen>
129 <DependentUpon>Resources.resx</DependentUpon>
130 </Compile>
131 <EmbeddedResource Include="SettingsForm.resx">
132 <DependentUpon>SettingsForm.cs</DependentUpon>
133 </EmbeddedResource>
134 <None Include="packages.config" />
135 <None Include="Properties\Settings.settings">
136 <Generator>SettingsSingleFileGenerator</Generator>
137 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
138 </None>
139 <Compile Include="Properties\Settings.Designer.cs">
140 <AutoGen>True</AutoGen>
141 <DependentUpon>Settings.settings</DependentUpon>
142 <DesignTimeSharedInput>True</DesignTimeSharedInput>
143 </Compile>
144 </ItemGroup>
145 <ItemGroup>
146 <None Include="App.config" />
147 </ItemGroup>
148 <ItemGroup />
149 <ItemGroup>
150 <Content Include="Images\about.png" />
151 <Content Include="Images\close.png" />
152 <Content Include="Images\exit.png" />
153 <Content Include="Images\settings.png" />
154 <Content Include="Images\Winify.ico" />
155 <Content Include="Images\winify.png" />
156 <Content Include="Winify.ico" />
157 </ItemGroup>
158 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
159 </Project>