-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathPosthog.NET.sln
37 lines (37 loc) · 1.99 KB
/
Posthog.NET.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 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PostHog.NET", "Posthog.NET\PostHog.NET.csproj", "{89277FEF-E179-4C7B-BA6F-62B04A1C59FC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{2EB8F5F5-306D-48F3-8125-AEDF2D34CEC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{80E7F21F-442C-4E70-BE90-E656CF43B3B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89277FEF-E179-4C7B-BA6F-62B04A1C59FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89277FEF-E179-4C7B-BA6F-62B04A1C59FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89277FEF-E179-4C7B-BA6F-62B04A1C59FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89277FEF-E179-4C7B-BA6F-62B04A1C59FC}.Release|Any CPU.Build.0 = Release|Any CPU
{2EB8F5F5-306D-48F3-8125-AEDF2D34CEC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EB8F5F5-306D-48F3-8125-AEDF2D34CEC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EB8F5F5-306D-48F3-8125-AEDF2D34CEC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EB8F5F5-306D-48F3-8125-AEDF2D34CEC0}.Release|Any CPU.Build.0 = Release|Any CPU
{80E7F21F-442C-4E70-BE90-E656CF43B3B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80E7F21F-442C-4E70-BE90-E656CF43B3B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80E7F21F-442C-4E70-BE90-E656CF43B3B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80E7F21F-442C-4E70-BE90-E656CF43B3B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {651DC6A1-403E-4D37-B00B-EB3CE896B841}
EndGlobalSection
EndGlobal