-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNUniversalCharDet.sln
26 lines (26 loc) · 1.39 KB
/
NUniversalCharDet.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUniversalCharDet", "NUniversalCharDet\NUniversalCharDet.csproj", "{D18F01CA-AF1A-476F-8667-52526A31B118}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUCD_Test", "NUCD_Test\NUCD_Test.csproj", "{066F74E8-D418-4473-9651-79D6DFEC100F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D18F01CA-AF1A-476F-8667-52526A31B118}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D18F01CA-AF1A-476F-8667-52526A31B118}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D18F01CA-AF1A-476F-8667-52526A31B118}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D18F01CA-AF1A-476F-8667-52526A31B118}.Release|Any CPU.Build.0 = Release|Any CPU
{066F74E8-D418-4473-9651-79D6DFEC100F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{066F74E8-D418-4473-9651-79D6DFEC100F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{066F74E8-D418-4473-9651-79D6DFEC100F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{066F74E8-D418-4473-9651-79D6DFEC100F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal