FileConverter/FileConverter.sln

38 lines
2.0 KiB
Plaintext
Raw Permalink Normal View History

2015-04-06 12:50:22 +02:00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34003.232
2015-11-25 20:30:26 +01:00
MinimumVisualStudioVersion = 10.0.40219.1
2018-05-22 08:06:28 +02:00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileConverterExtension", "Application\FileConverterExtension\FileConverterExtension.csproj", "{0C44CA69-42D6-4357-BDFD-83069D1ABA2F}"
EndProject
2015-11-17 18:33:55 +01:00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileConverter", "Application\FileConverter\FileConverter.csproj", "{D27A76D2-43E4-43CC-9DA3-334B0B46F4E5}"
2015-04-06 12:50:22 +02:00
EndProject
Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "Installer", "Installer\Installer.wixproj", "{F14673DF-DF38-44B4-AB1D-99A59182C24C}"
2015-04-06 12:50:22 +02:00
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2015-04-06 17:43:39 +02:00
Debug|x64 = Debug|x64
Release|x64 = Release|x64
2015-04-06 12:50:22 +02:00
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2018-05-22 08:06:28 +02:00
{0C44CA69-42D6-4357-BDFD-83069D1ABA2F}.Debug|x64.ActiveCfg = Debug|x64
{0C44CA69-42D6-4357-BDFD-83069D1ABA2F}.Debug|x64.Build.0 = Debug|x64
{0C44CA69-42D6-4357-BDFD-83069D1ABA2F}.Release|x64.ActiveCfg = Release|x64
{0C44CA69-42D6-4357-BDFD-83069D1ABA2F}.Release|x64.Build.0 = Release|x64
{D27A76D2-43E4-43CC-9DA3-334B0B46F4E5}.Debug|x64.ActiveCfg = Debug|x64
{D27A76D2-43E4-43CC-9DA3-334B0B46F4E5}.Debug|x64.Build.0 = Debug|x64
2016-08-01 23:05:34 +02:00
{D27A76D2-43E4-43CC-9DA3-334B0B46F4E5}.Release|x64.ActiveCfg = Release|x64
{D27A76D2-43E4-43CC-9DA3-334B0B46F4E5}.Release|x64.Build.0 = Release|x64
2015-04-06 17:43:39 +02:00
{F14673DF-DF38-44B4-AB1D-99A59182C24C}.Debug|x64.ActiveCfg = Debug|x64
{F14673DF-DF38-44B4-AB1D-99A59182C24C}.Debug|x64.Build.0 = Debug|x64
{F14673DF-DF38-44B4-AB1D-99A59182C24C}.Release|x64.ActiveCfg = Release|x64
{F14673DF-DF38-44B4-AB1D-99A59182C24C}.Release|x64.Build.0 = Release|x64
2015-04-06 12:50:22 +02:00
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
2018-05-22 08:06:28 +02:00
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {25886AE7-2150-459F-A25D-9BF3026508B3}
EndGlobalSection
2015-04-06 12:50:22 +02:00
EndGlobal