-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSESimulator.sln
More file actions
38 lines (38 loc) · 2.41 KB
/
Copy pathSESimulator.sln
File metadata and controls
38 lines (38 loc) · 2.41 KB
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
30
31
32
33
34
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SESimulator", "SESimulator\SESimulator.csproj", "{BBA7A095-0AFF-44E0-912C-E7450B6AA237}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SESimulator.Dev", "SESimulator.Dev\SESimulator.Dev.csproj", "{EFE47A6A-9C2B-462D-9330-E1B99C835207}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Script.RefineryBalance", "Script.RefineryBalance\Script.RefineryBalance.csproj", "{824F0D15-4268-4C2B-BB62-386A6CF23398}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Script.RefineryBalance.v2", "Script.RefineryBalance.v2\Script.RefineryBalance.v2.csproj", "{98365D05-7171-4E9B-BCBA-4D1C75306C40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BBA7A095-0AFF-44E0-912C-E7450B6AA237}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBA7A095-0AFF-44E0-912C-E7450B6AA237}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBA7A095-0AFF-44E0-912C-E7450B6AA237}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBA7A095-0AFF-44E0-912C-E7450B6AA237}.Release|Any CPU.Build.0 = Release|Any CPU
{EFE47A6A-9C2B-462D-9330-E1B99C835207}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFE47A6A-9C2B-462D-9330-E1B99C835207}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFE47A6A-9C2B-462D-9330-E1B99C835207}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFE47A6A-9C2B-462D-9330-E1B99C835207}.Release|Any CPU.Build.0 = Release|Any CPU
{824F0D15-4268-4C2B-BB62-386A6CF23398}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{824F0D15-4268-4C2B-BB62-386A6CF23398}.Debug|Any CPU.Build.0 = Debug|Any CPU
{824F0D15-4268-4C2B-BB62-386A6CF23398}.Release|Any CPU.ActiveCfg = Release|Any CPU
{824F0D15-4268-4C2B-BB62-386A6CF23398}.Release|Any CPU.Build.0 = Release|Any CPU
{98365D05-7171-4E9B-BCBA-4D1C75306C40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98365D05-7171-4E9B-BCBA-4D1C75306C40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98365D05-7171-4E9B-BCBA-4D1C75306C40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98365D05-7171-4E9B-BCBA-4D1C75306C40}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal