-
Notifications
You must be signed in to change notification settings - Fork 14
/
Kill-Update.sln
48 lines (48 loc) · 2.46 KB
/
Kill-Update.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kill-Update-Plugin", "Kill-Update-Plugin\Kill-Update-Plugin.csproj", "{3F3A2AF4-A095-4715-B807-AAA8B1089AD7}"
ProjectSection(ProjectDependencies) = postProject
{B915ABF1-9AA0-4807-AE83-C8300CE75574} = {B915ABF1-9AA0-4807-AE83-C8300CE75574}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{94EA017F-579A-486D-8E54-3003334B145F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kill-Update", "Kill-Update\Kill-Update.csproj", "{5ABB1569-95EC-4655-9B46-2AC2F3B3E5FF}"
ProjectSection(ProjectDependencies) = postProject
{B915ABF1-9AA0-4807-AE83-C8300CE75574} = {B915ABF1-9AA0-4807-AE83-C8300CE75574}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PreBuild", "PreBuild\PreBuild.csproj", "{B915ABF1-9AA0-4807-AE83-C8300CE75574}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F3A2AF4-A095-4715-B807-AAA8B1089AD7}.Debug|x64.ActiveCfg = Debug|x64
{3F3A2AF4-A095-4715-B807-AAA8B1089AD7}.Debug|x64.Build.0 = Debug|x64
{3F3A2AF4-A095-4715-B807-AAA8B1089AD7}.Release|x64.ActiveCfg = Release|x64
{3F3A2AF4-A095-4715-B807-AAA8B1089AD7}.Release|x64.Build.0 = Release|x64
{5ABB1569-95EC-4655-9B46-2AC2F3B3E5FF}.Debug|x64.ActiveCfg = Debug|x64
{5ABB1569-95EC-4655-9B46-2AC2F3B3E5FF}.Debug|x64.Build.0 = Debug|x64
{5ABB1569-95EC-4655-9B46-2AC2F3B3E5FF}.Release|x64.ActiveCfg = Release|x64
{5ABB1569-95EC-4655-9B46-2AC2F3B3E5FF}.Release|x64.Build.0 = Release|x64
{B915ABF1-9AA0-4807-AE83-C8300CE75574}.Debug|x64.ActiveCfg = Debug|x64
{B915ABF1-9AA0-4807-AE83-C8300CE75574}.Debug|x64.Build.0 = Debug|x64
{B915ABF1-9AA0-4807-AE83-C8300CE75574}.Release|x64.ActiveCfg = Release|x64
{B915ABF1-9AA0-4807-AE83-C8300CE75574}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8394886-9010-4C2E-9056-52A5B0018511}
EndGlobalSection
EndGlobal