-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAntithesis.SDK.sln
More file actions
46 lines (46 loc) · 3.08 KB
/
Antithesis.SDK.sln
File metadata and controls
46 lines (46 loc) · 3.08 KB
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
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antithesis.SDK", "src/Antithesis.SDK/Antithesis.SDK.csproj", "{0876CB80-7281-4FD7-A950-524D79B6D0C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antithesis.SDK.Tests", "tests/Antithesis.SDK.Tests/Antithesis.SDK.Tests.csproj", "{51D479A8-1791-403D-8E8B-42E8DF785343}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antithesis.SDK.SourceGenerators", "src/Antithesis.SDK.SourceGenerators/Antithesis.SDK.SourceGenerators.csproj", "{AFEB5683-7BD9-4C8B-9F48-201030226ECE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SomeCompany.SomeConsole", "tests/SomeCompany.SomeConsole/SomeCompany.SomeConsole.csproj", "{525BD518-4161-44B6-AFFF-D699B9319F0E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antithesis.SDK.Benchmarks", "tests/Antithesis.SDK.Benchmarks/Antithesis.SDK.Benchmarks.csproj", "{A9DA55B5-F072-4F4B-93DA-C8C963BEC80A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0876CB80-7281-4FD7-A950-524D79B6D0C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0876CB80-7281-4FD7-A950-524D79B6D0C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0876CB80-7281-4FD7-A950-524D79B6D0C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0876CB80-7281-4FD7-A950-524D79B6D0C7}.Release|Any CPU.Build.0 = Release|Any CPU
{51D479A8-1791-403D-8E8B-42E8DF785343}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51D479A8-1791-403D-8E8B-42E8DF785343}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51D479A8-1791-403D-8E8B-42E8DF785343}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51D479A8-1791-403D-8E8B-42E8DF785343}.Release|Any CPU.Build.0 = Release|Any CPU
{AFEB5683-7BD9-4C8B-9F48-201030226ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFEB5683-7BD9-4C8B-9F48-201030226ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFEB5683-7BD9-4C8B-9F48-201030226ECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFEB5683-7BD9-4C8B-9F48-201030226ECE}.Release|Any CPU.Build.0 = Release|Any CPU
{525BD518-4161-44B6-AFFF-D699B9319F0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{525BD518-4161-44B6-AFFF-D699B9319F0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{525BD518-4161-44B6-AFFF-D699B9319F0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{525BD518-4161-44B6-AFFF-D699B9319F0E}.Release|Any CPU.Build.0 = Release|Any CPU
{A9DA55B5-F072-4F4B-93DA-C8C963BEC80A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9DA55B5-F072-4F4B-93DA-C8C963BEC80A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9DA55B5-F072-4F4B-93DA-C8C963BEC80A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9DA55B5-F072-4F4B-93DA-C8C963BEC80A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal