Skip to content

Commit c664748

Browse files
committed
chore: standardize solution configuration (Debug/Release + AnyCPU)
1 parent a36e106 commit c664748

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<Solution>
22
<Configurations>
3-
<BuildType Name="Debug" />
4-
<BuildType Name="Release" />
5-
<Platform Name="Any CPU" />
6-
<Platform Name="arm64" />
7-
<Platform Name="x86" />
3+
<Configuration Name="Debug" />
4+
<Configuration Name="Release" />
5+
<Platform Name="AnyCPU" />
86
</Configurations>
97
<Project Path="CodingWithCalvin.ProjectRenamifier/CodingWithCalvin.ProjectRenamifier.csproj" />
108
</Solution>

0 commit comments

Comments
 (0)