forked from specklesystems/speckle-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConnectorCSI.slnf
25 lines (25 loc) · 1.27 KB
/
ConnectorCSI.slnf
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
{
"solution": {
"path": "..\\All.sln",
"projects": [
"ConnectorCSI\\ConnectorCSIBridge\\ConnectorCSIBridge.csproj",
"ConnectorCSI\\ConnectorCSIShared\\ConnectorCSIShared.shproj",
"ConnectorCSI\\ConnectorETABS\\ConnectorETABS.csproj",
"ConnectorCSI\\ConnectorSAFE\\ConnectorSAFE.csproj",
"ConnectorCSI\\ConnectorSAP2000\\ConnectorSAP2000.csproj",
"ConnectorCSI\\DriverCSharp\\DriverCSharp.csproj",
"ConnectorCSI\\DriverPluginCSharp\\DriverPluginCSharp.csproj",
"Core\\Core\\Core.csproj",
"Core\\Transports\\DiskTransport\\DiskTransport.csproj",
"DesktopUI2\\DesktopUI2\\DesktopUI2.csproj",
"Objects\\Converters\\ConverterCSI\\ConverterCSIBridge\\ConverterCSIBridge.csproj",
"Objects\\Converters\\ConverterCSI\\ConverterCSIShared\\ConverterCSIShared.shproj",
"Objects\\Converters\\ConverterCSI\\ConverterETABS\\ConverterETABS.csproj",
"Objects\\Converters\\ConverterCSI\\ConverterSAFE\\ConverterSAFE.csproj",
"Objects\\Converters\\ConverterCSI\\ConverterSAP2000\\ConverterSAP2000.csproj",
"Objects\\Converters\\StructuralUtilities\\PolygonMesher\\PolygonMesher.csproj",
"Objects\\Objects\\Objects.csproj",
"Objects\\Tests\\Objects.Tests.Unit\\Objects.Tests.Unit.csproj"
]
}
}