-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathSharpSerializer.sln
49 lines (49 loc) · 3.24 KB
/
SharpSerializer.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
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpSerializer", "SharpSerializer\SharpSerializer.csproj", "{2B237602-4A30-4435-B03C-1E8DC64799FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloWorldApp", "HelloWorldApp\HelloWorldApp.csproj", "{2E6D6B60-3329-4369-B45D-2141311F0EFF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpSerializer.Tests", "SharpSerializer.Tests\SharpSerializer.Tests.csproj", "{2CB6287C-B769-4080-AF69-F7B24528CFDC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpSerializer.AutofacInstanceCreator", "SharpSerializer.AutofacInstanceCreator\SharpSerializer.AutofacInstanceCreator.csproj", "{C2892F89-5D5C-4B9A-9C8F-1580482EA930}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpSerializer.AutofacInstanceCreator.Tests", "SharpSerializer.AutofacInstanceCreator.Tests\SharpSerializer.AutofacInstanceCreator.Tests.csproj", "{EF6B3F62-F1FA-48C0-AB1C-7B2B792D7653}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B237602-4A30-4435-B03C-1E8DC64799FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B237602-4A30-4435-B03C-1E8DC64799FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B237602-4A30-4435-B03C-1E8DC64799FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B237602-4A30-4435-B03C-1E8DC64799FA}.Release|Any CPU.Build.0 = Release|Any CPU
{2E6D6B60-3329-4369-B45D-2141311F0EFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E6D6B60-3329-4369-B45D-2141311F0EFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E6D6B60-3329-4369-B45D-2141311F0EFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E6D6B60-3329-4369-B45D-2141311F0EFF}.Release|Any CPU.Build.0 = Release|Any CPU
{2CB6287C-B769-4080-AF69-F7B24528CFDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CB6287C-B769-4080-AF69-F7B24528CFDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CB6287C-B769-4080-AF69-F7B24528CFDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CB6287C-B769-4080-AF69-F7B24528CFDC}.Release|Any CPU.Build.0 = Release|Any CPU
{C2892F89-5D5C-4B9A-9C8F-1580482EA930}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2892F89-5D5C-4B9A-9C8F-1580482EA930}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2892F89-5D5C-4B9A-9C8F-1580482EA930}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2892F89-5D5C-4B9A-9C8F-1580482EA930}.Release|Any CPU.Build.0 = Release|Any CPU
{EF6B3F62-F1FA-48C0-AB1C-7B2B792D7653}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF6B3F62-F1FA-48C0-AB1C-7B2B792D7653}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF6B3F62-F1FA-48C0-AB1C-7B2B792D7653}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF6B3F62-F1FA-48C0-AB1C-7B2B792D7653}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13209A18-56EF-4A38-8A8A-EE00878436F8}
EndGlobalSection
EndGlobal