-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCesarCipherFinal.sln
More file actions
55 lines (55 loc) · 3.09 KB
/
CesarCipherFinal.sln
File metadata and controls
55 lines (55 loc) · 3.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CesarCipherFinal", "CesarCipherFinal\CesarCipherFinal.vcxproj", "{F72A0FF1-7872-4E55-9C80-6E5ACF768692}"
ProjectSection(ProjectDependencies) = postProject
{4E5BE39D-54E0-4834-9C12-71EE64232384} = {4E5BE39D-54E0-4834-9C12-71EE64232384}
{5AA38BB5-DFD3-4CFF-89A3-AA738D03AA39} = {5AA38BB5-DFD3-4CFF-89A3-AA738D03AA39}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AssemblyDll", "AssemblyDll\AssemblyDll.vcxproj", "{4E5BE39D-54E0-4834-9C12-71EE64232384}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppDll", "CppDll\CppDll.vcxproj", "{5AA38BB5-DFD3-4CFF-89A3-AA738D03AA39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F72A0FF1-7872-4E55-9C80-6E5ACF768692}.Debug|x64.ActiveCfg = Debug|x64
{F72A0FF1-7872-4E55-9C80-6E5ACF768692}.Debug|x64.Build.0 = Debug|x64
{F72A0FF1-7872-4E55-9C80-6E5ACF768692}.Debug|x86.ActiveCfg = Debug|x64
{F72A0FF1-7872-4E55-9C80-6E5ACF768692}.Debug|x86.Build.0 = Debug|x64
{F72A0FF1-7872-4E55-9C80-6E5ACF768692}.Release|x64.ActiveCfg = Release|x64
{F72A0FF1-7872-4E55-9C80-6E5ACF768692}.Release|x64.Build.0 = Release|x64
{F72A0FF1-7872-4E55-9C80-6E5ACF768692}.Release|x86.ActiveCfg = Release|x64
{F72A0FF1-7872-4E55-9C80-6E5ACF768692}.Release|x86.Build.0 = Release|x64
{4E5BE39D-54E0-4834-9C12-71EE64232384}.Debug|x64.ActiveCfg = Debug|x64
{4E5BE39D-54E0-4834-9C12-71EE64232384}.Debug|x64.Build.0 = Debug|x64
{4E5BE39D-54E0-4834-9C12-71EE64232384}.Debug|x86.ActiveCfg = Debug|Win32
{4E5BE39D-54E0-4834-9C12-71EE64232384}.Debug|x86.Build.0 = Debug|Win32
{4E5BE39D-54E0-4834-9C12-71EE64232384}.Release|x64.ActiveCfg = Release|x64
{4E5BE39D-54E0-4834-9C12-71EE64232384}.Release|x64.Build.0 = Release|x64
{4E5BE39D-54E0-4834-9C12-71EE64232384}.Release|x86.ActiveCfg = Release|Win32
{4E5BE39D-54E0-4834-9C12-71EE64232384}.Release|x86.Build.0 = Release|Win32
{5AA38BB5-DFD3-4CFF-89A3-AA738D03AA39}.Debug|x64.ActiveCfg = Release|x64
{5AA38BB5-DFD3-4CFF-89A3-AA738D03AA39}.Debug|x64.Build.0 = Release|x64
{5AA38BB5-DFD3-4CFF-89A3-AA738D03AA39}.Debug|x86.ActiveCfg = Debug|Win32
{5AA38BB5-DFD3-4CFF-89A3-AA738D03AA39}.Debug|x86.Build.0 = Debug|Win32
{5AA38BB5-DFD3-4CFF-89A3-AA738D03AA39}.Release|x64.ActiveCfg = Release|x64
{5AA38BB5-DFD3-4CFF-89A3-AA738D03AA39}.Release|x64.Build.0 = Release|x64
{5AA38BB5-DFD3-4CFF-89A3-AA738D03AA39}.Release|x86.ActiveCfg = Release|Win32
{5AA38BB5-DFD3-4CFF-89A3-AA738D03AA39}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {37180600-6C85-45F8-8B52-9B70F648CB2F}
EndGlobalSection
EndGlobal