forked from chuongmep/RevitAddInManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AddInManager.sln
50 lines (50 loc) · 2.8 KB
/
AddInManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32104.313
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RevitTest", "RevitTest\RevitTest.csproj", "{D2F76E6D-2F22-4E04-8321-21118F0DF582}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project", "Project", "{A8C653F0-9815-4238-A744-600D90EB1DD5}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
Readme.MD = Readme.MD
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RevitAddinManager", "AddInManager\RevitAddinManager.csproj", "{C872CDA2-93F5-4681-BD2F-207EACF83D2E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Installer", "Installer\Installer.csproj", "{E3C87D34-638C-47A0-A73A-D967B119458D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "Build\Build.csproj", "{5016ED6D-5A9A-4F59-AE49-CAA9615798F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Installer|Any CPU = Installer|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2F76E6D-2F22-4E04-8321-21118F0DF582}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2F76E6D-2F22-4E04-8321-21118F0DF582}.Installer|Any CPU.ActiveCfg = Installer|Any CPU
{D2F76E6D-2F22-4E04-8321-21118F0DF582}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C872CDA2-93F5-4681-BD2F-207EACF83D2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C872CDA2-93F5-4681-BD2F-207EACF83D2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C872CDA2-93F5-4681-BD2F-207EACF83D2E}.Installer|Any CPU.ActiveCfg = Installer|Any CPU
{C872CDA2-93F5-4681-BD2F-207EACF83D2E}.Installer|Any CPU.Build.0 = Installer|Any CPU
{C872CDA2-93F5-4681-BD2F-207EACF83D2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C872CDA2-93F5-4681-BD2F-207EACF83D2E}.Release|Any CPU.Build.0 = Release|Any CPU
{E3C87D34-638C-47A0-A73A-D967B119458D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3C87D34-638C-47A0-A73A-D967B119458D}.Installer|Any CPU.ActiveCfg = Installer|Any CPU
{E3C87D34-638C-47A0-A73A-D967B119458D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3C87D34-638C-47A0-A73A-D967B119458D}.Release|Any CPU.Build.0 = Release|Any CPU
{5016ED6D-5A9A-4F59-AE49-CAA9615798F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5016ED6D-5A9A-4F59-AE49-CAA9615798F7}.Installer|Any CPU.ActiveCfg = Installer|Any CPU
{5016ED6D-5A9A-4F59-AE49-CAA9615798F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {643A390B-9A69-47FB-8488-8D418ECBD0FC}
EndGlobalSection
EndGlobal