Skip to content

Commit 5bb070d

Browse files
author
LAB02 Research
committed
2022.1.0
Added publish profile
1 parent c002a00 commit 5bb070d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/HASS.Agent.AutoImport.sln

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,25 @@ EndProject
88
Global
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
2632
EndGlobal

src/HASS.Agent.AutoImport/HASS.Agent.AutoImport.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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>

0 commit comments

Comments
 (0)