forked from koechlm/Vault-Job-Processor---iLogic-Extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Autodesk.VltInvSrv.iLogicSampleJob.sln
51 lines (51 loc) · 2.7 KB
/
Autodesk.VltInvSrv.iLogicSampleJob.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 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autodesk.VltInvSrv.iLogicSampleJob", "Autodesk.VltInvSrv.iLogicSampleJob\Autodesk.VltInvSrv.iLogicSampleJob.csproj", "{4D95A809-1C6A-4E1E-B885-7F5F69E94C7D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B6CAAFAE-36EA-48F7-8324-43970F259CAF}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup1\Setup1.vdproj", "{945236AB-7DC9-4DA5-BABA-6578CA50273B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
x64|Any CPU = x64|Any CPU
x64|x64 = x64|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D95A809-1C6A-4E1E-B885-7F5F69E94C7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D95A809-1C6A-4E1E-B885-7F5F69E94C7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D95A809-1C6A-4E1E-B885-7F5F69E94C7D}.Debug|x64.ActiveCfg = Debug|x64
{4D95A809-1C6A-4E1E-B885-7F5F69E94C7D}.Debug|x64.Build.0 = Debug|x64
{4D95A809-1C6A-4E1E-B885-7F5F69E94C7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D95A809-1C6A-4E1E-B885-7F5F69E94C7D}.Release|Any CPU.Build.0 = Release|Any CPU
{4D95A809-1C6A-4E1E-B885-7F5F69E94C7D}.Release|x64.ActiveCfg = Release|Any CPU
{4D95A809-1C6A-4E1E-B885-7F5F69E94C7D}.Release|x64.Build.0 = Release|Any CPU
{4D95A809-1C6A-4E1E-B885-7F5F69E94C7D}.x64|Any CPU.ActiveCfg = Release|Any CPU
{4D95A809-1C6A-4E1E-B885-7F5F69E94C7D}.x64|Any CPU.Build.0 = Release|Any CPU
{4D95A809-1C6A-4E1E-B885-7F5F69E94C7D}.x64|x64.ActiveCfg = Release|x64
{4D95A809-1C6A-4E1E-B885-7F5F69E94C7D}.x64|x64.Build.0 = Release|x64
{945236AB-7DC9-4DA5-BABA-6578CA50273B}.Debug|Any CPU.ActiveCfg = Debug
{945236AB-7DC9-4DA5-BABA-6578CA50273B}.Debug|x64.ActiveCfg = Debug
{945236AB-7DC9-4DA5-BABA-6578CA50273B}.Release|Any CPU.ActiveCfg = Release
{945236AB-7DC9-4DA5-BABA-6578CA50273B}.Release|Any CPU.Build.0 = Release
{945236AB-7DC9-4DA5-BABA-6578CA50273B}.Release|x64.ActiveCfg = Release
{945236AB-7DC9-4DA5-BABA-6578CA50273B}.x64|Any CPU.ActiveCfg = Debug
{945236AB-7DC9-4DA5-BABA-6578CA50273B}.x64|x64.ActiveCfg = Debug
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {591BBBE1-5B25-4D32-8590-183DB0E3EBD7}
EndGlobalSection
EndGlobal