This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
forked from marchello2000/AmplitudeSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AmplitudeSharp.sln
42 lines (42 loc) · 2.23 KB
/
AmplitudeSharp.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 15
VisualStudioVersion = 15.0.27428.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AmplitudeSharp", "AmplitudeSharp\AmplitudeSharp.csproj", "{D8A6ABA8-3B25-4D8E-9B29-D6BA8BF83DAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfExample", "WpfExample\WpfExample.csproj", "{43A01B5F-35A1-4DC0-88DD-769253F5E648}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{ADC2226D-834A-4E5F-8BE5-9A36F33243DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DEC4A6D6-50C6-4393-8A36-55F5FACFC16D}"
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
{D8A6ABA8-3B25-4D8E-9B29-D6BA8BF83DAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8A6ABA8-3B25-4D8E-9B29-D6BA8BF83DAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8A6ABA8-3B25-4D8E-9B29-D6BA8BF83DAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8A6ABA8-3B25-4D8E-9B29-D6BA8BF83DAB}.Release|Any CPU.Build.0 = Release|Any CPU
{43A01B5F-35A1-4DC0-88DD-769253F5E648}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43A01B5F-35A1-4DC0-88DD-769253F5E648}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43A01B5F-35A1-4DC0-88DD-769253F5E648}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43A01B5F-35A1-4DC0-88DD-769253F5E648}.Release|Any CPU.Build.0 = Release|Any CPU
{ADC2226D-834A-4E5F-8BE5-9A36F33243DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADC2226D-834A-4E5F-8BE5-9A36F33243DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADC2226D-834A-4E5F-8BE5-9A36F33243DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADC2226D-834A-4E5F-8BE5-9A36F33243DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8104FDD0-A49F-4014-B1BA-91A7CD3B657A}
EndGlobalSection
EndGlobal