| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.5.33516.290
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ivf_tl_Operate", "ivf_tl_Operate\ivf_tl_Operate.csproj", "{6100671A-B93E-4CE0-8908-CCE30F53250C}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ivf_tl_Entity", "ivf_tl_Entity\ivf_tl_Entity.csproj", "{C016983C-BBAA-4906-B75F-387F596B1869}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ivf_tl_Services", "ivf_tl_Services\ivf_tl_Services.csproj", "{CFD5576A-28B1-4428-AB32-F2257D7C5063}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ivf_tl_Operate.Tests", "ivf_tl_Operate.Tests\ivf_tl_Operate.Tests.csproj", "{1E443584-01C6-4960-926C-DA70FBB38B1E}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Debug|x64 = Debug|x64
- Release|Any CPU = Release|Any CPU
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {6100671A-B93E-4CE0-8908-CCE30F53250C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {6100671A-B93E-4CE0-8908-CCE30F53250C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {6100671A-B93E-4CE0-8908-CCE30F53250C}.Debug|x64.ActiveCfg = Debug|x64
- {6100671A-B93E-4CE0-8908-CCE30F53250C}.Debug|x64.Build.0 = Debug|x64
- {6100671A-B93E-4CE0-8908-CCE30F53250C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {6100671A-B93E-4CE0-8908-CCE30F53250C}.Release|Any CPU.Build.0 = Release|Any CPU
- {6100671A-B93E-4CE0-8908-CCE30F53250C}.Release|x64.ActiveCfg = Release|x64
- {6100671A-B93E-4CE0-8908-CCE30F53250C}.Release|x64.Build.0 = Release|x64
- {C016983C-BBAA-4906-B75F-387F596B1869}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {C016983C-BBAA-4906-B75F-387F596B1869}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {C016983C-BBAA-4906-B75F-387F596B1869}.Debug|x64.ActiveCfg = Debug|x64
- {C016983C-BBAA-4906-B75F-387F596B1869}.Debug|x64.Build.0 = Debug|x64
- {C016983C-BBAA-4906-B75F-387F596B1869}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {C016983C-BBAA-4906-B75F-387F596B1869}.Release|Any CPU.Build.0 = Release|Any CPU
- {C016983C-BBAA-4906-B75F-387F596B1869}.Release|x64.ActiveCfg = Release|x64
- {C016983C-BBAA-4906-B75F-387F596B1869}.Release|x64.Build.0 = Release|x64
- {CFD5576A-28B1-4428-AB32-F2257D7C5063}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {CFD5576A-28B1-4428-AB32-F2257D7C5063}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {CFD5576A-28B1-4428-AB32-F2257D7C5063}.Debug|x64.ActiveCfg = Debug|Any CPU
- {CFD5576A-28B1-4428-AB32-F2257D7C5063}.Debug|x64.Build.0 = Debug|Any CPU
- {CFD5576A-28B1-4428-AB32-F2257D7C5063}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {CFD5576A-28B1-4428-AB32-F2257D7C5063}.Release|Any CPU.Build.0 = Release|Any CPU
- {CFD5576A-28B1-4428-AB32-F2257D7C5063}.Release|x64.ActiveCfg = Release|Any CPU
- {CFD5576A-28B1-4428-AB32-F2257D7C5063}.Release|x64.Build.0 = Release|Any CPU
- {1E443584-01C6-4960-926C-DA70FBB38B1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1E443584-01C6-4960-926C-DA70FBB38B1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1E443584-01C6-4960-926C-DA70FBB38B1E}.Debug|x64.ActiveCfg = Debug|Any CPU
- {1E443584-01C6-4960-926C-DA70FBB38B1E}.Debug|x64.Build.0 = Debug|Any CPU
- {1E443584-01C6-4960-926C-DA70FBB38B1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1E443584-01C6-4960-926C-DA70FBB38B1E}.Release|Any CPU.Build.0 = Release|Any CPU
- {1E443584-01C6-4960-926C-DA70FBB38B1E}.Release|x64.ActiveCfg = Release|Any CPU
- {1E443584-01C6-4960-926C-DA70FBB38B1E}.Release|x64.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {E9EC8CDE-68FA-4B43-9CAD-48B657C9D07D}
- EndGlobalSection
- EndGlobal
|