This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFluid.sln
29 lines (29 loc) · 1.43 KB
/
Fluid.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35103.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Riverside.Fluid.Runtime", "Runtime\Riverside.Fluid.Runtime.pyproj", "{477906CF-1078-469E-9816-3CD61142D08A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Riverside.Fluid", "Riverside.Fluid\Riverside.Fluid.csproj", "{18E5C7E4-CF7F-4089-A309-1A2B18D9ED2E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{477906CF-1078-469E-9816-3CD61142D08A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{477906CF-1078-469E-9816-3CD61142D08A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18E5C7E4-CF7F-4089-A309-1A2B18D9ED2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18E5C7E4-CF7F-4089-A309-1A2B18D9ED2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18E5C7E4-CF7F-4089-A309-1A2B18D9ED2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18E5C7E4-CF7F-4089-A309-1A2B18D9ED2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {729638F9-3730-4097-B425-E536AACEA4B1}
EndGlobalSection
EndGlobal