This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
FiMSharp.sln
43 lines (43 loc) · 2.52 KB
/
FiMSharp.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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32002.261
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FiMSharp", "FiMSharp\FiMSharp.csproj", "{CBA1F4A3-452D-473F-85A3-06F7B704C81D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FiMSharp.Test", "FiMSharp.Test\FiMSharp.Test.csproj", "{C0136AAE-DD0A-4677-BF2B-0A021567A25F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FiMSharp.CLI", "FiMSharp.CLI\FiMSharp.CLI.csproj", "{743B5DB3-11E2-4494-B334-9B096075C64C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FiMSharp.Changeling", "FiMSharp.Changeling\FiMSharp.Changeling.csproj", "{6127819A-3E62-4071-925C-E720BC0960EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CBA1F4A3-452D-473F-85A3-06F7B704C81D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBA1F4A3-452D-473F-85A3-06F7B704C81D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBA1F4A3-452D-473F-85A3-06F7B704C81D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBA1F4A3-452D-473F-85A3-06F7B704C81D}.Release|Any CPU.Build.0 = Release|Any CPU
{C0136AAE-DD0A-4677-BF2B-0A021567A25F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0136AAE-DD0A-4677-BF2B-0A021567A25F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0136AAE-DD0A-4677-BF2B-0A021567A25F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0136AAE-DD0A-4677-BF2B-0A021567A25F}.Release|Any CPU.Build.0 = Release|Any CPU
{743B5DB3-11E2-4494-B334-9B096075C64C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{743B5DB3-11E2-4494-B334-9B096075C64C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{743B5DB3-11E2-4494-B334-9B096075C64C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{743B5DB3-11E2-4494-B334-9B096075C64C}.Release|Any CPU.Build.0 = Release|Any CPU
{6127819A-3E62-4071-925C-E720BC0960EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6127819A-3E62-4071-925C-E720BC0960EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6127819A-3E62-4071-925C-E720BC0960EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6127819A-3E62-4071-925C-E720BC0960EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E1B8BD8B-D93F-42CB-BC2B-85F1B69A06FD}
EndGlobalSection
EndGlobal