Winify – Diff between revs 29 and 30

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