-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCustomProperties.sln
More file actions
50 lines (50 loc) · 2.79 KB
/
CustomProperties.sln
File metadata and controls
50 lines (50 loc) · 2.79 KB
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 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomProperties", "CustomProperties\CustomProperties.vcxproj", "{AFFED8D3-935E-4CA2-92B6-C8B619F63410}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomPropertiesPS", "CustomPropertiesPS\CustomPropertiesPS.vcxproj", "{74F94D57-D3B4-458D-ADCA-1E67F54C1443}"
ProjectSection(ProjectDependencies) = postProject
{AFFED8D3-935E-4CA2-92B6-C8B619F63410} = {AFFED8D3-935E-4CA2-92B6-C8B619F63410}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomProperties.Test", "CustomProperties.Test\CustomProperties.Test.vcxproj", "{8346F989-131A-4774-87A9-43CEE76186BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFFED8D3-935E-4CA2-92B6-C8B619F63410}.Debug|x64.ActiveCfg = Debug|x64
{AFFED8D3-935E-4CA2-92B6-C8B619F63410}.Debug|x64.Build.0 = Debug|x64
{AFFED8D3-935E-4CA2-92B6-C8B619F63410}.Debug|x86.ActiveCfg = Debug|Win32
{AFFED8D3-935E-4CA2-92B6-C8B619F63410}.Debug|x86.Build.0 = Debug|Win32
{AFFED8D3-935E-4CA2-92B6-C8B619F63410}.Release|x64.ActiveCfg = Release|x64
{AFFED8D3-935E-4CA2-92B6-C8B619F63410}.Release|x64.Build.0 = Release|x64
{AFFED8D3-935E-4CA2-92B6-C8B619F63410}.Release|x86.ActiveCfg = Release|Win32
{AFFED8D3-935E-4CA2-92B6-C8B619F63410}.Release|x86.Build.0 = Release|Win32
{74F94D57-D3B4-458D-ADCA-1E67F54C1443}.Debug|x64.ActiveCfg = Debug|x64
{74F94D57-D3B4-458D-ADCA-1E67F54C1443}.Debug|x86.ActiveCfg = Debug|Win32
{74F94D57-D3B4-458D-ADCA-1E67F54C1443}.Release|x64.ActiveCfg = Release|x64
{74F94D57-D3B4-458D-ADCA-1E67F54C1443}.Release|x86.ActiveCfg = Release|Win32
{8346F989-131A-4774-87A9-43CEE76186BB}.Debug|x64.ActiveCfg = Debug|x64
{8346F989-131A-4774-87A9-43CEE76186BB}.Debug|x64.Build.0 = Debug|x64
{8346F989-131A-4774-87A9-43CEE76186BB}.Debug|x86.ActiveCfg = Debug|Win32
{8346F989-131A-4774-87A9-43CEE76186BB}.Debug|x86.Build.0 = Debug|Win32
{8346F989-131A-4774-87A9-43CEE76186BB}.Release|x64.ActiveCfg = Release|x64
{8346F989-131A-4774-87A9-43CEE76186BB}.Release|x64.Build.0 = Release|x64
{8346F989-131A-4774-87A9-43CEE76186BB}.Release|x86.ActiveCfg = Release|Win32
{8346F989-131A-4774-87A9-43CEE76186BB}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B02BE28A-413A-467A-B18F-D097C43A7494}
EndGlobalSection
EndGlobal