12345678910111213141516171819202122232425262728293031323334353637 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.7.34031.279
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DLL_task", "DLL_task\DLL_task.csproj", "{E6086752-9B78-4822-8B0B-26A88CE05CAA}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DLL_library", "DLL_library\DLL_library.csproj", "{FA2146F2-85C4-45F3-827E-EFF32A9E336B}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDLL.text", "TestDLL.text\TestDLL.text.csproj", "{F9BA8619-6610-4E20-8242-4067DEDCE03A}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E6086752-9B78-4822-8B0B-26A88CE05CAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E6086752-9B78-4822-8B0B-26A88CE05CAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E6086752-9B78-4822-8B0B-26A88CE05CAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E6086752-9B78-4822-8B0B-26A88CE05CAA}.Release|Any CPU.Build.0 = Release|Any CPU
- {FA2146F2-85C4-45F3-827E-EFF32A9E336B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {FA2146F2-85C4-45F3-827E-EFF32A9E336B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {FA2146F2-85C4-45F3-827E-EFF32A9E336B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {FA2146F2-85C4-45F3-827E-EFF32A9E336B}.Release|Any CPU.Build.0 = Release|Any CPU
- {F9BA8619-6610-4E20-8242-4067DEDCE03A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F9BA8619-6610-4E20-8242-4067DEDCE03A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F9BA8619-6610-4E20-8242-4067DEDCE03A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F9BA8619-6610-4E20-8242-4067DEDCE03A}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {E6258CA1-D453-4F37-958C-CE34C64C7583}
- EndGlobalSection
- EndGlobal
|