forked from mariugul/IPUserControls
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIPUserControls.sln
More file actions
37 lines (37 loc) · 2.05 KB
/
Copy pathIPUserControls.sln
File metadata and controls
37 lines (37 loc) · 2.05 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35707.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prototyping", "Prototyping\Prototyping.csproj", "{F481A6D4-E105-497E-8772-C736E9EEB1FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prototyping.Prism", "Prototyping Prism\Prototyping.Prism.csproj", "{4544605C-82B9-4164-9A21-11F04A7493E6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IPUserControls", "IPControls\IPUserControls.csproj", "{26B06B8D-8A21-4F40-A666-B73DDECB41D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F481A6D4-E105-497E-8772-C736E9EEB1FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F481A6D4-E105-497E-8772-C736E9EEB1FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F481A6D4-E105-497E-8772-C736E9EEB1FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F481A6D4-E105-497E-8772-C736E9EEB1FB}.Release|Any CPU.Build.0 = Release|Any CPU
{4544605C-82B9-4164-9A21-11F04A7493E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4544605C-82B9-4164-9A21-11F04A7493E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4544605C-82B9-4164-9A21-11F04A7493E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4544605C-82B9-4164-9A21-11F04A7493E6}.Release|Any CPU.Build.0 = Release|Any CPU
{26B06B8D-8A21-4F40-A666-B73DDECB41D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26B06B8D-8A21-4F40-A666-B73DDECB41D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26B06B8D-8A21-4F40-A666-B73DDECB41D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26B06B8D-8A21-4F40-A666-B73DDECB41D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66DA82CF-0185-4987-B2B5-ADF54441243C}
EndGlobalSection
EndGlobal