forked from pevalme/bfc_fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbfc.sln
executable file
·38 lines (38 loc) · 2.2 KB
/
bfc.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
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ttsgen", "ttsgen\ttsgen.vcxproj", "{83D64310-1C6A-42C9-BC51-809EF1EB654F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ttstrans", "ttstrans\ttstrans.vcxproj", "{28450AE9-D106-4B33-A8A2-AF487B77A665}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bfc", "bfc\bfc.vcxproj", "{7B7FA3EA-60BC-46AD-B45D-3FF704F78D55}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ttsred", "ttsred\ttsred.vcxproj", "{EF156131-FEAD-4A03-9532-FE1C144985BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
debug|Win32 = debug|Win32
release|Win32 = release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83D64310-1C6A-42C9-BC51-809EF1EB654F}.debug|Win32.ActiveCfg = debug|Win32
{83D64310-1C6A-42C9-BC51-809EF1EB654F}.debug|Win32.Build.0 = debug|Win32
{83D64310-1C6A-42C9-BC51-809EF1EB654F}.release|Win32.ActiveCfg = release|Win32
{83D64310-1C6A-42C9-BC51-809EF1EB654F}.release|Win32.Build.0 = release|Win32
{28450AE9-D106-4B33-A8A2-AF487B77A665}.debug|Win32.ActiveCfg = debug|Win32
{28450AE9-D106-4B33-A8A2-AF487B77A665}.debug|Win32.Build.0 = debug|Win32
{28450AE9-D106-4B33-A8A2-AF487B77A665}.release|Win32.ActiveCfg = release|Win32
{28450AE9-D106-4B33-A8A2-AF487B77A665}.release|Win32.Build.0 = release|Win32
{7B7FA3EA-60BC-46AD-B45D-3FF704F78D55}.debug|Win32.ActiveCfg = debug|Win32
{7B7FA3EA-60BC-46AD-B45D-3FF704F78D55}.debug|Win32.Build.0 = debug|Win32
{7B7FA3EA-60BC-46AD-B45D-3FF704F78D55}.release|Win32.ActiveCfg = release|Win32
{7B7FA3EA-60BC-46AD-B45D-3FF704F78D55}.release|Win32.Build.0 = release|Win32
{EF156131-FEAD-4A03-9532-FE1C144985BF}.debug|Win32.ActiveCfg = Debug|Win32
{EF156131-FEAD-4A03-9532-FE1C144985BF}.debug|Win32.Build.0 = Debug|Win32
{EF156131-FEAD-4A03-9532-FE1C144985BF}.release|Win32.ActiveCfg = release|Win32
{EF156131-FEAD-4A03-9532-FE1C144985BF}.release|Win32.Build.0 = release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal