Skip to content

Commit

Permalink
(#63) Shared: add a new project for the platform-independent code
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Dec 30, 2022
1 parent c5e737c commit 2c0daae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WpfMath.Shared/WpfMath.Shared.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net452</TargetFrameworks>
<RootNamespace>WpfMath</RootNamespace>
</PropertyGroup>

</Project>
6 changes: 6 additions & 0 deletions WpfMath.sln
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ ProjectSection(SolutionItems) = preProject
.github\workflows\nuget.yml = .github\workflows\nuget.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfMath.Shared", "WpfMath.Shared\WpfMath.Shared.csproj", "{F47FD7D7-3BFA-42BA-BEC6-68280596EE08}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -65,6 +67,10 @@ Global
{F19E5FB1-EE6B-4A48-A522-41F30676BE41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F19E5FB1-EE6B-4A48-A522-41F30676BE41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F19E5FB1-EE6B-4A48-A522-41F30676BE41}.Release|Any CPU.Build.0 = Release|Any CPU
{F47FD7D7-3BFA-42BA-BEC6-68280596EE08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F47FD7D7-3BFA-42BA-BEC6-68280596EE08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F47FD7D7-3BFA-42BA-BEC6-68280596EE08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F47FD7D7-3BFA-42BA-BEC6-68280596EE08}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 2c0daae

Please sign in to comment.