forked from Stumpii/ScintillaNET-FindReplaceDialog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ScintillaNET FindReplaceDialog.sln
40 lines (40 loc) · 2.21 KB
/
ScintillaNET FindReplaceDialog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{CFD9151B-59C7-44A7-A93A-22EC9385738D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScintillaNET.FindReplaceDialog", "ScintillaNet FindReplaceDialog\ScintillaNET.FindReplaceDialog.csproj", "{548FD833-9A3B-41BB-9850-570AFE9A91B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGet.Packager", "NuGet.Packager\NuGet.Packager.csproj", "{0451BAEF-DF2E-4B98-8644-94EE9415E389}"
ProjectSection(ProjectDependencies) = postProject
{548FD833-9A3B-41BB-9850-570AFE9A91B7} = {548FD833-9A3B-41BB-9850-570AFE9A91B7}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CFD9151B-59C7-44A7-A93A-22EC9385738D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFD9151B-59C7-44A7-A93A-22EC9385738D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFD9151B-59C7-44A7-A93A-22EC9385738D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFD9151B-59C7-44A7-A93A-22EC9385738D}.Release|Any CPU.Build.0 = Release|Any CPU
{548FD833-9A3B-41BB-9850-570AFE9A91B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{548FD833-9A3B-41BB-9850-570AFE9A91B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{548FD833-9A3B-41BB-9850-570AFE9A91B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{548FD833-9A3B-41BB-9850-570AFE9A91B7}.Release|Any CPU.Build.0 = Release|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {76CB0907-8924-4B63-9950-B762562CE091}
EndGlobalSection
EndGlobal