-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIronRebuilder.sln
40 lines (40 loc) · 2.46 KB
/
IronRebuilder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IronRebuilder", "IronRebuilder\IronRebuilder.csproj", "{B0F0A012-E129-468C-BD7C-F6CC76D8A9A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IronRebuilderTests", "IronRebuilderTests\IronRebuilderTests.csproj", "{79B30C14-2901-41F1-93F6-AABF8671B3AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IronRebuilderAttributes", "IronRebuilderAttributes\IronRebuilderAttributes.csproj", "{970DC458-D3C4-4B0D-82FB-51B35677141B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IronRebuilderServices", "IronRebuilderServices\IronRebuilderServices.csproj", "{6CB86EF7-487B-48B0-ADF5-321B3A6F723E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0F0A012-E129-468C-BD7C-F6CC76D8A9A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0F0A012-E129-468C-BD7C-F6CC76D8A9A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0F0A012-E129-468C-BD7C-F6CC76D8A9A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0F0A012-E129-468C-BD7C-F6CC76D8A9A4}.Release|Any CPU.Build.0 = Release|Any CPU
{79B30C14-2901-41F1-93F6-AABF8671B3AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79B30C14-2901-41F1-93F6-AABF8671B3AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79B30C14-2901-41F1-93F6-AABF8671B3AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79B30C14-2901-41F1-93F6-AABF8671B3AC}.Release|Any CPU.Build.0 = Release|Any CPU
{970DC458-D3C4-4B0D-82FB-51B35677141B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{970DC458-D3C4-4B0D-82FB-51B35677141B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{970DC458-D3C4-4B0D-82FB-51B35677141B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{970DC458-D3C4-4B0D-82FB-51B35677141B}.Release|Any CPU.Build.0 = Release|Any CPU
{6CB86EF7-487B-48B0-ADF5-321B3A6F723E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CB86EF7-487B-48B0-ADF5-321B3A6F723E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CB86EF7-487B-48B0-ADF5-321B3A6F723E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CB86EF7-487B-48B0-ADF5-321B3A6F723E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal