This repository was archived by the owner on Jan 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSlxUniAx.sln
36 lines (36 loc) · 2.1 KB
/
SlxUniAx.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniLib", "UniLib\UniLib.csproj", "{E69AB050-1A12-43A9-9621-8E5ACACBBBF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlxUniAx", "SlxUniAx\SlxUniAx.csproj", "{6E0E165C-7C60-4709-B92A-62EF641AF78F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SlxUniAxTest", "SlxUniAxTest\SlxUniAxTest.csproj", "{9A046478-9F0A-4A80-9564-3F910B21CBF0}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SlxUniAxSetup", "SlxUniAxSetup\SlxUniAxSetup.vdproj", "{07A6EF4A-7823-4FE5-A009-A06F72B2DBED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E69AB050-1A12-43A9-9621-8E5ACACBBBF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E69AB050-1A12-43A9-9621-8E5ACACBBBF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E69AB050-1A12-43A9-9621-8E5ACACBBBF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E69AB050-1A12-43A9-9621-8E5ACACBBBF7}.Release|Any CPU.Build.0 = Release|Any CPU
{6E0E165C-7C60-4709-B92A-62EF641AF78F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E0E165C-7C60-4709-B92A-62EF641AF78F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E0E165C-7C60-4709-B92A-62EF641AF78F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E0E165C-7C60-4709-B92A-62EF641AF78F}.Release|Any CPU.Build.0 = Release|Any CPU
{9A046478-9F0A-4A80-9564-3F910B21CBF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A046478-9F0A-4A80-9564-3F910B21CBF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A046478-9F0A-4A80-9564-3F910B21CBF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A046478-9F0A-4A80-9564-3F910B21CBF0}.Release|Any CPU.Build.0 = Release|Any CPU
{07A6EF4A-7823-4FE5-A009-A06F72B2DBED}.Debug|Any CPU.ActiveCfg = Debug
{07A6EF4A-7823-4FE5-A009-A06F72B2DBED}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal