Winify – Diff between revs 28 and 29

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 28 Rev 29
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.5.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 </PropertyGroup> 27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <PlatformTarget>AnyCPU</PlatformTarget> 29 <PlatformTarget>AnyCPU</PlatformTarget>
30 <DebugType>pdbonly</DebugType> 30 <DebugType>pdbonly</DebugType>
31 <Optimize>true</Optimize> 31 <Optimize>true</Optimize>
32 <OutputPath>bin\Release\</OutputPath> 32 <OutputPath>bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants> 33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport> 34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel> 35 <WarningLevel>4</WarningLevel>
36 </PropertyGroup> 36 </PropertyGroup>
37 <PropertyGroup> 37 <PropertyGroup>
38 <ApplicationIcon>Winify.ico</ApplicationIcon> 38 <ApplicationIcon>Winify.ico</ApplicationIcon>
39 </PropertyGroup> 39 </PropertyGroup>
40 <PropertyGroup> 40 <PropertyGroup>
41 <StartupObject /> 41 <StartupObject />
42 </PropertyGroup> 42 </PropertyGroup>
43 <ItemGroup> 43 <ItemGroup>
44 <Reference Include="AutoUpdater.NET, Version=1.7.5.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL"> 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> 45 <HintPath>..\packages\Autoupdater.NET.Official.1.7.5\lib\net45\AutoUpdater.NET.dll</HintPath>
46 </Reference> 46 </Reference>
47 <Reference Include="Microsoft.Web.WebView2.Core, Version=1.0.1293.44, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL"> 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> 48 <HintPath>..\packages\Microsoft.Web.WebView2.1.0.1293.44\lib\net45\Microsoft.Web.WebView2.Core.dll</HintPath>
49 </Reference> 49 </Reference>
50 <Reference Include="Microsoft.Web.WebView2.WinForms, Version=1.0.1293.44, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL"> 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> 51 <HintPath>..\packages\Microsoft.Web.WebView2.1.0.1293.44\lib\net45\Microsoft.Web.WebView2.WinForms.dll</HintPath>
52 </Reference> 52 </Reference>
53 <Reference Include="Microsoft.Web.WebView2.Wpf, Version=1.0.1293.44, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL"> 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> 54 <HintPath>..\packages\Microsoft.Web.WebView2.1.0.1293.44\lib\net45\Microsoft.Web.WebView2.Wpf.dll</HintPath>
55 </Reference> 55 </Reference>
56 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> 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> 57 <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
58 </Reference> 58 </Reference>
59 <Reference Include="PresentationFramework" /> 59 <Reference Include="PresentationFramework" />
60 <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> 60 <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> 61 <HintPath>..\packages\Serilog.2.12.0\lib\net45\Serilog.dll</HintPath>
62 </Reference> 62 </Reference>
63 <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> 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> 64 <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
65 </Reference> 65 </Reference>
66 <Reference Include="System" /> 66 <Reference Include="System" />
67 <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 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> 68 <HintPath>..\packages\System.Buffers.4.5.1\lib\netstandard1.1\System.Buffers.dll</HintPath>
69 </Reference> 69 </Reference>
70 <Reference Include="System.Configuration" /> 70 <Reference Include="System.Configuration" />
71 <Reference Include="System.Core" /> 71 <Reference Include="System.Core" />
72 <Reference Include="System.Data" /> 72 <Reference Include="System.Data" />
73 <Reference Include="System.Net.WebSockets.Client.Managed, Version=1.0.22.0, Culture=neutral, processorArchitecture=MSIL"> 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> 74 <HintPath>..\packages\System.Net.WebSockets.Client.Managed.1.0.22\lib\net45\System.Net.WebSockets.Client.Managed.dll</HintPath>
75 </Reference> 75 </Reference>
76 <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 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> 77 <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Numerics.Vectors.dll</HintPath>
78 </Reference> 78 </Reference>
79 <Reference Include="System.Runtime.Serialization" /> 79 <Reference Include="System.Runtime.Serialization" />
80 <Reference Include="System.Speech" /> 80 <Reference Include="System.Speech" />
81 <Reference Include="System.Windows" /> 81 <Reference Include="System.Windows" />
82 <Reference Include="System.Xaml" /> 82 <Reference Include="System.Xaml" />
83 <Reference Include="Microsoft.CSharp" /> 83 <Reference Include="Microsoft.CSharp" />
84 <Reference Include="System.Drawing" /> 84 <Reference Include="System.Drawing" />
85 <Reference Include="System.Net.Http" /> 85 <Reference Include="System.Net.Http" />
86 <Reference Include="System.Windows.Forms" /> 86 <Reference Include="System.Windows.Forms" />
87 <Reference Include="System.Xml" /> 87 <Reference Include="System.Xml" />
88 <Reference Include="WindowsBase" /> 88 <Reference Include="WindowsBase" />
89 </ItemGroup> 89 </ItemGroup>
90 <ItemGroup> 90 <ItemGroup>
91 <Compile Include="AboutForm.cs"> 91 <Compile Include="AboutForm.cs">
92 <SubType>Form</SubType> 92 <SubType>Form</SubType>
93 </Compile> 93 </Compile>
94 <Compile Include="AboutForm.Designer.cs"> 94 <Compile Include="AboutForm.Designer.cs">
95 <DependentUpon>AboutForm.cs</DependentUpon> 95 <DependentUpon>AboutForm.cs</DependentUpon>
96 </Compile> 96 </Compile>
97 <Compile Include="Servers\Serialization\SerializationFailure.cs" /> 97 <Compile Include="Servers\Serialization\SerializationFailure.cs" />
98 <Compile Include="Servers\Serialization\SerializationState.cs" /> 98 <Compile Include="Servers\Serialization\SerializationState.cs" />
99 <Compile Include="Servers\Serialization\SerializationSuccess.cs" /> 99 <Compile Include="Servers\Serialization\SerializationSuccess.cs" />
100 <Compile Include="Servers\Serialization\ServersSerialization.cs" /> 100 <Compile Include="Servers\Serialization\ServersSerialization.cs" />
101 <Compile Include="Constants.cs" /> 101 <Compile Include="Constants.cs" />
102 <Compile Include="Form1.cs"> 102 <Compile Include="Form1.cs">
103 <SubType>Form</SubType> 103 <SubType>Form</SubType>
104 </Compile> 104 </Compile>
105 <Compile Include="Form1.Designer.cs"> 105 <Compile Include="Form1.Designer.cs">
106 <DependentUpon>Form1.cs</DependentUpon> 106 <DependentUpon>Form1.cs</DependentUpon>
107 </Compile> 107 </Compile>
108 <Compile Include="Gotify\GotifyApplication.cs" /> 108 <Compile Include="Gotify\GotifyApplication.cs" />
109 <Compile Include="Gotify\GotifyConnection.cs" /> 109 <Compile Include="Gotify\GotifyConnection.cs" />
110 <Compile Include="Gotify\GotifyNotification.cs" /> 110 <Compile Include="Gotify\GotifyNotification.cs" />
111 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" /> 111 <Compile Include="Gotify\GotifyNotificationEventArgs.cs" />
112 <Compile Include="Settings\SettingsSavedEventArgs.cs" /> 112 <Compile Include="Settings\SettingsSavedEventArgs.cs" />
113 <Compile Include="Utilities\AES.cs" /> 113 <Compile Include="Utilities\AES.cs" />
114 <Compile Include="Utilities\Natives.cs" /> 114 <Compile Include="Utilities\Natives.cs" />
115 <Compile Include="Program.cs" /> 115 <Compile Include="Program.cs" />
116 <Compile Include="Properties\Annotations.cs" /> 116 <Compile Include="Properties\Annotations.cs" />
117 <Compile Include="Properties\AssemblyInfo.cs" /> 117 <Compile Include="Properties\AssemblyInfo.cs" />
118 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs"> 118 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.cs">
119 <SubType>Component</SubType> 119 <SubType>Component</SubType>
120 </Compile> 120 </Compile>
121 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.Designer.cs"> 121 <Compile Include="Utilities\Components\ReadOnlyRichTextBox.Designer.cs">
122 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon> 122 <DependentUpon>ReadOnlyRichTextBox.cs</DependentUpon>
123 </Compile> 123 </Compile>
124 <Compile Include="Settings\SettingsForm.cs"> 124 <Compile Include="Settings\SettingsForm.cs">
125 <SubType>Form</SubType> 125 <SubType>Form</SubType>
126 </Compile> 126 </Compile>
127 <Compile Include="Settings\SettingsForm.Designer.cs"> 127 <Compile Include="Settings\SettingsForm.Designer.cs">
128 <DependentUpon>SettingsForm.cs</DependentUpon> 128 <DependentUpon>SettingsForm.cs</DependentUpon>
129 </Compile> 129 </Compile>
130 <Compile Include="Utilities\Miscellaneous.cs" /> 130 <Compile Include="Utilities\Miscellaneous.cs" />
131 <EmbeddedResource Include="AboutForm.resx"> 131 <EmbeddedResource Include="AboutForm.resx">
132 <DependentUpon>AboutForm.cs</DependentUpon> 132 <DependentUpon>AboutForm.cs</DependentUpon>
133 </EmbeddedResource> 133 </EmbeddedResource>
134 <EmbeddedResource Include="Form1.resx"> 134 <EmbeddedResource Include="Form1.resx">
135 <DependentUpon>Form1.cs</DependentUpon> 135 <DependentUpon>Form1.cs</DependentUpon>
136 </EmbeddedResource> 136 </EmbeddedResource>
137 <EmbeddedResource Include="Properties\Resources.resx"> 137 <EmbeddedResource Include="Properties\Resources.resx">
138 <Generator>ResXFileCodeGenerator</Generator> 138 <Generator>ResXFileCodeGenerator</Generator>
139 <LastGenOutput>Resources.Designer.cs</LastGenOutput> 139 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
140 <SubType>Designer</SubType> 140 <SubType>Designer</SubType>
141 </EmbeddedResource> 141 </EmbeddedResource>
142 <Compile Include="Properties\Resources.Designer.cs"> 142 <Compile Include="Properties\Resources.Designer.cs">
143 <AutoGen>True</AutoGen> 143 <AutoGen>True</AutoGen>
144 <DependentUpon>Resources.resx</DependentUpon> 144 <DependentUpon>Resources.resx</DependentUpon>
145 <DesignTime>True</DesignTime> 145 <DesignTime>True</DesignTime>
146 </Compile> 146 </Compile>
147 <EmbeddedResource Include="Settings\SettingsForm.resx"> 147 <EmbeddedResource Include="Settings\SettingsForm.resx">
148 <DependentUpon>SettingsForm.cs</DependentUpon> 148 <DependentUpon>SettingsForm.cs</DependentUpon>
149 </EmbeddedResource> 149 </EmbeddedResource>
150 <None Include="Resources\winify.psd" /> 150 <None Include="Resources\winify.psd" />
151 <None Include="packages.config" /> 151 <None Include="packages.config" />
152 <None Include="Properties\Settings.settings"> 152 <None Include="Properties\Settings.settings">
153 <Generator>SettingsSingleFileGenerator</Generator> 153 <Generator>SettingsSingleFileGenerator</Generator>
154 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 154 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
155 </None> 155 </None>
156 <Compile Include="Properties\Settings.Designer.cs"> 156 <Compile Include="Properties\Settings.Designer.cs">
157 <AutoGen>True</AutoGen> 157 <AutoGen>True</AutoGen>
158 <DependentUpon>Settings.settings</DependentUpon> 158 <DependentUpon>Settings.settings</DependentUpon>
159 <DesignTimeSharedInput>True</DesignTimeSharedInput> 159 <DesignTimeSharedInput>True</DesignTimeSharedInput>
160 </Compile> 160 </Compile>
161 </ItemGroup> 161 </ItemGroup>
162 <ItemGroup> 162 <ItemGroup>
163 <None Include="App.config" /> 163 <None Include="App.config" />
164 </ItemGroup> 164 </ItemGroup>
165 <ItemGroup> 165 <ItemGroup>
166 <ProjectReference Include="..\Announcements\Announcements.csproj"> 166 <ProjectReference Include="..\Announcements\Announcements.csproj">
167 <Project>{aebb1e52-0676-406f-980b-708006ea36e0}</Project> 167 <Project>{aebb1e52-0676-406f-980b-708006ea36e0}</Project>
168 <Name>Announcements</Name> 168 <Name>Announcements</Name>
169 </ProjectReference> 169 </ProjectReference>
170 <ProjectReference Include="..\Servers\Servers.csproj"> 170 <ProjectReference Include="..\Servers\Servers.csproj">
171 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project> 171 <Project>{ddab11f9-3308-4464-b864-4d75cba1acc8}</Project>
172 <Name>Servers</Name> 172 <Name>Servers</Name>
173 </ProjectReference> 173 </ProjectReference>
174 <ProjectReference Include="..\WindowsToastNotifications\ToastNotifications\ToastNotifications.csproj"> 174 <ProjectReference Include="..\Toasts\Toasts.csproj">
175 <Project>{380d8d88-386c-4c50-9a54-800f79fdf7d2}</Project> 175 <Project>{380d8d88-386c-4c50-9a54-800f79fdf7d2}</Project>
176 <Name>ToastNotifications</Name> 176 <Name>Toasts</Name>
177 </ProjectReference> 177 </ProjectReference>
178 </ItemGroup> 178 </ItemGroup>
179 <ItemGroup> 179 <ItemGroup>
180 <Content Include="Resources\about.png" /> 180 <Content Include="Resources\about.png" />
181 <Content Include="Resources\close.png" /> 181 <Content Include="Resources\close.png" />
182 <Content Include="Resources\exit.png" /> 182 <Content Include="Resources\exit.png" />
183 <Content Include="Resources\notification.wav" /> 183 <Content Include="Resources\notification.wav" />
184 <Content Include="Resources\settings.png" /> 184 <Content Include="Resources\settings.png" />
185 <Content Include="Resources\update.png" /> 185 <Content Include="Resources\update.png" />
186 <Content Include="Resources\Winify.ico" /> 186 <Content Include="Resources\Winify.ico" />
187 <Content Include="Resources\winify.png" /> 187 <Content Include="Resources\winify.png" />
188 <Content Include="Winify.ico" /> 188 <Content Include="Winify.ico" />
189 </ItemGroup> 189 </ItemGroup>
190 <ItemGroup /> 190 <ItemGroup />
191 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 191 <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')" /> 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"> 193 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
194 <PropertyGroup> 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> 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> 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'))" /> 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> 198 </Target>
199 </Project> 199 </Project>
200   200  
201
Generated by GNU Enscript 1.6.5.90.
201
Generated by GNU Enscript 1.6.5.90.
202   202  
203   203  
204   204