-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathByteToCodeCS.sln
More file actions
19 lines (19 loc) · 805 Bytes
/
Copy pathByteToCodeCS.sln
File metadata and controls
19 lines (19 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ByteToCodeCS", "ByteToCodeCS.csproj", "{31EB83C9-EEFF-4B6C-92BD-AB204EC60C08}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31EB83C9-EEFF-4B6C-92BD-AB204EC60C08}.Debug|Any CPU.ActiveCfg = Debug|x86
{31EB83C9-EEFF-4B6C-92BD-AB204EC60C08}.Debug|Any CPU.Build.0 = Debug|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal