forked from statisticssweden/PCAxis.Serializers.JsonStat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PCAxis.Serializers.JsonStat.sln
31 lines (31 loc) · 1.71 KB
/
PCAxis.Serializers.JsonStat.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PCAxis.Serializers.JsonStat", "PCAxis.Serializers.JsonStat\PCAxis.Serializers.JsonStat.csproj", "{43AFCB71-878E-4EF1-A8BD-8869BA5DEBF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PCAxis.Serializers.JsonStat.UnitTest", "PCAxis.Serializers.JsonStat.UnitTest\PCAxis.Serializers.JsonStat.UnitTest.csproj", "{A9AA3076-B3EE-4787-B0E7-E9247D69BC03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43AFCB71-878E-4EF1-A8BD-8869BA5DEBF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43AFCB71-878E-4EF1-A8BD-8869BA5DEBF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43AFCB71-878E-4EF1-A8BD-8869BA5DEBF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43AFCB71-878E-4EF1-A8BD-8869BA5DEBF1}.Release|Any CPU.Build.0 = Release|Any CPU
{A9AA3076-B3EE-4787-B0E7-E9247D69BC03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9AA3076-B3EE-4787-B0E7-E9247D69BC03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9AA3076-B3EE-4787-B0E7-E9247D69BC03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9AA3076-B3EE-4787-B0E7-E9247D69BC03}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC0E6167-58D6-4508-AC0F-97026641B7FC}
EndGlobalSection
EndGlobal