-
Notifications
You must be signed in to change notification settings - Fork 0
/
TweakUtility.sln
36 lines (36 loc) · 2 KB
/
TweakUtility.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29006.145
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TweakUtility", "TweakUtility\TweakUtility.csproj", "{DD35A5A0-5580-450B-BA86-2D0EE18B6C75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TweakUtility.SampleExtension", "TweakUtility.SampleExtension\TweakUtility.SampleExtension.csproj", "{58C54496-AC34-4423-B738-F386BF75B9F5}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "TweakUtility.Installer", "TweakUtility.Installer\TweakUtility.Installer.vdproj", "{C28D5A70-7FFD-4B3E-9D74-C5BEC3EDD99F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD35A5A0-5580-450B-BA86-2D0EE18B6C75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD35A5A0-5580-450B-BA86-2D0EE18B6C75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD35A5A0-5580-450B-BA86-2D0EE18B6C75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD35A5A0-5580-450B-BA86-2D0EE18B6C75}.Release|Any CPU.Build.0 = Release|Any CPU
{58C54496-AC34-4423-B738-F386BF75B9F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58C54496-AC34-4423-B738-F386BF75B9F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58C54496-AC34-4423-B738-F386BF75B9F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C28D5A70-7FFD-4B3E-9D74-C5BEC3EDD99F}.Debug|Any CPU.ActiveCfg = Debug
{C28D5A70-7FFD-4B3E-9D74-C5BEC3EDD99F}.Debug|Any CPU.Build.0 = Debug
{C28D5A70-7FFD-4B3E-9D74-C5BEC3EDD99F}.Release|Any CPU.ActiveCfg = Release
{C28D5A70-7FFD-4B3E-9D74-C5BEC3EDD99F}.Release|Any CPU.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CEA26ABE-B706-4EF2-B3BC-8DAEFC647989}
EndGlobalSection
EndGlobal