-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfit-gui.sln
51 lines (51 loc) · 3.43 KB
/
fit-gui.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fit.gui.common", "FitGuiCommon\fit.gui.common.csproj", "{47E60C7A-01CA-4DBF-A5F0-E64B84A4DBA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fit.gui.runner", "Runner\fit.gui.runner.csproj", "{2FA70072-EA56-4380-ABE3-B3BB240244D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProgressBar", "ProgressBar\ProgressBar.csproj", "{469F4ACE-4373-41F7-8F97-19908FAD452C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fit-gui", "fit-gui\fit-gui.csproj", "{82D2341D-A7F1-43BD-AA0D-A4FCF97B2FAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fit.gui.gtk", "fit-gui-gtk\fit.gui.gtk.csproj", "{E9049BF6-085B-41CA-A4DE-7902E17DA682}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Linux Debug|Any CPU = Linux Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2FA70072-EA56-4380-ABE3-B3BB240244D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FA70072-EA56-4380-ABE3-B3BB240244D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FA70072-EA56-4380-ABE3-B3BB240244D2}.Linux Debug|Any CPU.ActiveCfg = Linux Debug|Any CPU
{2FA70072-EA56-4380-ABE3-B3BB240244D2}.Linux Debug|Any CPU.Build.0 = Linux Debug|Any CPU
{2FA70072-EA56-4380-ABE3-B3BB240244D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FA70072-EA56-4380-ABE3-B3BB240244D2}.Release|Any CPU.Build.0 = Release|Any CPU
{469F4ACE-4373-41F7-8F97-19908FAD452C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{469F4ACE-4373-41F7-8F97-19908FAD452C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{469F4ACE-4373-41F7-8F97-19908FAD452C}.Linux Debug|Any CPU.ActiveCfg = Linux Debug|Any CPU
{469F4ACE-4373-41F7-8F97-19908FAD452C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{469F4ACE-4373-41F7-8F97-19908FAD452C}.Release|Any CPU.Build.0 = Release|Any CPU
{47E60C7A-01CA-4DBF-A5F0-E64B84A4DBA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47E60C7A-01CA-4DBF-A5F0-E64B84A4DBA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47E60C7A-01CA-4DBF-A5F0-E64B84A4DBA4}.Linux Debug|Any CPU.ActiveCfg = Linux Debug|Any CPU
{47E60C7A-01CA-4DBF-A5F0-E64B84A4DBA4}.Linux Debug|Any CPU.Build.0 = Linux Debug|Any CPU
{47E60C7A-01CA-4DBF-A5F0-E64B84A4DBA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47E60C7A-01CA-4DBF-A5F0-E64B84A4DBA4}.Release|Any CPU.Build.0 = Release|Any CPU
{82D2341D-A7F1-43BD-AA0D-A4FCF97B2FAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82D2341D-A7F1-43BD-AA0D-A4FCF97B2FAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82D2341D-A7F1-43BD-AA0D-A4FCF97B2FAF}.Linux Debug|Any CPU.ActiveCfg = Linux Debug|Any CPU
{82D2341D-A7F1-43BD-AA0D-A4FCF97B2FAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82D2341D-A7F1-43BD-AA0D-A4FCF97B2FAF}.Release|Any CPU.Build.0 = Release|Any CPU
{E9049BF6-085B-41CA-A4DE-7902E17DA682}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9049BF6-085B-41CA-A4DE-7902E17DA682}.Linux Debug|Any CPU.ActiveCfg = Linux Debug|Any CPU
{E9049BF6-085B-41CA-A4DE-7902E17DA682}.Linux Debug|Any CPU.Build.0 = Linux Debug|Any CPU
{E9049BF6-085B-41CA-A4DE-7902E17DA682}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = fit-gui-gtk\fit.gui.gtk.csproj
EndGlobalSection
EndGlobal