-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEnsembler.sln
30 lines (30 loc) · 1.6 KB
/
Ensembler.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}") = "Ensembler", "Ensembler\Ensembler\Ensembler.csproj", "{C87D0383-7523-4D4B-BEB8-68DC61C7BA56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnsemblerContent", "Ensembler\EnsemblerContent\EnsemblerContent.contentproj", "{81B4C940-B261-49D4-BF51-7FF754B67067}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataTypes", "DataTypes\DataTypes.csproj", "{57D880B7-17CB-41FA-825E-BB6408093DE0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C87D0383-7523-4D4B-BEB8-68DC61C7BA56}.Debug|x86.ActiveCfg = Debug|x86
{C87D0383-7523-4D4B-BEB8-68DC61C7BA56}.Debug|x86.Build.0 = Debug|x86
{C87D0383-7523-4D4B-BEB8-68DC61C7BA56}.Release|x86.ActiveCfg = Release|x86
{C87D0383-7523-4D4B-BEB8-68DC61C7BA56}.Release|x86.Build.0 = Release|x86
{81B4C940-B261-49D4-BF51-7FF754B67067}.Debug|x86.ActiveCfg = Debug|x86
{81B4C940-B261-49D4-BF51-7FF754B67067}.Release|x86.ActiveCfg = Release|x86
{57D880B7-17CB-41FA-825E-BB6408093DE0}.Debug|x86.ActiveCfg = Debug|x86
{57D880B7-17CB-41FA-825E-BB6408093DE0}.Debug|x86.Build.0 = Debug|x86
{57D880B7-17CB-41FA-825E-BB6408093DE0}.Release|x86.ActiveCfg = Release|x86
{57D880B7-17CB-41FA-825E-BB6408093DE0}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal