-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJAPI Library.sln
More file actions
32 lines (32 loc) · 1.81 KB
/
Copy pathJAPI Library.sln
File metadata and controls
32 lines (32 loc) · 1.81 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JAPI", "JAPI\JAPI.csproj", "{D9177C50-A7D1-48F4-B175-6B3C81036E69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProgram", "TestProgram\TestProgram.csproj", "{23004614-642E-48C9-A624-13AA47E0381F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AS2", "AS2\AS2.csproj", "{767AF76D-1A01-40D8-99D3-19023C9F4451}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9177C50-A7D1-48F4-B175-6B3C81036E69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9177C50-A7D1-48F4-B175-6B3C81036E69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9177C50-A7D1-48F4-B175-6B3C81036E69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9177C50-A7D1-48F4-B175-6B3C81036E69}.Release|Any CPU.Build.0 = Release|Any CPU
{23004614-642E-48C9-A624-13AA47E0381F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23004614-642E-48C9-A624-13AA47E0381F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23004614-642E-48C9-A624-13AA47E0381F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23004614-642E-48C9-A624-13AA47E0381F}.Release|Any CPU.Build.0 = Release|Any CPU
{767AF76D-1A01-40D8-99D3-19023C9F4451}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{767AF76D-1A01-40D8-99D3-19023C9F4451}.Debug|Any CPU.Build.0 = Debug|Any CPU
{767AF76D-1A01-40D8-99D3-19023C9F4451}.Release|Any CPU.ActiveCfg = Release|Any CPU
{767AF76D-1A01-40D8-99D3-19023C9F4451}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal