Skip to content

Commit 72500b5

Browse files
committed
Some project config cleanup
1 parent f90ecf0 commit 72500b5

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Background-Terminal-Setup/Config.wxi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<?define ProductName = "Background Terminal (64 bit)" ?>
55
<?define Win64 = "yes" ?>
66
<?define PlatformProgramFilesFolder = "ProgramFiles64Folder" ?>
7-
<?define ReleaseExecutablePath = "../Background-Terminal/bin/Release/netcoreapp3.1/publish/win-x64/Background-Terminal.exe" ?>
7+
<?define ReleaseExecutablePath = "../Background-Terminal/bin/Release/netcoreapp3.1/win-x64/publish/Background-Terminal.exe" ?>
88
<?else ?>
99
<?define ProductName = "Background Terminal" ?>
1010
<?define Win64 = "no" ?>
1111
<?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?>
12-
<?define ReleaseExecutablePath = "../Background-Terminal/bin/Release/netcoreapp3.1/publish/win-x86/Background-Terminal.exe" ?>
12+
<?define ReleaseExecutablePath = "../Background-Terminal/bin/Release/netcoreapp3.1/win-x86/publish/Background-Terminal.exe" ?>
1313
<?endif ?>
1414
</Include>

Background-Terminal/Background-Terminal.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RootNamespace>Background_Terminal</RootNamespace>
77
<UseWPF>true</UseWPF>
88
<ApplicationIcon>background-terminal.ico</ApplicationIcon>
9-
<Platforms>AnyCPU;x86;x64</Platforms>
9+
<Platforms>x86;x64</Platforms>
1010
<Version>1.1.0</Version>
1111
</PropertyGroup>
1212

@@ -31,8 +31,4 @@
3131
<Resource Include="Images\minimize.png" />
3232
</ItemGroup>
3333

34-
<ItemGroup>
35-
<Folder Include="Properties\" />
36-
</ItemGroup>
37-
3834
</Project>

0 commit comments

Comments
 (0)