-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGogsActiveDirectorySync.sln
36 lines (36 loc) · 1.84 KB
/
GogsActiveDirectorySync.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 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GogsActiveDirectorySync", "GogsActiveDirectorySync\GogsActiveDirectorySync.csproj", "{61495679-B2EA-46DA-8E89-C2332EA14B14}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GogsActiveDirectorySync.Tests", "GogsActiveDirectorySync.Tests\GogsActiveDirectorySync.Tests.csproj", "{7A3A2A55-22F7-4A4D-9C9C-3D2B20B25571}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C2B987D-1F20-4362-A943-1A601CFFEAC0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE = LICENSE
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
{61495679-B2EA-46DA-8E89-C2332EA14B14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61495679-B2EA-46DA-8E89-C2332EA14B14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61495679-B2EA-46DA-8E89-C2332EA14B14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61495679-B2EA-46DA-8E89-C2332EA14B14}.Release|Any CPU.Build.0 = Release|Any CPU
{7A3A2A55-22F7-4A4D-9C9C-3D2B20B25571}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A3A2A55-22F7-4A4D-9C9C-3D2B20B25571}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A3A2A55-22F7-4A4D-9C9C-3D2B20B25571}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A3A2A55-22F7-4A4D-9C9C-3D2B20B25571}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal