-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAmie.sln
46 lines (46 loc) · 2.59 KB
/
Amie.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Amie", "Amie\Amie.csproj", "{26300E2E-0AA5-49EE-8618-6C8E455BC6F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Amie.Console", "Amie.Console\Amie.Console.csproj", "{03BEA164-0285-438F-B8FA-EE89A6392CD0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Amie.UpdateService", "Amie.UpdateService\Amie.UpdateService.csproj", "{0FC723FF-1CE0-4C90-977C-D8A2CDD1067C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{38F66213-5BF4-4886-AE74-5DE084237F4D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
BuildAndPackageForRelease.bat = BuildAndPackageForRelease.bat
InstallService.bat = InstallService.bat
UninstallService.bat = UninstallService.bat
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AmieServiceInstaller", "AmieServiceInstaller\AmieServiceInstaller.vdproj", "{D41477BF-3327-42D4-9C2C-F7701CA907ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26300E2E-0AA5-49EE-8618-6C8E455BC6F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26300E2E-0AA5-49EE-8618-6C8E455BC6F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26300E2E-0AA5-49EE-8618-6C8E455BC6F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26300E2E-0AA5-49EE-8618-6C8E455BC6F9}.Release|Any CPU.Build.0 = Release|Any CPU
{03BEA164-0285-438F-B8FA-EE89A6392CD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03BEA164-0285-438F-B8FA-EE89A6392CD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03BEA164-0285-438F-B8FA-EE89A6392CD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03BEA164-0285-438F-B8FA-EE89A6392CD0}.Release|Any CPU.Build.0 = Release|Any CPU
{0FC723FF-1CE0-4C90-977C-D8A2CDD1067C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FC723FF-1CE0-4C90-977C-D8A2CDD1067C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FC723FF-1CE0-4C90-977C-D8A2CDD1067C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FC723FF-1CE0-4C90-977C-D8A2CDD1067C}.Release|Any CPU.Build.0 = Release|Any CPU
{D41477BF-3327-42D4-9C2C-F7701CA907ED}.Debug|Any CPU.ActiveCfg = Debug
{D41477BF-3327-42D4-9C2C-F7701CA907ED}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal