This commit is contained in:
David Štaleker
2023-07-18 11:30:02 +02:00
parent a816459e5b
commit edab522e0e
12 changed files with 821 additions and 0 deletions

25
InfosysPublisher.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InfosysPublisher", "InfosysPublisher\InfosysPublisher.csproj", "{96AECF20-EE37-45E8-BEA1-4C221E1E0BC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96AECF20-EE37-45E8-BEA1-4C221E1E0BC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96AECF20-EE37-45E8-BEA1-4C221E1E0BC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96AECF20-EE37-45E8-BEA1-4C221E1E0BC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96AECF20-EE37-45E8-BEA1-4C221E1E0BC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA731043-FAF1-479E-8787-1E45190E5DC9}
EndGlobalSection
EndGlobal