forked from utapyngo/icsmanager
-
Notifications
You must be signed in to change notification settings - Fork 1
/
IcsManager.sln
30 lines (30 loc) · 1.55 KB
/
IcsManager.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IcsManagerLibrary", "IcsManagerLibrary\IcsManagerLibrary.csproj", "{4C2280ED-D430-4628-961F-821F47DAD8EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C2280ED-D430-4628-961F-821F47DAD8EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C2280ED-D430-4628-961F-821F47DAD8EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C2280ED-D430-4628-961F-821F47DAD8EE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4C2280ED-D430-4628-961F-821F47DAD8EE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4C2280ED-D430-4628-961F-821F47DAD8EE}.Debug|x64.ActiveCfg = Debug|Any CPU
{4C2280ED-D430-4628-961F-821F47DAD8EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C2280ED-D430-4628-961F-821F47DAD8EE}.Release|Any CPU.Build.0 = Release|Any CPU
{4C2280ED-D430-4628-961F-821F47DAD8EE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4C2280ED-D430-4628-961F-821F47DAD8EE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4C2280ED-D430-4628-961F-821F47DAD8EE}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal