-
Notifications
You must be signed in to change notification settings - Fork 0
/
UBinarySerializer.sln
37 lines (37 loc) · 2.13 KB
/
UBinarySerializer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31313.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UBinarySerializer", "UBinarySerializer\UBinarySerializer.csproj", "{DD85A7C1-6ED9-4B1D-AAF3-70D5C774D325}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UBinarySerializer.Test", "UBinarySerializer.Test\UBinarySerializer.Test.csproj", "{F2560778-A956-42ED-B826-FD338EDD83EF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UBinarySerializer.RegistryTest", "UBinarySerializer.RegistryTest\UBinarySerializer.RegistryTest.csproj", "{2012A475-3B2B-4D1A-AB18-E6284EC717DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD85A7C1-6ED9-4B1D-AAF3-70D5C774D325}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD85A7C1-6ED9-4B1D-AAF3-70D5C774D325}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD85A7C1-6ED9-4B1D-AAF3-70D5C774D325}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD85A7C1-6ED9-4B1D-AAF3-70D5C774D325}.Release|Any CPU.Build.0 = Release|Any CPU
{F2560778-A956-42ED-B826-FD338EDD83EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2560778-A956-42ED-B826-FD338EDD83EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2560778-A956-42ED-B826-FD338EDD83EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2560778-A956-42ED-B826-FD338EDD83EF}.Release|Any CPU.Build.0 = Release|Any CPU
{2012A475-3B2B-4D1A-AB18-E6284EC717DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2012A475-3B2B-4D1A-AB18-E6284EC717DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2012A475-3B2B-4D1A-AB18-E6284EC717DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2012A475-3B2B-4D1A-AB18-E6284EC717DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4409208D-5B96-4668-859A-5C4C0FF1924A}
EndGlobalSection
EndGlobal