File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,25 @@ EndProject
88Global
99 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1010 Debug| Any CPU = Debug| Any CPU
11+ Debug| x64 = Debug| x64
1112 Release| Any CPU = Release| Any CPU
13+ Release| x64 = Release| x64
1214 EndGlobalSection
1315 GlobalSection (ProjectConfigurationPlatforms ) = postSolution
1416 {FF6C1526-A450-4879-A987-D322F5E23F9A} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
1517 {FF6C1526-A450-4879-A987-D322F5E23F9A} .Debug| Any CPU .Build .0 = Debug| Any CPU
18+ {FF6C1526-A450-4879-A987-D322F5E23F9A} .Debug| x64 .ActiveCfg = Debug| x64
19+ {FF6C1526-A450-4879-A987-D322F5E23F9A} .Debug| x64 .Build .0 = Debug| x64
1620 {FF6C1526-A450-4879-A987-D322F5E23F9A} .Release| Any CPU .ActiveCfg = Release| Any CPU
1721 {FF6C1526-A450-4879-A987-D322F5E23F9A} .Release| Any CPU .Build .0 = Release| Any CPU
22+ {FF6C1526-A450-4879-A987-D322F5E23F9A} .Release| x64 .ActiveCfg = Release| x64
23+ {FF6C1526-A450-4879-A987-D322F5E23F9A} .Release| x64 .Build .0 = Release| x64
1824 EndGlobalSection
1925 GlobalSection (SolutionProperties ) = preSolution
2026 HideSolutionNode = FALSE
2127 EndGlobalSection
2228 GlobalSection (ExtensibilityGlobals ) = postSolution
23- VisualSVNWorkingCopyRoot = .
2429 SolutionGuid = {1B6D3ECD-2A0D-498C-8868-D6235629FAD0}
30+ VisualSVNWorkingCopyRoot = .
2531 EndGlobalSection
2632EndGlobal
Original file line number Diff line number Diff line change 99 <Authors >LAB02 Research</Authors >
1010 <Company >LAB02 Research</Company >
1111 <ApplicationIcon >hassagent.ico</ApplicationIcon >
12+ <Platforms >AnyCPU;x64</Platforms >
1213 </PropertyGroup >
1314
1415 <ItemGroup >
You can’t perform that action at this time.
0 commit comments