-
Notifications
You must be signed in to change notification settings - Fork 6
/
statsig-cs.sln
37 lines (36 loc) · 2.09 KB
/
statsig-cs.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.809.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnet-statsig", "dotnet-statsig\dotnet-statsig.csproj", "{298AEF83-FFCB-492E-98DF-623A14F2BF50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnet-statsig-tests", "dotnet-statsig-tests\dotnet-statsig-tests.csproj", "{50B19395-D686-4C3D-BDB4-0233044D2942}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatsigRedis", "StatsigRedis\StatsigRedis.csproj", "{13B87A5F-BD2B-41D1-889F-856612C84074}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{298AEF83-FFCB-492E-98DF-623A14F2BF50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{298AEF83-FFCB-492E-98DF-623A14F2BF50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{298AEF83-FFCB-492E-98DF-623A14F2BF50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{298AEF83-FFCB-492E-98DF-623A14F2BF50}.Release|Any CPU.Build.0 = Release|Any CPU
{50B19395-D686-4C3D-BDB4-0233044D2942}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50B19395-D686-4C3D-BDB4-0233044D2942}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50B19395-D686-4C3D-BDB4-0233044D2942}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50B19395-D686-4C3D-BDB4-0233044D2942}.Release|Any CPU.Build.0 = Release|Any CPU
{13B87A5F-BD2B-41D1-889F-856612C84074}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13B87A5F-BD2B-41D1-889F-856612C84074}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13B87A5F-BD2B-41D1-889F-856612C84074}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13B87A5F-BD2B-41D1-889F-856612C84074}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4F2BB039-7773-4EC2-B56B-D2E4296C556C}
EndGlobalSection
EndGlobal