-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShooterDownloader.sln
42 lines (42 loc) · 2.62 KB
/
ShooterDownloader.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
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShooterDownloader", "ShooterDownloader\ShooterDownloader.csproj", "{2E8DAD31-EB65-4FC3-B672-F1C48AC0FE2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NCharDet", "NCharDet\NCharDet.csproj", "{F05A47FB-8C96-4F21-AC03-EF4E75AEBB63}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShooterExt", "ShooterExt\ShooterExt.vcproj", "{7C6DCD55-04E0-4875-91F7-4A60DC318B15}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E8DAD31-EB65-4FC3-B672-F1C48AC0FE2F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2E8DAD31-EB65-4FC3-B672-F1C48AC0FE2F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2E8DAD31-EB65-4FC3-B672-F1C48AC0FE2F}.Debug|x64.ActiveCfg = Debug|x64
{2E8DAD31-EB65-4FC3-B672-F1C48AC0FE2F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2E8DAD31-EB65-4FC3-B672-F1C48AC0FE2F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{2E8DAD31-EB65-4FC3-B672-F1C48AC0FE2F}.Release|x64.ActiveCfg = Release|x64
{F05A47FB-8C96-4F21-AC03-EF4E75AEBB63}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F05A47FB-8C96-4F21-AC03-EF4E75AEBB63}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F05A47FB-8C96-4F21-AC03-EF4E75AEBB63}.Debug|x64.ActiveCfg = Debug|x64
{F05A47FB-8C96-4F21-AC03-EF4E75AEBB63}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F05A47FB-8C96-4F21-AC03-EF4E75AEBB63}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F05A47FB-8C96-4F21-AC03-EF4E75AEBB63}.Release|x64.ActiveCfg = Release|x64
{7C6DCD55-04E0-4875-91F7-4A60DC318B15}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{7C6DCD55-04E0-4875-91F7-4A60DC318B15}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{7C6DCD55-04E0-4875-91F7-4A60DC318B15}.Debug|x64.ActiveCfg = Debug|x64
{7C6DCD55-04E0-4875-91F7-4A60DC318B15}.Debug|x64.Build.0 = Debug|x64
{7C6DCD55-04E0-4875-91F7-4A60DC318B15}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{7C6DCD55-04E0-4875-91F7-4A60DC318B15}.Release|Mixed Platforms.Build.0 = Release|Win32
{7C6DCD55-04E0-4875-91F7-4A60DC318B15}.Release|x64.ActiveCfg = Release|x64
{7C6DCD55-04E0-4875-91F7-4A60DC318B15}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal