-
Notifications
You must be signed in to change notification settings - Fork 8
/
FastIR-Agent.sln
49 lines (49 loc) · 2.79 KB
/
FastIR-Agent.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 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastIR-Agent", "FastIR-Agent\FastIR-Agent.csproj", "{460A2073-E06B-4CB1-AF89-6A88079A6309}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AgentInstaller", "AgentInstaller\AgentInstaller.vdproj", "{D8CB67D1-FF39-407D-A914-A155B5EAB6D6}"
ProjectSection(ProjectDependencies) = postProject
{83C5344F-04E9-41C3-887B-3EA80B593CDE} = {83C5344F-04E9-41C3-887B-3EA80B593CDE}
{460A2073-E06B-4CB1-AF89-6A88079A6309} = {460A2073-E06B-4CB1-AF89-6A88079A6309}
{4E11A1A6-6C94-4796-8B4D-B976075BA312} = {4E11A1A6-6C94-4796-8B4D-B976075BA312}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostInstaller", "PostInstaller\PostInstaller.csproj", "{4E11A1A6-6C94-4796-8B4D-B976075BA312}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "utils", "utils\utils.csproj", "{83C5344F-04E9-41C3-887B-3EA80B593CDE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A7981A44-ECAE-4CA9-9F03-5EF58C9E9F1C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{460A2073-E06B-4CB1-AF89-6A88079A6309}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{460A2073-E06B-4CB1-AF89-6A88079A6309}.Debug|Any CPU.Build.0 = Debug|Any CPU
{460A2073-E06B-4CB1-AF89-6A88079A6309}.Release|Any CPU.ActiveCfg = Release|Any CPU
{460A2073-E06B-4CB1-AF89-6A88079A6309}.Release|Any CPU.Build.0 = Release|Any CPU
{D8CB67D1-FF39-407D-A914-A155B5EAB6D6}.Debug|Any CPU.ActiveCfg = Debug
{D8CB67D1-FF39-407D-A914-A155B5EAB6D6}.Release|Any CPU.ActiveCfg = Release
{D8CB67D1-FF39-407D-A914-A155B5EAB6D6}.Release|Any CPU.Build.0 = Release
{4E11A1A6-6C94-4796-8B4D-B976075BA312}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E11A1A6-6C94-4796-8B4D-B976075BA312}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E11A1A6-6C94-4796-8B4D-B976075BA312}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E11A1A6-6C94-4796-8B4D-B976075BA312}.Release|Any CPU.Build.0 = Release|Any CPU
{83C5344F-04E9-41C3-887B-3EA80B593CDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83C5344F-04E9-41C3-887B-3EA80B593CDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83C5344F-04E9-41C3-887B-3EA80B593CDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83C5344F-04E9-41C3-887B-3EA80B593CDE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal