-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWpfExample.sln
More file actions
56 lines (56 loc) · 3.35 KB
/
WpfExample.sln
File metadata and controls
56 lines (56 loc) · 3.35 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
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfExampleProgram", "WpfExampleProgram\WpfExampleProgram.csproj", "{2C2EEE13-7BB9-48C4-B75E-21370031F332}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{62AFD97A-A2DA-4781-8BD5-010FBCB73B05}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{408C7D28-A4D0-421B-A7B8-A01A25FCCEED}"
ProjectSection(SolutionItems) = preProject
Settings.StyleCop = Settings.StyleCop
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataModel", "DataModel\DataModel.csproj", "{57A04E40-6071-4B0D-B69B-70ADE9CBB612}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataModel-tests", "DataModel-tests\DataModel-tests.csproj", "{AF914E48-E86D-47CE-AAE3-83D6E2A5A14E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserControls", "UserControls\UserControls.csproj", "{9F857507-5595-476A-A3D3-02B738552AC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserControls-tests", "UserControls-tests\UserControls-tests.csproj", "{BB0B6D3F-B77E-4D92-8173-997D0444FC03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C2EEE13-7BB9-48C4-B75E-21370031F332}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C2EEE13-7BB9-48C4-B75E-21370031F332}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C2EEE13-7BB9-48C4-B75E-21370031F332}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C2EEE13-7BB9-48C4-B75E-21370031F332}.Release|Any CPU.Build.0 = Release|Any CPU
{57A04E40-6071-4B0D-B69B-70ADE9CBB612}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57A04E40-6071-4B0D-B69B-70ADE9CBB612}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57A04E40-6071-4B0D-B69B-70ADE9CBB612}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57A04E40-6071-4B0D-B69B-70ADE9CBB612}.Release|Any CPU.Build.0 = Release|Any CPU
{AF914E48-E86D-47CE-AAE3-83D6E2A5A14E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF914E48-E86D-47CE-AAE3-83D6E2A5A14E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF914E48-E86D-47CE-AAE3-83D6E2A5A14E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF914E48-E86D-47CE-AAE3-83D6E2A5A14E}.Release|Any CPU.Build.0 = Release|Any CPU
{9F857507-5595-476A-A3D3-02B738552AC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F857507-5595-476A-A3D3-02B738552AC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F857507-5595-476A-A3D3-02B738552AC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F857507-5595-476A-A3D3-02B738552AC4}.Release|Any CPU.Build.0 = Release|Any CPU
{BB0B6D3F-B77E-4D92-8173-997D0444FC03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB0B6D3F-B77E-4D92-8173-997D0444FC03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB0B6D3F-B77E-4D92-8173-997D0444FC03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB0B6D3F-B77E-4D92-8173-997D0444FC03}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal