-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathT100k_NAL.sln
29 lines (28 loc) · 1.5 KB
/
T100k_NAL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "T100k_NAL", "T100k_NAL\T100k_NAL.csproj", "{B5185EB4-FC75-4F23-B9DC-76C5819D75E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "UTIL\Utils.csproj", "{83FCEB23-75AF-449E-9220-D967A175E36D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B7D0AB16-53E7-4D89-A2DB-1B525DD547EF}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B5185EB4-FC75-4F23-B9DC-76C5819D75E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5185EB4-FC75-4F23-B9DC-76C5819D75E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5185EB4-FC75-4F23-B9DC-76C5819D75E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5185EB4-FC75-4F23-B9DC-76C5819D75E4}.Release|Any CPU.Build.0 = Release|Any CPU
{83FCEB23-75AF-449E-9220-D967A175E36D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83FCEB23-75AF-449E-9220-D967A175E36D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83FCEB23-75AF-449E-9220-D967A175E36D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83FCEB23-75AF-449E-9220-D967A175E36D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal