-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResistorRatio.sln
43 lines (43 loc) · 2.34 KB
/
ResistorRatio.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 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "ResistorRatioInstaller", "ResistorRatioInstaller\ResistorRatioInstaller.vdproj", "{D5C2362C-37DF-47DB-AFBF-7547995BAD11}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "ResistorRatioSilentInstaller", "ResistorRatioSilentInstaller\ResistorRatioSilentInstaller.vdproj", "{2700745F-BCF9-4945-BD72-F2BCB6FBAE86}"
ProjectSection(ProjectDependencies) = postProject
{D5C2362C-37DF-47DB-AFBF-7547995BAD11} = {D5C2362C-37DF-47DB-AFBF-7547995BAD11}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResistorTool", "ResistorRatio\ResistorTool.csproj", "{5B75450A-859A-458F-A172-5A99A405EF53}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D49F2B30-C839-47DD-AA55-9D6100B2C28A}"
ProjectSection(SolutionItems) = preProject
postbuild_config.log = postbuild_config.log
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5C2362C-37DF-47DB-AFBF-7547995BAD11}.Debug|Any CPU.ActiveCfg = Debug
{D5C2362C-37DF-47DB-AFBF-7547995BAD11}.Release|Any CPU.ActiveCfg = Release
{D5C2362C-37DF-47DB-AFBF-7547995BAD11}.Release|Any CPU.Build.0 = Release
{2700745F-BCF9-4945-BD72-F2BCB6FBAE86}.Debug|Any CPU.ActiveCfg = Debug
{2700745F-BCF9-4945-BD72-F2BCB6FBAE86}.Release|Any CPU.ActiveCfg = Release
{2700745F-BCF9-4945-BD72-F2BCB6FBAE86}.Release|Any CPU.Build.0 = Release
{5B75450A-859A-458F-A172-5A99A405EF53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B75450A-859A-458F-A172-5A99A405EF53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B75450A-859A-458F-A172-5A99A405EF53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B75450A-859A-458F-A172-5A99A405EF53}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {835A01A5-9E36-4976-9309-644F4E6083F2}
EndGlobalSection
EndGlobal