diff options
Diffstat (limited to 'Client/Project/VisualStudio/PND.sln')
-rw-r--r-- | Client/Project/VisualStudio/PND.sln | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Client/Project/VisualStudio/PND.sln b/Client/Project/VisualStudio/PND.sln index 9ed6290..3f8e91f 100644 --- a/Client/Project/VisualStudio/PND.sln +++ b/Client/Project/VisualStudio/PND.sln @@ -11,6 +11,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Sand2D", "Sand2D\Sand2D.vcx EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fixed-point", "fixed-point\fixed-point.vcxproj", "{D156880C-4476-4919-9FDA-5747912E76D3}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Phy2Dlite", "Phy2Dlite\Phy2Dlite.vcxproj", "{F6C185DE-D998-4C8F-BAFE-2B3111460D98}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -51,6 +53,14 @@ Global {D156880C-4476-4919-9FDA-5747912E76D3}.Release|x64.Build.0 = Release|x64 {D156880C-4476-4919-9FDA-5747912E76D3}.Release|x86.ActiveCfg = Release|Win32 {D156880C-4476-4919-9FDA-5747912E76D3}.Release|x86.Build.0 = Release|Win32 + {F6C185DE-D998-4C8F-BAFE-2B3111460D98}.Debug|x64.ActiveCfg = Debug|x64 + {F6C185DE-D998-4C8F-BAFE-2B3111460D98}.Debug|x64.Build.0 = Debug|x64 + {F6C185DE-D998-4C8F-BAFE-2B3111460D98}.Debug|x86.ActiveCfg = Debug|Win32 + {F6C185DE-D998-4C8F-BAFE-2B3111460D98}.Debug|x86.Build.0 = Debug|Win32 + {F6C185DE-D998-4C8F-BAFE-2B3111460D98}.Release|x64.ActiveCfg = Release|x64 + {F6C185DE-D998-4C8F-BAFE-2B3111460D98}.Release|x64.Build.0 = Release|x64 + {F6C185DE-D998-4C8F-BAFE-2B3111460D98}.Release|x86.ActiveCfg = Release|Win32 + {F6C185DE-D998-4C8F-BAFE-2B3111460D98}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |