This repository was archived by the owner on Jun 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPostSharp.Community.Packer.sln
More file actions
56 lines (56 loc) · 3.28 KB
/
Copy pathPostSharp.Community.Packer.sln
File metadata and controls
56 lines (56 loc) · 3.28 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 Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weaver", "Weaver\Weaver.csproj", "{E7C4CA26-F0FC-4FD8-B6AC-A996C5635C61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{F50CA89A-7A52-4934-B3FC-2FFB69813421}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C6F4F1FC-63DF-4B04-A521-EEE2C58F6A66}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
PostSharp.Community.Packer.nuspec = PostSharp.Community.Packer.nuspec
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAssembly.WithReferences", "TestAssembly.WithReferences\TestAssembly.WithReferences.csproj", "{CC83242C-6A58-4338-9BC3-C2C3D83C888A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "Client\Client.csproj", "{B7B0CE10-C0A4-4D53-8CAF-1BD3875A915E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests.WPF", "Tests.WPF\Tests.WPF.csproj", "{B10CD300-6B98-4265-B24A-755B5617FF6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7C4CA26-F0FC-4FD8-B6AC-A996C5635C61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7C4CA26-F0FC-4FD8-B6AC-A996C5635C61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7C4CA26-F0FC-4FD8-B6AC-A996C5635C61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7C4CA26-F0FC-4FD8-B6AC-A996C5635C61}.Release|Any CPU.Build.0 = Release|Any CPU
{F50CA89A-7A52-4934-B3FC-2FFB69813421}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F50CA89A-7A52-4934-B3FC-2FFB69813421}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F50CA89A-7A52-4934-B3FC-2FFB69813421}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F50CA89A-7A52-4934-B3FC-2FFB69813421}.Release|Any CPU.Build.0 = Release|Any CPU
{CC83242C-6A58-4338-9BC3-C2C3D83C888A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC83242C-6A58-4338-9BC3-C2C3D83C888A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC83242C-6A58-4338-9BC3-C2C3D83C888A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC83242C-6A58-4338-9BC3-C2C3D83C888A}.Release|Any CPU.Build.0 = Release|Any CPU
{B7B0CE10-C0A4-4D53-8CAF-1BD3875A915E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7B0CE10-C0A4-4D53-8CAF-1BD3875A915E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7B0CE10-C0A4-4D53-8CAF-1BD3875A915E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7B0CE10-C0A4-4D53-8CAF-1BD3875A915E}.Release|Any CPU.Build.0 = Release|Any CPU
{B10CD300-6B98-4265-B24A-755B5617FF6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B10CD300-6B98-4265-B24A-755B5617FF6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B10CD300-6B98-4265-B24A-755B5617FF6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B10CD300-6B98-4265-B24A-755B5617FF6F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13A5FBD0-0C69-49D5-B124-99359D281270}
EndGlobalSection
EndGlobal