-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathkatselabor.sln
More file actions
44 lines (44 loc) · 2.45 KB
/
katselabor.sln
File metadata and controls
44 lines (44 loc) · 2.45 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "katselabor", "katselabor\katselabor.csproj", "{391D0E3E-4167-4197-8FBC-A12BED0F228C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "katselabor.repos", "Generaatorid\katselabor.repos.csproj", "{F8C0C998-4EBA-4E19-B344-02A228010264}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "katselabor.database", "Database1\katselabor.database.sqlproj", "{62F046FC-4B45-4667-831F-3D567FA648BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "For Developers", "For Developers", "{6747A0B3-E8FA-4AB8-A07C-F54C0291DEF5}"
ProjectSection(SolutionItems) = preProject
readme_devs.txt = readme_devs.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{391D0E3E-4167-4197-8FBC-A12BED0F228C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{391D0E3E-4167-4197-8FBC-A12BED0F228C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{391D0E3E-4167-4197-8FBC-A12BED0F228C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{391D0E3E-4167-4197-8FBC-A12BED0F228C}.Release|Any CPU.Build.0 = Release|Any CPU
{F8C0C998-4EBA-4E19-B344-02A228010264}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8C0C998-4EBA-4E19-B344-02A228010264}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8C0C998-4EBA-4E19-B344-02A228010264}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8C0C998-4EBA-4E19-B344-02A228010264}.Release|Any CPU.Build.0 = Release|Any CPU
{62F046FC-4B45-4667-831F-3D567FA648BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62F046FC-4B45-4667-831F-3D567FA648BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62F046FC-4B45-4667-831F-3D567FA648BC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{62F046FC-4B45-4667-831F-3D567FA648BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62F046FC-4B45-4667-831F-3D567FA648BC}.Release|Any CPU.Build.0 = Release|Any CPU
{62F046FC-4B45-4667-831F-3D567FA648BC}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{62F046FC-4B45-4667-831F-3D567FA648BC} = {6747A0B3-E8FA-4AB8-A07C-F54C0291DEF5}
EndGlobalSection
EndGlobal