- Auslesen aller NX Logdateien aus einem definierten Verzeichnis - Anzeigen der Aktuellen NX Logdatei - Anzeigen der letzten Logdatei - Anzeigen einer beliebigen Logdatei - Liste aller Logdateien im Verzeichnis
32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.3.32811.315
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NxLogfile", "NxLogfile\NxLogfile.csproj", "{A758C647-4B02-46FB-8D78-B4120AA5381A}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_NxLogfile", "Test_NxLogfile\Test_NxLogfile.csproj", "{84C68D89-4B6B-4501-B369-514EF161622E}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{A758C647-4B02-46FB-8D78-B4120AA5381A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{A758C647-4B02-46FB-8D78-B4120AA5381A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{A758C647-4B02-46FB-8D78-B4120AA5381A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{A758C647-4B02-46FB-8D78-B4120AA5381A}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{84C68D89-4B6B-4501-B369-514EF161622E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{84C68D89-4B6B-4501-B369-514EF161622E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{84C68D89-4B6B-4501-B369-514EF161622E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{84C68D89-4B6B-4501-B369-514EF161622E}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {DD5E96E7-BD54-4D32-B892-F6C79F263A77}
|
|
EndGlobalSection
|
|
EndGlobal
|