-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCommitAs.sln
48 lines (48 loc) · 2.43 KB
/
CommitAs.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 17
VisualStudioVersion = 17.9.34616.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommitAs", "CommitAs\CommitAs.csproj", "{1DE63B63-F201-48CC-9A08-E9E8F59FE7E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommitAs.Core", "CommitAs.Core\CommitAs.Core.csproj", "{9B9D4154-E9C4-4F6C-A621-1F2316DEA403}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PostCommitAs", "PostCommitAs\PostCommitAs.csproj", "{60EF3200-4CB4-4C86-950E-0CB5740D4D4C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2A6EE502-9D87-42D3-9366-264C56524F25}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Icon-Design.svg = Icon-Design.svg
LICENSE = LICENSE
post-commit = post-commit
pre-commit = pre-commit
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DE63B63-F201-48CC-9A08-E9E8F59FE7E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DE63B63-F201-48CC-9A08-E9E8F59FE7E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DE63B63-F201-48CC-9A08-E9E8F59FE7E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DE63B63-F201-48CC-9A08-E9E8F59FE7E4}.Release|Any CPU.Build.0 = Release|Any CPU
{9B9D4154-E9C4-4F6C-A621-1F2316DEA403}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B9D4154-E9C4-4F6C-A621-1F2316DEA403}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B9D4154-E9C4-4F6C-A621-1F2316DEA403}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B9D4154-E9C4-4F6C-A621-1F2316DEA403}.Release|Any CPU.Build.0 = Release|Any CPU
{60EF3200-4CB4-4C86-950E-0CB5740D4D4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60EF3200-4CB4-4C86-950E-0CB5740D4D4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60EF3200-4CB4-4C86-950E-0CB5740D4D4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60EF3200-4CB4-4C86-950E-0CB5740D4D4C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {769B871E-088E-46BA-AD93-490435F34ABE}
EndGlobalSection
EndGlobal