-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fox Vision.sln
34 lines (34 loc) · 1.92 KB
/
Fox Vision.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fox16ASM", "Fox16ASM\Fox16ASM.csproj", "{5A6A96C0-2C04-4903-987B-4B0B6CA0A81A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FoxVision", "FoxVision\FoxVision.csproj", "{CCB8112F-08FD-40B0-9AEC-D2D9E5AA4956}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fox16Shared", "Fox16Shared\Fox16Shared.csproj", "{E7B01C7F-6008-4648-8D2D-02A930670C91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A6A96C0-2C04-4903-987B-4B0B6CA0A81A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A6A96C0-2C04-4903-987B-4B0B6CA0A81A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A6A96C0-2C04-4903-987B-4B0B6CA0A81A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A6A96C0-2C04-4903-987B-4B0B6CA0A81A}.Release|Any CPU.Build.0 = Release|Any CPU
{CCB8112F-08FD-40B0-9AEC-D2D9E5AA4956}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCB8112F-08FD-40B0-9AEC-D2D9E5AA4956}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCB8112F-08FD-40B0-9AEC-D2D9E5AA4956}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCB8112F-08FD-40B0-9AEC-D2D9E5AA4956}.Release|Any CPU.Build.0 = Release|Any CPU
{E7B01C7F-6008-4648-8D2D-02A930670C91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7B01C7F-6008-4648-8D2D-02A930670C91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7B01C7F-6008-4648-8D2D-02A930670C91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7B01C7F-6008-4648-8D2D-02A930670C91}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal