-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathJit.sln
43 lines (43 loc) · 2.55 KB
/
Jit.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
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JitExplorer", "JitExplorer\JitExplorer.csproj", "{D17651F1-1591-4652-82E4-2758392A1759}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JitExplorer.Engine", "JitExplorer.Engine\JitExplorer.Engine.csproj", "{A1D4DA12-3D21-4E3C-A7B2-C191B8D27C73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JitExplorer.Engine.UnitTests", "JitExplorer.Engine.UnitTests\JitExplorer.Engine.UnitTests.csproj", "{F3087146-48E1-443B-8E46-C8C755C5EC53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{628F990E-3225-4060-9150-D77A18E24731}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D17651F1-1591-4652-82E4-2758392A1759}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D17651F1-1591-4652-82E4-2758392A1759}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D17651F1-1591-4652-82E4-2758392A1759}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D17651F1-1591-4652-82E4-2758392A1759}.Release|Any CPU.Build.0 = Release|Any CPU
{A1D4DA12-3D21-4E3C-A7B2-C191B8D27C73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1D4DA12-3D21-4E3C-A7B2-C191B8D27C73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1D4DA12-3D21-4E3C-A7B2-C191B8D27C73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1D4DA12-3D21-4E3C-A7B2-C191B8D27C73}.Release|Any CPU.Build.0 = Release|Any CPU
{F3087146-48E1-443B-8E46-C8C755C5EC53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3087146-48E1-443B-8E46-C8C755C5EC53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3087146-48E1-443B-8E46-C8C755C5EC53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3087146-48E1-443B-8E46-C8C755C5EC53}.Release|Any CPU.Build.0 = Release|Any CPU
{628F990E-3225-4060-9150-D77A18E24731}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{628F990E-3225-4060-9150-D77A18E24731}.Debug|Any CPU.Build.0 = Debug|Any CPU
{628F990E-3225-4060-9150-D77A18E24731}.Release|Any CPU.ActiveCfg = Release|Any CPU
{628F990E-3225-4060-9150-D77A18E24731}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C32F845A-2B23-4154-9B49-672DD49011A9}
EndGlobalSection
EndGlobal