Skip to content

Commit 19ce28d

Browse files
committed
Remove all x86 references
1 parent 35c5e83 commit 19ce28d

File tree

4 files changed

+6
-28
lines changed

4 files changed

+6
-28
lines changed

src/CodingWithCalvin.OpenInNotepadPlusPlus.Shared/AssemblyInfo.cs

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
#if X64
2-
using CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64;
3-
#elif X86
4-
using CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x86;
5-
#endif
6-
7-
using System.Reflection;
1+
using System.Reflection;
82
using System.Runtime.InteropServices;
3+
using CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64;
94

105
[assembly: AssemblyTitle(VsixConstants.Name)]
116
[assembly: AssemblyDescription(VsixConstants.Description)]

src/CodingWithCalvin.OpenInNotepadPlusPlus.Shared/Commands/OpenExecutableCommand.cs

-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
using System.Windows.Forms;
88
using CodingWithCalvin.OpenInNotepadPlusPlus.Shared.Helpers;
99
using CodingWithCalvin.OpenInNotepadPlusPlus.Shared.Dialogs;
10-
11-
#if X64
1210
using CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64;
13-
#elif X86
14-
using CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x86;
15-
#endif
1611

1712
namespace CodingWithCalvin.OpenInNotepadPlusPlus.Shared.Commands
1813
{

src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.csproj

+1-3
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@
6363
<Reference Include="Microsoft.CSharp" />
6464
</ItemGroup>
6565
<ItemGroup>
66-
<None Include="extension.manifest.json" />
67-
<None Include="README.md" />
6866
<None Include="source.extension.vsixmanifest">
6967
<SubType>Designer</SubType>
7068
</None>
@@ -102,4 +100,4 @@
102100
<Import Project="..\CodingWithCalvin.OpenInNotepadPlusPlus.Shared\CodingWithCalvin.OpenInNotepadPlusPlus.Shared.projitems" Label="Shared" />
103101
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104102
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
105-
</Project>
103+
</Project>

src/CodingWithCalvin.OpenInNotepadPlusPlus.sln

+3-13
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,28 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodingWithCalvin.OpenInNote
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D4EE3BDC-84CE-485E-9E33-ED9D9C2CDDD7}"
99
ProjectSection(SolutionItems) = preProject
10+
extension.manifest.json = extension.manifest.json
11+
..\.github\workflows\publish.yml = ..\.github\workflows\publish.yml
12+
..\README.md = ..\README.md
1013
..\.github\workflows\release_build_and_deploy.yml = ..\.github\workflows\release_build_and_deploy.yml
1114
EndProjectSection
1215
EndProject
1316
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CodingWithCalvin.OpenInNotepadPlusPlus.Shared", "CodingWithCalvin.OpenInNotepadPlusPlus.Shared\CodingWithCalvin.OpenInNotepadPlusPlus.Shared.shproj", "{6A60675F-7859-4D83-9CCC-EF3485EEC9A5}"
1417
EndProject
15-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x86", "CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x86\CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x86.csproj", "{AD67C87A-4D09-4A09-983E-BBE07DC9E7C9}"
16-
EndProject
1718
Global
1819
GlobalSection(SharedMSBuildProjectFiles) = preSolution
1920
CodingWithCalvin.OpenInNotepadPlusPlus.Shared\CodingWithCalvin.OpenInNotepadPlusPlus.Shared.projitems*{6a60675f-7859-4d83-9ccc-ef3485eec9a5}*SharedItemsImports = 13
20-
CodingWithCalvin.OpenInNotepadPlusPlus.Shared\CodingWithCalvin.OpenInNotepadPlusPlus.Shared.projitems*{ad67c87a-4d09-4a09-983e-bbe07dc9e7c9}*SharedItemsImports = 4
2121
CodingWithCalvin.OpenInNotepadPlusPlus.Shared\CodingWithCalvin.OpenInNotepadPlusPlus.Shared.projitems*{add4175c-aa5c-49e4-afaf-6b9d3e832e8d}*SharedItemsImports = 4
2222
EndGlobalSection
2323
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2424
Debug|x64 = Debug|x64
25-
Debug|x86 = Debug|x86
2625
Release|x64 = Release|x64
27-
Release|x86 = Release|x86
2826
EndGlobalSection
2927
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3028
{ADD4175C-AA5C-49E4-AFAF-6B9D3E832E8D}.Debug|x64.ActiveCfg = Debug|x64
3129
{ADD4175C-AA5C-49E4-AFAF-6B9D3E832E8D}.Debug|x64.Build.0 = Debug|x64
32-
{ADD4175C-AA5C-49E4-AFAF-6B9D3E832E8D}.Debug|x86.ActiveCfg = Debug|x64
3330
{ADD4175C-AA5C-49E4-AFAF-6B9D3E832E8D}.Release|x64.ActiveCfg = Release|x64
3431
{ADD4175C-AA5C-49E4-AFAF-6B9D3E832E8D}.Release|x64.Build.0 = Release|x64
35-
{ADD4175C-AA5C-49E4-AFAF-6B9D3E832E8D}.Release|x86.ActiveCfg = Release|x64
36-
{AD67C87A-4D09-4A09-983E-BBE07DC9E7C9}.Debug|x64.ActiveCfg = Debug|x86
37-
{AD67C87A-4D09-4A09-983E-BBE07DC9E7C9}.Debug|x86.ActiveCfg = Debug|x86
38-
{AD67C87A-4D09-4A09-983E-BBE07DC9E7C9}.Debug|x86.Build.0 = Debug|x86
39-
{AD67C87A-4D09-4A09-983E-BBE07DC9E7C9}.Release|x64.ActiveCfg = Release|x86
40-
{AD67C87A-4D09-4A09-983E-BBE07DC9E7C9}.Release|x86.ActiveCfg = Release|x86
41-
{AD67C87A-4D09-4A09-983E-BBE07DC9E7C9}.Release|x86.Build.0 = Release|x86
4232
EndGlobalSection
4333
GlobalSection(SolutionProperties) = preSolution
4434
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)