-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRevitVersion.DefineConstants.sln
50 lines (50 loc) · 2.84 KB
/
RevitVersion.DefineConstants.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.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RevitVersion.DefineConstants", "RevitVersion.DefineConstants\RevitVersion.DefineConstants.csproj", "{92328A76-ABD3-4197-AB06-19741F2F4566}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "Build\Build.csproj", "{0B30860B-8D9D-4138-9655-5823A9ADCFB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{762FAA33-5139-481F-A53F-1F260985DCB9}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RevitVersion.DefineConstants.Sample", "RevitVersion.DefineConstants.Sample\RevitVersion.DefineConstants.Sample.csproj", "{A6A89BCB-55F2-4918-AED1-8E47373740AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RevitVersion.DefineConstants.Tests", "RevitVersion.DefineConstants.Tests\RevitVersion.DefineConstants.Tests.csproj", "{B5D24A3F-5DEE-4086-8311-6984861C6DC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92328A76-ABD3-4197-AB06-19741F2F4566}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92328A76-ABD3-4197-AB06-19741F2F4566}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92328A76-ABD3-4197-AB06-19741F2F4566}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92328A76-ABD3-4197-AB06-19741F2F4566}.Release|Any CPU.Build.0 = Release|Any CPU
{0B30860B-8D9D-4138-9655-5823A9ADCFB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B30860B-8D9D-4138-9655-5823A9ADCFB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6A89BCB-55F2-4918-AED1-8E47373740AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6A89BCB-55F2-4918-AED1-8E47373740AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6A89BCB-55F2-4918-AED1-8E47373740AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6A89BCB-55F2-4918-AED1-8E47373740AB}.Release|Any CPU.Build.0 = Release|Any CPU
{B5D24A3F-5DEE-4086-8311-6984861C6DC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5D24A3F-5DEE-4086-8311-6984861C6DC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5D24A3F-5DEE-4086-8311-6984861C6DC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5D24A3F-5DEE-4086-8311-6984861C6DC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {28E9858A-A611-41EA-8898-E8921DBA8668}
EndGlobalSection
EndGlobal