-
Notifications
You must be signed in to change notification settings - Fork 1
/
BleakInjector.sln
57 lines (57 loc) · 3.28 KB
/
BleakInjector.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.138
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BleakInjector", "BleakInjector\BleakInjector.csproj", "{4FDA4E3B-5B5D-44E4-A2E5-AC5381D726A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Simple-Injector", "Simple-Injector\Simple-Injector.csproj", "{C2845662-A396-4863-A9CA-4D168855E0C5}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TestProject", "TestProject\TestProject.shproj", "{9113136C-4B89-4102-B6DD-E59706330788}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
TestProject\TestProject.projitems*{9113136c-4b89-4102-b6dd-e59706330788}*SharedItemsImports = 13
TestProject\TestProject.projitems*{c2845662-a396-4863-a9ca-4d168855e0c5}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4FDA4E3B-5B5D-44E4-A2E5-AC5381D726A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FDA4E3B-5B5D-44E4-A2E5-AC5381D726A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FDA4E3B-5B5D-44E4-A2E5-AC5381D726A1}.Debug|x64.ActiveCfg = Debug|Any CPU
{4FDA4E3B-5B5D-44E4-A2E5-AC5381D726A1}.Debug|x64.Build.0 = Debug|Any CPU
{4FDA4E3B-5B5D-44E4-A2E5-AC5381D726A1}.Debug|x86.ActiveCfg = Debug|Any CPU
{4FDA4E3B-5B5D-44E4-A2E5-AC5381D726A1}.Debug|x86.Build.0 = Debug|Any CPU
{4FDA4E3B-5B5D-44E4-A2E5-AC5381D726A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FDA4E3B-5B5D-44E4-A2E5-AC5381D726A1}.Release|Any CPU.Build.0 = Release|Any CPU
{4FDA4E3B-5B5D-44E4-A2E5-AC5381D726A1}.Release|x64.ActiveCfg = Release|Any CPU
{4FDA4E3B-5B5D-44E4-A2E5-AC5381D726A1}.Release|x64.Build.0 = Release|Any CPU
{4FDA4E3B-5B5D-44E4-A2E5-AC5381D726A1}.Release|x86.ActiveCfg = Release|Any CPU
{4FDA4E3B-5B5D-44E4-A2E5-AC5381D726A1}.Release|x86.Build.0 = Release|Any CPU
{C2845662-A396-4863-A9CA-4D168855E0C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2845662-A396-4863-A9CA-4D168855E0C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2845662-A396-4863-A9CA-4D168855E0C5}.Debug|x64.ActiveCfg = Debug|x64
{C2845662-A396-4863-A9CA-4D168855E0C5}.Debug|x64.Build.0 = Debug|x64
{C2845662-A396-4863-A9CA-4D168855E0C5}.Debug|x86.ActiveCfg = Debug|x86
{C2845662-A396-4863-A9CA-4D168855E0C5}.Debug|x86.Build.0 = Debug|x86
{C2845662-A396-4863-A9CA-4D168855E0C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2845662-A396-4863-A9CA-4D168855E0C5}.Release|Any CPU.Build.0 = Release|Any CPU
{C2845662-A396-4863-A9CA-4D168855E0C5}.Release|x64.ActiveCfg = Release|x64
{C2845662-A396-4863-A9CA-4D168855E0C5}.Release|x64.Build.0 = Release|x64
{C2845662-A396-4863-A9CA-4D168855E0C5}.Release|x86.ActiveCfg = Release|x86
{C2845662-A396-4863-A9CA-4D168855E0C5}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D7CCAE5-B912-4282-8E91-36D0441F2608}
EndGlobalSection
EndGlobal