source: Application/ocrent/ocrent.sln@ f5f7c24

Last change on this file since f5f7c24 was f5f7c24, checked in by 192011 <mk.snicker@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[f5f7c24]1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio Version 17
4VisualStudioVersion = 17.3.32922.545
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ocrent", "ocrent.csproj", "{A7213BB7-B241-4E53-AFF8-9F66995D791C}"
7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Models", "..\Models\Models.csproj", "{AF0094DA-3D2E-4EB5-B360-4396BBED904A}"
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dal", "..\Dal\Dal.csproj", "{BF1B85DF-1003-4674-B781-EF6A83149620}"
11EndProject
12Global
13 GlobalSection(SolutionConfigurationPlatforms) = preSolution
14 Debug|Any CPU = Debug|Any CPU
15 Release|Any CPU = Release|Any CPU
16 EndGlobalSection
17 GlobalSection(ProjectConfigurationPlatforms) = postSolution
18 {A7213BB7-B241-4E53-AFF8-9F66995D791C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19 {A7213BB7-B241-4E53-AFF8-9F66995D791C}.Debug|Any CPU.Build.0 = Debug|Any CPU
20 {A7213BB7-B241-4E53-AFF8-9F66995D791C}.Release|Any CPU.ActiveCfg = Release|Any CPU
21 {A7213BB7-B241-4E53-AFF8-9F66995D791C}.Release|Any CPU.Build.0 = Release|Any CPU
22 {AF0094DA-3D2E-4EB5-B360-4396BBED904A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23 {AF0094DA-3D2E-4EB5-B360-4396BBED904A}.Debug|Any CPU.Build.0 = Debug|Any CPU
24 {AF0094DA-3D2E-4EB5-B360-4396BBED904A}.Release|Any CPU.ActiveCfg = Release|Any CPU
25 {AF0094DA-3D2E-4EB5-B360-4396BBED904A}.Release|Any CPU.Build.0 = Release|Any CPU
26 {BF1B85DF-1003-4674-B781-EF6A83149620}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27 {BF1B85DF-1003-4674-B781-EF6A83149620}.Debug|Any CPU.Build.0 = Debug|Any CPU
28 {BF1B85DF-1003-4674-B781-EF6A83149620}.Release|Any CPU.ActiveCfg = Release|Any CPU
29 {BF1B85DF-1003-4674-B781-EF6A83149620}.Release|Any CPU.Build.0 = Release|Any CPU
30 EndGlobalSection
31 GlobalSection(SolutionProperties) = preSolution
32 HideSolutionNode = FALSE
33 EndGlobalSection
34 GlobalSection(ExtensibilityGlobals) = postSolution
35 SolutionGuid = {603ED237-7F16-4FFD-8654-D4D6D47AAA37}
36 EndGlobalSection
37EndGlobal
Note: See TracBrowser for help on using the repository browser.