-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathQlik2DataRobot.sln
41 lines (41 loc) · 2.43 KB
/
Qlik2DataRobot.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Qlik2DataRobot", "Qlik2DataRobot\Qlik2DataRobot.csproj", "{07A35C61-85B2-499F-8140-984058AD6AFA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Qlik2DataRobotWin", "Qlik2DataRobotWin\Qlik2DataRobotWin.csproj", "{4FE2015A-5172-4F69-AD5F-120F83AE25C4}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Qlik2DataRobot Installer", "Qlik2DataRobot Windows Installer\Qlik2DataRobot Windows Installer.vdproj", "{1653F777-89A6-4343-84E9-ADAC85B83291}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Qlik2DataRobotService", "Qlik2DataRobotService\Qlik2DataRobotService.csproj", "{C232796B-B7BB-45F4-837B-5345FB4E813E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07A35C61-85B2-499F-8140-984058AD6AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07A35C61-85B2-499F-8140-984058AD6AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07A35C61-85B2-499F-8140-984058AD6AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07A35C61-85B2-499F-8140-984058AD6AFA}.Release|Any CPU.Build.0 = Release|Any CPU
{4FE2015A-5172-4F69-AD5F-120F83AE25C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FE2015A-5172-4F69-AD5F-120F83AE25C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FE2015A-5172-4F69-AD5F-120F83AE25C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FE2015A-5172-4F69-AD5F-120F83AE25C4}.Release|Any CPU.Build.0 = Release|Any CPU
{1653F777-89A6-4343-84E9-ADAC85B83291}.Debug|Any CPU.ActiveCfg = Debug
{1653F777-89A6-4343-84E9-ADAC85B83291}.Release|Any CPU.ActiveCfg = Release
{C232796B-B7BB-45F4-837B-5345FB4E813E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C232796B-B7BB-45F4-837B-5345FB4E813E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C232796B-B7BB-45F4-837B-5345FB4E813E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C232796B-B7BB-45F4-837B-5345FB4E813E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A39A0C59-978F-4F0C-B449-D746B8DDFB6E}
EndGlobalSection
EndGlobal