Skip to content

Commit

Permalink
VS
Browse files Browse the repository at this point in the history
  • Loading branch information
na1307 committed Apr 26, 2024
1 parent 67b008d commit 0fc273d
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }} #hash of project files
restore-keys: ${{ runner.os }}-nuget-
- name: Build
run: msbuild -r -p:Configuration=Release -p:DeployExtension=false
run: msbuild EncodingConverter.VS\EncodingConverter.VS.csproj -r -p:Configuration=Release -p:DeployExtension=false
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}.vsix
path: EncodingConverter/bin/**/*.vsix
path: EncodingConverter.VS/bin/Release/**/*.vsix
3 changes: 0 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net3.5-client' or '$(TargetFramework)' == 'net4.0-client'">
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
</Project>
9 changes: 0 additions & 9 deletions Directory.Build.targets

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion EncodingConverter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EncodingConverter", "EncodingConverter\EncodingConverter.csproj", "{9FFBDABA-E149-4EAF-8E0B-F2C5DFC1AFB5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EncodingConverter.VS", "EncodingConverter.VS\EncodingConverter.VS.csproj", "{9FFBDABA-E149-4EAF-8E0B-F2C5DFC1AFB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 0fc273d

Please sign in to comment.