-
Notifications
You must be signed in to change notification settings - Fork 2
/
SuperBat.sln
32 lines (32 loc) · 1.81 KB
/
SuperBat.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BAT", "BAT\BAT.csproj", "{E2C1ECCB-9668-4976-BBC6-495DD7701E88}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BatCt", "BatCt\BatCt.csproj", "{227362C5-92E1-4A68-AFF8-43D6B22A13F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ICSharpCode.TextEditor", "ICSharpCode.TextEditor\ICSharpCode.TextEditor.csproj", "{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2C1ECCB-9668-4976-BBC6-495DD7701E88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2C1ECCB-9668-4976-BBC6-495DD7701E88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2C1ECCB-9668-4976-BBC6-495DD7701E88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2C1ECCB-9668-4976-BBC6-495DD7701E88}.Release|Any CPU.Build.0 = Release|Any CPU
{227362C5-92E1-4A68-AFF8-43D6B22A13F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{227362C5-92E1-4A68-AFF8-43D6B22A13F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{227362C5-92E1-4A68-AFF8-43D6B22A13F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{227362C5-92E1-4A68-AFF8-43D6B22A13F2}.Release|Any CPU.Build.0 = Release|Any CPU
{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal