Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Commit dd376d6

Browse files
committed
chore: 添加 Core 单项目解决方案
1 parent cd80e63 commit dd376d6

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ FodyWeavers.xsd
403403
*.msp
404404

405405
# JetBrains Rider
406+
.idea/
406407
*.sln.iml
407408

408409
# Generated Code

PCL.Core.sln

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCL.Core", "PCL.Core.csproj", "{A0C2209D-64FB-4C11-9459-8E86304B6F94}"
4+
EndProject
5+
Global
6+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7+
Debug|AnyCPU = Debug|AnyCPU
8+
Debug|ARM64 = Debug|ARM64
9+
Debug|x64 = Debug|x64
10+
CI|AnyCPU = CI|AnyCPU
11+
CI|ARM64 = CI|ARM64
12+
CI|x64 = CI|x64
13+
Publish|AnyCPU = Publish|AnyCPU
14+
Publish|ARM64 = Publish|ARM64
15+
Publish|x64 = Publish|x64
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.Debug|AnyCPU.ActiveCfg = Debug|AnyCPU
19+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.Debug|AnyCPU.Build.0 = Debug|AnyCPU
20+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.Debug|ARM64.ActiveCfg = Debug|ARM64
21+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.Debug|ARM64.Build.0 = Debug|ARM64
22+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.Debug|x64.ActiveCfg = Debug|x64
23+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.Debug|x64.Build.0 = Debug|x64
24+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.CI|AnyCPU.ActiveCfg = CI|AnyCPU
25+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.CI|AnyCPU.Build.0 = CI|AnyCPU
26+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.CI|ARM64.ActiveCfg = CI|ARM64
27+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.CI|ARM64.Build.0 = CI|ARM64
28+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.CI|x64.ActiveCfg = CI|x64
29+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.CI|x64.Build.0 = CI|x64
30+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.Publish|AnyCPU.ActiveCfg = Publish|AnyCPU
31+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.Publish|AnyCPU.Build.0 = Publish|AnyCPU
32+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.Publish|ARM64.ActiveCfg = Publish|ARM64
33+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.Publish|ARM64.Build.0 = Publish|ARM64
34+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.Publish|x64.ActiveCfg = Publish|x64
35+
{A0C2209D-64FB-4C11-9459-8E86304B6F94}.Publish|x64.Build.0 = Publish|x64
36+
EndGlobalSection
37+
EndGlobal

0 commit comments

Comments
 (0)