-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDZen.DynamicTypeBuilder.sln
42 lines (42 loc) · 2.41 KB
/
DZen.DynamicTypeBuilder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DZen.DynamicTypeBuilder", "DZen.DynamicTypeBuilder\DZen.DynamicTypeBuilder.csproj", "{AD0246D3-06A6-4E82-ABA4-F2B4D729D0D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DZen.DynamicTypeBuilder.Test", "DZen.DynamicTypeBuilder.Test\DZen.DynamicTypeBuilder.Test.csproj", "{E749254E-5014-422E-B243-7C2279D9072D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DZen.DynamicTypeBuilder.AssemblySaver", "DZen.DynamicTypeBuilder.AssemblySaver\DZen.DynamicTypeBuilder.AssemblySaver.csproj", "{C3E2FE03-8769-47E4-9AF1-E08E18AEDE1E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8A7D8586-21AF-4F63-A7F2-555B214EC86C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD0246D3-06A6-4E82-ABA4-F2B4D729D0D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD0246D3-06A6-4E82-ABA4-F2B4D729D0D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD0246D3-06A6-4E82-ABA4-F2B4D729D0D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD0246D3-06A6-4E82-ABA4-F2B4D729D0D2}.Release|Any CPU.Build.0 = Release|Any CPU
{E749254E-5014-422E-B243-7C2279D9072D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E749254E-5014-422E-B243-7C2279D9072D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E749254E-5014-422E-B243-7C2279D9072D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E749254E-5014-422E-B243-7C2279D9072D}.Release|Any CPU.Build.0 = Release|Any CPU
{C3E2FE03-8769-47E4-9AF1-E08E18AEDE1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3E2FE03-8769-47E4-9AF1-E08E18AEDE1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3E2FE03-8769-47E4-9AF1-E08E18AEDE1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3E2FE03-8769-47E4-9AF1-E08E18AEDE1E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6BEA2B26-67E1-4240-BDB9-FB81BC0EAB17}
EndGlobalSection
EndGlobal