1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
42 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{7165D238-5543-40FB-A74F-F792368BE597}</ProjectGuid >
3+ <TargetFramework >net6.0-windows</TargetFramework >
84 <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >BatchImageProcessor.Model</RootNamespace >
11- <AssemblyName >BatchImageProcessor.Model</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
5+ <UseWPF >true</UseWPF >
6+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
147 </PropertyGroup >
15- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16- <DebugSymbols >true</DebugSymbols >
17- <DebugType >full</DebugType >
8+ <PropertyGroup >
9+ <GenerateAssemblyInfo >true</GenerateAssemblyInfo >
10+ <AssemblyTitle >BatchImageProcessor.Model</AssemblyTitle >
11+ <Product >BatchImageProcessor.Model</Product >
12+ <Copyright >Copyright © Sidneys1 2024</Copyright >
13+ <Version >2.0.0</Version >
14+ <AssemblyVersion >2.0.0.0</AssemblyVersion >
15+ <FileVersion >2.0.0.0</FileVersion >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
1818 <Optimize >false</Optimize >
19- <OutputPath >bin\Debug\</OutputPath >
20- <DefineConstants >DEBUG;TRACE</DefineConstants >
21- <ErrorReport >prompt</ErrorReport >
22- <WarningLevel >4</WarningLevel >
2319 </PropertyGroup >
24- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25- <DebugType >pdbonly</DebugType >
20+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
2621 <Optimize >true</Optimize >
27- <OutputPath >bin\Release\</OutputPath >
28- <DefineConstants >TRACE</DefineConstants >
29- <ErrorReport >prompt</ErrorReport >
30- <WarningLevel >4</WarningLevel >
22+ <DebugType >none</DebugType >
23+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
24+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
3125 </PropertyGroup >
3226 <ItemGroup >
33- <Reference Include =" PresentationCore" />
34- <Reference Include =" System" />
35- <Reference Include =" System.Core" />
36- <Reference Include =" System.Drawing" />
37- <Reference Include =" System.Xaml" />
38- <Reference Include =" System.Xml.Linq" />
39- <Reference Include =" System.Data.DataSetExtensions" />
40- <Reference Include =" Microsoft.CSharp" />
41- <Reference Include =" System.Data" />
42- <Reference Include =" System.Xml" />
43- <Reference Include =" WindowsBase" />
44- </ItemGroup >
45- <ItemGroup >
46- <Compile Include =" File.cs" />
47- <Compile Include =" Folder.cs" />
48- <Compile Include =" Interface\IFile.cs" />
49- <Compile Include =" Interface\IFolderable.cs" />
50- <Compile Include =" Interface\IFolderableHost.cs" />
51- <Compile Include =" Interface\IIoObject.cs" />
52- <Compile Include =" IoObject.cs" />
53- <Compile Include =" Model.cs" />
54- <Compile Include =" Properties\Annotations.cs" />
55- <Compile Include =" Properties\AssemblyInfo.cs" />
56- <Compile Include =" StaticImageUtils.cs" />
57- <Compile Include =" Types\AdjustmentOptions.cs" />
58- <Compile Include =" Types\CropOptions.cs" />
59- <Compile Include =" Types\Enums\Alignment.cs" />
60- <Compile Include =" Types\Enums\ColorType.cs" />
61- <Compile Include =" Types\Enums\Format.cs" />
62- <Compile Include =" Types\Enums\InterpolationMode.cs" />
63- <Compile Include =" Types\Enums\NameType.cs" />
64- <Compile Include =" Types\Enums\RawHighlightMode.cs" />
65- <Compile Include =" Types\Enums\ResizeMode.cs" />
66- <Compile Include =" Types\Enums\Rotation.cs" />
67- <Compile Include =" Types\Enums\WatermarkType.cs" />
68- <Compile Include =" Types\Enums\WhiteBalanceMode.cs" />
69- <Compile Include =" Types\ModelProgressUpdate.cs" />
70- <Compile Include =" Types\OptionSet.cs" />
71- <Compile Include =" Types\OutputOptions.cs" />
72- <Compile Include =" Types\RawOptions.cs" />
73- <Compile Include =" Types\ResizeOptions.cs" />
74- <Compile Include =" Types\WatermarkOptions.cs" />
75- <Compile Include =" Utility\ObjectCopier.cs" />
27+ <PackageReference Include =" System.Drawing.Common" Version =" 8.0.4" />
7628 </ItemGroup >
77- <ItemGroup />
78- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
79- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
80- Other similar extension points exist, see Microsoft.Common.targets.
81- <Target Name="BeforeBuild">
82- </Target>
83- <Target Name="AfterBuild">
84- </Target>
85- -->
8629</Project >
0 commit comments