-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ocr.sln
31 lines (31 loc) · 1.53 KB
/
Ocr.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Console", "Console\Console.fsproj", "{0087DD36-DD55-482F-A4E4-AA0F178B9845}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Engine", "Engine\Engine.fsproj", "{2362906B-850B-4494-8586-3BF2484DF3E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0087DD36-DD55-482F-A4E4-AA0F178B9845}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0087DD36-DD55-482F-A4E4-AA0F178B9845}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0087DD36-DD55-482F-A4E4-AA0F178B9845}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0087DD36-DD55-482F-A4E4-AA0F178B9845}.Release|Any CPU.Build.0 = Release|Any CPU
{2362906B-850B-4494-8586-3BF2484DF3E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2362906B-850B-4494-8586-3BF2484DF3E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2362906B-850B-4494-8586-3BF2484DF3E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2362906B-850B-4494-8586-3BF2484DF3E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FEB453BD-E3D0-42C0-9110-981287E8C8F2}
EndGlobalSection
EndGlobal