aboutbox_dll_visualstudio/AboutBox.sln
Eugen Höglinger 46c64b0132 Änderung
- Abfrage eingefügt, die den Button 'DLL-Info' unterdrückt, wenn
   die EXE und die DLLs in eine EXE gepackt sind.
   Das verhindert einen Fehler, weil keine DLL gefunden werden.
2021-06-01 17:08:23 +02:00

33 lines
1.6 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AboutBox", "AboutBox\AboutBox.csproj", "{32F8CF98-005D-4F81-8381-CC2B8FC7A4D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_AboutBox", "Test_AboutBox\Test_AboutBox.csproj", "{FC5324DA-3FA6-41F7-9F11-4060E8057B55}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32F8CF98-005D-4F81-8381-CC2B8FC7A4D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32F8CF98-005D-4F81-8381-CC2B8FC7A4D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32F8CF98-005D-4F81-8381-CC2B8FC7A4D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32F8CF98-005D-4F81-8381-CC2B8FC7A4D8}.Release|Any CPU.Build.0 = Release|Any CPU
{FC5324DA-3FA6-41F7-9F11-4060E8057B55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC5324DA-3FA6-41F7-9F11-4060E8057B55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC5324DA-3FA6-41F7-9F11-4060E8057B55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC5324DA-3FA6-41F7-9F11-4060E8057B55}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {15165E4A-C2AA-46F2-94D4-379F9DC52145}
RESX_NeutralResourcesLanguage = de-DE
EndGlobalSection
EndGlobal