|
13 | 13 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
14 | 14 | <RestorePackages>true</RestorePackages> |
15 | 15 | <TargetFrameworkProfile /> |
| 16 | + <PublishUrl>publish\</PublishUrl> |
| 17 | + <Install>true</Install> |
| 18 | + <InstallFrom>Disk</InstallFrom> |
| 19 | + <UpdateEnabled>false</UpdateEnabled> |
| 20 | + <UpdateMode>Foreground</UpdateMode> |
| 21 | + <UpdateInterval>7</UpdateInterval> |
| 22 | + <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 23 | + <UpdatePeriodically>false</UpdatePeriodically> |
| 24 | + <UpdateRequired>false</UpdateRequired> |
| 25 | + <MapFileExtensions>true</MapFileExtensions> |
| 26 | + <ApplicationRevision>0</ApplicationRevision> |
| 27 | + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 28 | + <IsWebBootstrapper>false</IsWebBootstrapper> |
| 29 | + <UseApplicationTrust>false</UseApplicationTrust> |
| 30 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
16 | 31 | </PropertyGroup> |
17 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | 33 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
39 | 54 | <StartupObject>Aspose.Imaging.Examples.CSharp.RunExamples</StartupObject> |
40 | 55 | </PropertyGroup> |
41 | 56 | <ItemGroup> |
42 | | - <Reference Include="Aspose.Imaging, Version=22.12.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL"> |
43 | | - <HintPath>..\packages\Aspose.Imaging.22.12.0\lib\net40\Aspose.Imaging.dll</HintPath> |
| 57 | + <Reference Include="Aspose.Imaging, Version=23.2.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL"> |
| 58 | + <HintPath>..\packages\Aspose.Imaging.23.2.0\lib\net40\Aspose.Imaging.dll</HintPath> |
44 | 59 | </Reference> |
45 | 60 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
46 | 61 | <SpecificVersion>False</SpecificVersion> |
|
150 | 165 | <Compile Include="ModifyingAndConvertingImages\ConvertWMFToWebp.cs" /> |
151 | 166 | <Compile Include="ModifyingAndConvertingImages\PNG\ChangeWindowSize.cs" /> |
152 | 167 | <Compile Include="ModifyingAndConvertingImages\PNG\ConvertTo1BitPng.cs" /> |
| 168 | + <Compile Include="ModifyingAndConvertingImages\PNG\KeepTransparencyWhenIndexingPngImage.cs" /> |
153 | 169 | <Compile Include="ModifyingAndConvertingImages\PNG\ReadLargePNGFile.cs" /> |
154 | 170 | <Compile Include="ModifyingAndConvertingImages\PNG\Support16BitChannel64BitPng.cs" /> |
155 | 171 | <Compile Include="ModifyingAndConvertingImages\RasterImageToPDF.cs" /> |
|
284 | 300 | <Compile Include="ModifyingAndConvertingImages\WebPImages\OpenWebPFile.cs" /> |
285 | 301 | <Compile Include="ModifyingAndConvertingImages\WebPImages\WebPToGifExample.cs" /> |
286 | 302 | <Compile Include="ModifyingAndConvertingImages\WebPImages\WebPToPdfExample.cs" /> |
| 303 | + <Compile Include="Plugins\CommonExample.cs" /> |
| 304 | + <Compile Include="Plugins\ConversionPlugin.cs" /> |
| 305 | + <Compile Include="Plugins\CropPlugin.cs" /> |
| 306 | + <Compile Include="Plugins\ImageAlbumPlugin.cs" /> |
| 307 | + <Compile Include="Plugins\MergePlugin.cs" /> |
| 308 | + <Compile Include="Plugins\ResizePlugin.cs" /> |
287 | 309 | <Compile Include="Properties\AssemblyInfo.cs" /> |
288 | 310 | <Compile Include="DrawingAndFormattingImages\DrawingArc.cs" /> |
289 | 311 | <Compile Include="DrawingAndFormattingImages\DrawingBezier.cs" /> |
|
300 | 322 | <ItemGroup> |
301 | 323 | <Folder Include="Aspose\Imaging\FileFormats\" /> |
302 | 324 | </ItemGroup> |
| 325 | + <ItemGroup> |
| 326 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 327 | + <Visible>False</Visible> |
| 328 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 329 | + <Install>false</Install> |
| 330 | + </BootstrapperPackage> |
| 331 | + </ItemGroup> |
303 | 332 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
304 | 333 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
305 | 334 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments