1- <Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <TargetFrameworks >net462;netstandard2.0;netstandard2.1</TargetFrameworks >
4- <Version >0.1.1 </Version >
5- <LangVersion >9.0</LangVersion >
6- <AssemblyName >Senparc.CO2NET.MagicObject</AssemblyName >
7- <RootNamespace >Senparc.CO2NET.MagicObject</RootNamespace >
8- <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
9- <Description >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+ <PropertyGroup >
3+ <TargetFrameworks >net462;netstandard2.0;netstandard2.1</TargetFrameworks >
4+ <Version >0.1.2 </Version >
5+ <LangVersion >9.0</LangVersion >
6+ <AssemblyName >Senparc.CO2NET.MagicObject</AssemblyName >
7+ <RootNamespace >Senparc.CO2NET.MagicObject</RootNamespace >
8+ <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
9+ <Description >
1010 Senparc.CO2NET.MagicObject 库
1111
1212 这是一个开箱即用的轻量库,让你可以方便地对操作对象进行状态管理。例如,你可以还原对当前对象的属性操作,或者设置快照,以在修改对象值之后对其进行还原。
1313
1414 Senparc.CO2NET 开源项目:
1515 https://github.com/Senparc/Senparc.CO2NET
1616 </Description >
17- <Copyright >Senparc Copyright © 2004~2024</Copyright >
18- <PackageTags >MagicObject,.NET Core,.NET Framework,公共,基础库,CO2NET</PackageTags >
19- <Authors >Senparc</Authors >
20- <Owners >Senparc</Owners >
21- <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
22- <ProjectUrl >https://github.com/Senparc/Senparc.CO2NET</ProjectUrl >
23- <Title >Senparc.CO2NET.dll</Title >
24- <Summary >Senparc.CO2NET.MagicObject 库</Summary >
25- <PackageProjectUrl >https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl >
26- <PackageIcon >icon.jpg</PackageIcon >
27- <PackageReleaseNotes >
17+ <Copyright >Senparc Copyright © 2004~2024</Copyright >
18+ <PackageTags >MagicObject,.NET Core,.NET Framework,公共,基础库,CO2NET</PackageTags >
19+ <Authors >Senparc</Authors >
20+ <Owners >Senparc</Owners >
21+ <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
22+ <ProjectUrl >https://github.com/Senparc/Senparc.CO2NET</ProjectUrl >
23+ <Title >Senparc.CO2NET.dll</Title >
24+ <Summary >Senparc.CO2NET.MagicObject 库</Summary >
25+ <PackageProjectUrl >https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl >
26+ <PackageIcon >icon.jpg</PackageIcon >
27+ <PackageReleaseNotes >
2828 v0.0.1 创世
2929 v0.1.0 将 MO.OriginalObject 和 MO.Object 属性设为 public
30- </PackageReleaseNotes >
31- <RepositoryUrl >https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl >
32- <Configurations >Debug;Release;Test</Configurations >
33- </PropertyGroup >
34- <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
35- <OutputPath >..\BuildOutPut</OutputPath >
36- <DefineConstants >TRACE;RELEASE</DefineConstants >
37- </PropertyGroup >
38- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
39- <OutputPath >..\BuildOutPut</OutputPath >
40- <DefineConstants >$(DefineConstants);RELEASE</DefineConstants >
41- <DocumentationFile >..\BuildOutPut\Senparc.CO2NET.MagicObject.xml</DocumentationFile >
42- <Optimize >true</Optimize >
43- <DebugType >pdbonly</DebugType >
44- <ErrorReport >prompt</ErrorReport >
45- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
46- </PropertyGroup >
47- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'" >
48- <OutputPath >..\BuildOutPut\</OutputPath >
49- <DocumentationFile >..\BuildOutPut\net462\Senparc.CO2NET.MagicObject..xml</DocumentationFile >
50- </PropertyGroup >
51- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
52- <OutputPath >..\BuildOutPut\</OutputPath >
53- <DocumentationFile >..\BuildOutPut\netstandard2.0\Senparc.CO2NET.MagicObject.xml</DocumentationFile >
54- </PropertyGroup >
55- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'" >
56- <OutputPath >..\BuildOutPut\</OutputPath >
57- <DocumentationFile >..\BuildOutPut\netstandard2.1\Senparc.CO2NET.MagicObject.xml</DocumentationFile >
58- </PropertyGroup >
59- <!-- <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'">
30+ </PackageReleaseNotes >
31+ <RepositoryUrl >https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl >
32+ <Configurations >Debug;Release;Test</Configurations >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
35+ <OutputPath >..\BuildOutPut</OutputPath >
36+ <DefineConstants >TRACE;RELEASE</DefineConstants >
37+ </PropertyGroup >
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
39+ <OutputPath >..\BuildOutPut</OutputPath >
40+ <DefineConstants >$(DefineConstants);RELEASE</DefineConstants >
41+ <DocumentationFile >..\BuildOutPut\Senparc.CO2NET.MagicObject.xml</DocumentationFile >
42+ <Optimize >true</Optimize >
43+ <DebugType >pdbonly</DebugType >
44+ <ErrorReport >prompt</ErrorReport >
45+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
46+ </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'" >
48+ <OutputPath >..\BuildOutPut\</OutputPath >
49+ <DocumentationFile >..\BuildOutPut\net462\Senparc.CO2NET.MagicObject..xml</DocumentationFile >
50+ </PropertyGroup >
51+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
52+ <OutputPath >..\BuildOutPut\</OutputPath >
53+ <DocumentationFile >..\BuildOutPut\netstandard2.0\Senparc.CO2NET.MagicObject.xml</DocumentationFile >
54+ </PropertyGroup >
55+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'" >
56+ <OutputPath >..\BuildOutPut\</OutputPath >
57+ <DocumentationFile >..\BuildOutPut\netstandard2.1\Senparc.CO2NET.MagicObject.xml</DocumentationFile >
58+ </PropertyGroup >
59+ <!-- <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'">
6060 <OutputPath>..\BuildOutPut\</OutputPath>
6161 <DocumentationFile>..\BuildOutPut\net8.0\Senparc.CO2NET.MagicObject.xml</DocumentationFile>
6262 </PropertyGroup>-->
63- <ItemGroup >
64- <None Include =" ..\Senparc.CO2NET\icon.jpg" Pack =" true" Visible =" false" PackagePath =" " />
65- </ItemGroup >
66- <ItemGroup >
67- <ProjectReference Include =" ..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
68- </ItemGroup >
63+ <ItemGroup >
64+ <None Include =" ..\Senparc.CO2NET\icon.jpg" Pack =" true" Visible =" false" PackagePath =" " />
65+ </ItemGroup >
66+ <ItemGroup >
67+ <ProjectReference Include =" ..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
68+ </ItemGroup >
6969</Project >
0 commit comments