forked from EricZimmerman/RECmd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RECmd.sln
49 lines (49 loc) · 2.77 KB
/
RECmd.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RECmd", "RECmd\RECmd.csproj", "{B931C052-18F8-4BE3-99F3-A974D78C46D2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BatchExamples", "BatchExamples", "{BCD44F48-E791-4D0A-A77E-99FF56C87D3A}"
ProjectSection(SolutionItems) = preProject
BatchExamples\AllRegExecutablesFoundOrRun.reb = BatchExamples\AllRegExecutablesFoundOrRun.reb
BatchExamples\BasicSystemInfo.reb = BatchExamples\BasicSystemInfo.reb
BatchExamples\BatchExample.reb = BatchExamples\BatchExample.reb
BatchExamples\BatchExampleServcies.reb = BatchExamples\BatchExampleServcies.reb
BatchExamples\BatchExampleServices.reb = BatchExamples\BatchExampleServices.reb
BatchExamples\BatchExampleSysCache.reb = BatchExamples\BatchExampleSysCache.reb
BatchExamples\BatchExampleUserAssist.reb = BatchExamples\BatchExampleUserAssist.reb
BatchExamples\BatchExampleWildCard.reb = BatchExamples\BatchExampleWildCard.reb
BatchExamples\RECmd_Batch_MC.reb = BatchExamples\RECmd_Batch_MC.reb
BatchExamples\RegistryASEPs.reb = BatchExamples\RegistryASEPs.reb
BatchExamples\SoftwareASEPs.reb = BatchExamples\SoftwareASEPs.reb
BatchExamples\SoftwareClassesASEPs.reb = BatchExamples\SoftwareClassesASEPs.reb
BatchExamples\SoftwareWoW6432ASEPs.reb = BatchExamples\SoftwareWoW6432ASEPs.reb
BatchExamples\SystemASEPs.reb = BatchExamples\SystemASEPs.reb
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "rla", "rla\rla.csproj", "{36B0364B-887E-47EB-8204-8E4164AFB38B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B931C052-18F8-4BE3-99F3-A974D78C46D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B931C052-18F8-4BE3-99F3-A974D78C46D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B931C052-18F8-4BE3-99F3-A974D78C46D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B931C052-18F8-4BE3-99F3-A974D78C46D2}.Release|Any CPU.Build.0 = Release|Any CPU
{36B0364B-887E-47EB-8204-8E4164AFB38B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36B0364B-887E-47EB-8204-8E4164AFB38B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36B0364B-887E-47EB-8204-8E4164AFB38B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36B0364B-887E-47EB-8204-8E4164AFB38B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E7E6635-A5F8-43E0-A7DF-9658A87B2A63}
EndGlobalSection
EndGlobal