Winify – Blame information for rev 28

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
22 office 2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1 office 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProjectGuid>{C93E26D8-ACFF-4FCF-9F03-D710F1CF9F87}</ProjectGuid>
7 <OutputType>WinExe</OutputType>
8 <RootNamespace>Winify</RootNamespace>
9 <AssemblyName>Winify</AssemblyName>
14 office 10 <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1 office 11 <FileAlignment>512</FileAlignment>
12 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
13 <Deterministic>true</Deterministic>
14 office 14 <TargetFrameworkProfile />
28 office 15 <NuGetPackageImportStamp>
16 </NuGetPackageImportStamp>
1 office 17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <PlatformTarget>AnyCPU</PlatformTarget>
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <PlatformTarget>AnyCPU</PlatformTarget>
30 <DebugType>pdbonly</DebugType>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
36 </PropertyGroup>
37 <PropertyGroup>
38 <ApplicationIcon>Winify.ico</ApplicationIcon>
39 </PropertyGroup>
27 office 40 <PropertyGroup>
41 <StartupObject />
42 </PropertyGroup>
1 office 43 <ItemGroup>
28 office 44 <Reference Include="AutoUpdater.NET, Version=1.7.5.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
45 <HintPath>..\packages\Autoupdater.NET.Official.1.7.5\lib\net45\AutoUpdater.NET.dll</HintPath>
1 office 46 </Reference>
28 office 47 <Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.1293.44, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
48 <HintPath>..\packages\Microsoft.Web.WebView2.1.0.1293.44\lib\net45\Microsoft.Web.WebView2.Core.dll</HintPath>
49 </Reference>
50 <Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.1293.44, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
51 <HintPath>..\packages\Microsoft.Web.WebView2.1.0.1293.44\lib\net45\Microsoft.Web.WebView2.WinForms.dll</HintPath>
52 </Reference>
53 <Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.1293.44, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL">
54 <HintPath>..\packages\Microsoft.Web.WebView2.1.0.1293.44\lib\net45\Microsoft.Web.WebView2.Wpf.dll</HintPath>
55 </Reference>
1 office 56 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
57 <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
58 </Reference>
28 office 59 <Reference Include="PresentationFramework" />
18 office 60 <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
28 office 61 <HintPath>..\packages\Serilog.2.12.0\lib\net45\Serilog.dll</HintPath>
18 office 62 </Reference>
63 <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
64 <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
65 </Reference>
1 office 66 <Reference Include="System" />
14 office 67 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
68 <HintPath>..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath>
1 office 69 </Reference>
70 <Reference Include="System.Configuration" />
71 <Reference Include="System.Core" />
28 office 72 <Reference Include="System.Data" />
1 office 73 <Reference Include="System.Net.WebSockets.Client.Managed, Version=1.0.22.0, Culture=neutral, processorArchitecture=MSIL">
74 <HintPath>..\packages\System.Net.WebSockets.Client.Managed.1.0.22\lib\net45\System.Net.WebSockets.Client.Managed.dll</HintPath>
75 </Reference>
14 office 76 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
77 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Numerics.Vectors.dll</HintPath>
1 office 78 </Reference>
28 office 79 <Reference Include="System.Runtime.Serialization" />
15 office 80 <Reference Include="System.Speech" />
1 office 81 <Reference Include="System.Windows" />
82 <Reference Include="System.Xaml" />
83 <Reference Include="Microsoft.CSharp" />
84 <Reference Include="System.Drawing" />
85 <Reference Include="System.Net.Http" />
86 <Reference Include="System.Windows.Forms" />
87 <Reference Include="System.Xml" />
88 <Reference Include="WindowsBase" />
89 </ItemGroup>
90 <ItemGroup>
91 <Compile Include="AboutForm.cs">
92 <SubType>Form</SubType>
93 </Compile>
94 <Compile Include="AboutForm.Designer.cs">
95 <DependentUpon>AboutForm.cs</DependentUpon>
96 </Compile>
15 office 97 <Compile Include="Servers\Serialization\SerializationFailure.cs" />
98 <Compile Include="Servers\Serialization\SerializationState.cs" />
99 <Compile Include="Servers\Serialization\SerializationSuccess.cs" />
8 office 100 <Compile Include="Servers\Serialization\ServersSerialization.cs" />
1 office 101 <Compile Include="Constants.cs" />
102 <Compile Include="Form1.cs">
103 <SubType>Form</SubType>
104 </Compile>
105 <Compile Include="Form1.Designer.cs">
106 <DependentUpon>Form1.cs</DependentUpon>
107 </Compile>
108 <Compile Include="Gotify\GotifyApplication.cs" />
109 <Compile Include="Gotify\GotifyConnection.cs" />
110 <Compile Include="Gotify\GotifyNotification.cs" />
111 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
25 office 112 <Compile Include="Settings\SettingsSavedEventArgs.cs" />
14 office 113 <Compile Include="Utilities\AES.cs" />
8 office 114 <Compile Include="Utilities\Natives.cs" />
1 office 115 <Compile Include="Program.cs" />
4 office 116 <Compile Include="Properties\Annotations.cs" />
1 office 117 <Compile Include="Properties\AssemblyInfo.cs" />
8 office 118 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs">
1 office 119 <SubType>Component</SubType>
120 </Compile>
8 office 121 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.Designer.cs">
1 office 122 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon>
123 </Compile>
25 office 124 <Compile Include="Settings\SettingsForm.cs">
1 office 125 <SubType>Form</SubType>
126 </Compile>
25 office 127 <Compile Include="Settings\SettingsForm.Designer.cs">
1 office 128 <DependentUpon>SettingsForm.cs</DependentUpon>
129 </Compile>
130 <Compile Include="Utilities\Miscellaneous.cs" />
131 <EmbeddedResource Include="AboutForm.resx">
132 <DependentUpon>AboutForm.cs</DependentUpon>
133 </EmbeddedResource>
134 <EmbeddedResource Include="Form1.resx">
135 <DependentUpon>Form1.cs</DependentUpon>
136 </EmbeddedResource>
137 <EmbeddedResource Include="Properties\Resources.resx">
138 <Generator>ResXFileCodeGenerator</Generator>
139 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
140 <SubType>Designer</SubType>
141 </EmbeddedResource>
142 <Compile Include="Properties\Resources.Designer.cs">
143 <AutoGen>True</AutoGen>
144 <DependentUpon>Resources.resx</DependentUpon>
12 office 145 <DesignTime>True</DesignTime>
1 office 146 </Compile>
25 office 147 <EmbeddedResource Include="Settings\SettingsForm.resx">
1 office 148 <DependentUpon>SettingsForm.cs</DependentUpon>
149 </EmbeddedResource>
12 office 150 <None Include="Resources\winify.psd" />
1 office 151 <None Include="packages.config" />
152 <None Include="Properties\Settings.settings">
153 <Generator>SettingsSingleFileGenerator</Generator>
154 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
155 </None>
156 <Compile Include="Properties\Settings.Designer.cs">
157 <AutoGen>True</AutoGen>
158 <DependentUpon>Settings.settings</DependentUpon>
159 <DesignTimeSharedInput>True</DesignTimeSharedInput>
160 </Compile>
161 </ItemGroup>
162 <ItemGroup>
163 <None Include="App.config" />
164 </ItemGroup>
165 <ItemGroup>
22 office 166 <ProjectReference Include="..\Announcements\Announcements.csproj">
167 <Project>{aebb1e52-0676-406f-980b-708006ea36e0}</Project>
15 office 168 <Name>Announcements</Name>
169 </ProjectReference>
6 office 170 <ProjectReference Include="..\Servers\Servers.csproj">
171 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project>
172 <Name>Servers</Name>
173 </ProjectReference>
22 office 174 <ProjectReference Include="..\WindowsToastNotifications\ToastNotifications\ToastNotifications.csproj">
175 <Project>{380d8d88-386c-4c50-9a54-800f79fdf7d2}</Project>
176 <Name>ToastNotifications</Name>
177 </ProjectReference>
6 office 178 </ItemGroup>
179 <ItemGroup>
12 office 180 <Content Include="Resources\about.png" />
181 <Content Include="Resources\close.png" />
182 <Content Include="Resources\exit.png" />
183 <Content Include="Resources\notification.wav" />
184 <Content Include="Resources\settings.png" />
185 <Content Include="Resources\update.png" />
186 <Content Include="Resources\Winify.ico" />
187 <Content Include="Resources\winify.png" />
1 office 188 <Content Include="Winify.ico" />
189 </ItemGroup>
8 office 190 <ItemGroup />
1 office 191 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
28 office 192 <Import Project="..\packages\Microsoft.Web.WebView2.1.0.1293.44\build\Microsoft.Web.WebView2.targets" Condition="Exists('..\packages\Microsoft.Web.WebView2.1.0.1293.44\build\Microsoft.Web.WebView2.targets')" />
193 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
194 <PropertyGroup>
195 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
196 </PropertyGroup>
197 <Error Condition="!Exists('..\packages\Microsoft.Web.WebView2.1.0.1293.44\build\Microsoft.Web.WebView2.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Web.WebView2.1.0.1293.44\build\Microsoft.Web.WebView2.targets'))" />
198 </Target>
1 office 199 </Project>