1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 15.0" 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 >{8671BBA1-D91C-4AA6-B8E9-8C411AF0B637}</ProjectGuid >
8- <OutputType >Exe</OutputType >
9- <RootNamespace >RectanglePackerSample</RootNamespace >
10- <AssemblyName >RectanglePackerSample</AssemblyName >
11- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12- <FileAlignment >512</FileAlignment >
13- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14- <Deterministic >true</Deterministic >
15- </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <PlatformTarget >AnyCPU</PlatformTarget >
18- <DebugSymbols >true</DebugSymbols >
19- <DebugType >full</DebugType >
20- <Optimize >false</Optimize >
21- <OutputPath >bin\Debug\</OutputPath >
22- <DefineConstants >DEBUG;TRACE</DefineConstants >
23- <ErrorReport >prompt</ErrorReport >
24- <WarningLevel >4</WarningLevel >
25- </PropertyGroup >
26- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27- <PlatformTarget >AnyCPU</PlatformTarget >
28- <DebugType >pdbonly</DebugType >
29- <Optimize >true</Optimize >
30- <OutputPath >bin\Release\</OutputPath >
31- <DefineConstants >TRACE</DefineConstants >
32- <ErrorReport >prompt</ErrorReport >
3+ <TargetFramework >net472</TargetFramework >
334 <WarningLevel >4</WarningLevel >
5+ <OutputType >Exe</OutputType >
6+ <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
7+ <Version >1.0.0</Version >
8+ <Product >RectanglePacker Sample</Product >
9+ <Copyright >Copyright © Tomb Raider Community 2023</Copyright >
3410 </PropertyGroup >
3511 <ItemGroup >
36- <Reference Include =" Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
37- <HintPath >..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
38- </Reference >
39- <Reference Include =" System" />
40- <Reference Include =" System.Core" />
41- <Reference Include =" System.Drawing" />
42- <Reference Include =" System.Xml.Linq" />
43- <Reference Include =" System.Data.DataSetExtensions" />
44- <Reference Include =" Microsoft.CSharp" />
45- <Reference Include =" System.Data" />
46- <Reference Include =" System.Net.Http" />
47- <Reference Include =" System.Xml" />
48- </ItemGroup >
49- <ItemGroup >
50- <Compile Include =" PackerSample.cs" />
51- <Compile Include =" Program.cs" />
52- <Compile Include =" Properties\AssemblyInfo.cs" />
53- </ItemGroup >
54- <ItemGroup >
55- <None Include =" App.config" />
56- <None Include =" packages.config" />
57- <None Include =" SampleRectangles.json" >
58- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
59- </None >
60- <None Include =" SampleRectangles2.json" >
61- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
62- </None >
63- <None Include =" SampleSizes.json" >
64- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
65- </None >
12+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
6613 </ItemGroup >
6714 <ItemGroup >
68- <ProjectReference Include =" ..\RectanglePacker\RectanglePacker.csproj" >
69- <Project >{aa641810-6dc5-40f7-b3bc-c7a15502c82a}</Project >
70- <Name >RectanglePacker</Name >
71- </ProjectReference >
15+ <ProjectReference Include =" ..\RectanglePacker\RectanglePacker.csproj" />
7216 </ItemGroup >
73- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74- </Project >
17+ </Project >
0 commit comments