Skip to content

Commit 1f690d0

Browse files
committed
change vsix for vb project to be a c# file
1 parent 2af1706 commit 1f690d0

File tree

3 files changed

+17
-33
lines changed

3 files changed

+17
-33
lines changed

CodeCracker.VisualBasic.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ VisualStudioVersion = 14.0.22609.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CodeCracker", "src\VisualBasic\CodeCracker\CodeCracker.vbproj", "{41FA4971-D354-4647-A269-4A886DA2EF4C}"
77
EndProject
8-
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CodeCracker.Vsix", "src\VisualBasic\CodeCracker.Vsix\CodeCracker.Vsix.vbproj", "{0C891C7E-FCA1-4318-A1EE-EF06F0767419}"
9-
EndProject
108
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CodeCracker.Test", "test\VisualBasic\CodeCracker.Test\CodeCracker.Test.vbproj", "{5399E7A8-F8F1-4F2E-A5D2-9C96F3DD2A2D}"
119
EndProject
1210
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3DB077DC-387D-4AAD-9ECE-96D3D24FB3A6}"
@@ -40,6 +38,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Common", "src\C
4038
EndProject
4139
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Test.Common", "test\Common\CodeCracker.Test.Common\CodeCracker.Test.Common.csproj", "{1CD1A3EE-28CE-404B-A59E-AEACF762D938}"
4240
EndProject
41+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Vsix", "src\VisualBasic\CodeCracker.Vsix\CodeCracker.Vsix.csproj", "{6BAC4057-7239-485E-A04B-02E687A83BAA}"
42+
EndProject
4343
Global
4444
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4545
Debug|Any CPU = Debug|Any CPU
@@ -53,11 +53,6 @@ Global
5353
{41FA4971-D354-4647-A269-4A886DA2EF4C}.DebugNoVsix|Any CPU.Build.0 = Debug|Any CPU
5454
{41FA4971-D354-4647-A269-4A886DA2EF4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
5555
{41FA4971-D354-4647-A269-4A886DA2EF4C}.Release|Any CPU.Build.0 = Release|Any CPU
56-
{0C891C7E-FCA1-4318-A1EE-EF06F0767419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
57-
{0C891C7E-FCA1-4318-A1EE-EF06F0767419}.Debug|Any CPU.Build.0 = Debug|Any CPU
58-
{0C891C7E-FCA1-4318-A1EE-EF06F0767419}.DebugNoVsix|Any CPU.ActiveCfg = Debug|Any CPU
59-
{0C891C7E-FCA1-4318-A1EE-EF06F0767419}.Release|Any CPU.ActiveCfg = Release|Any CPU
60-
{0C891C7E-FCA1-4318-A1EE-EF06F0767419}.Release|Any CPU.Build.0 = Release|Any CPU
6156
{5399E7A8-F8F1-4F2E-A5D2-9C96F3DD2A2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
6257
{5399E7A8-F8F1-4F2E-A5D2-9C96F3DD2A2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
6358
{5399E7A8-F8F1-4F2E-A5D2-9C96F3DD2A2D}.DebugNoVsix|Any CPU.ActiveCfg = Debug|Any CPU
@@ -76,6 +71,11 @@ Global
7671
{1CD1A3EE-28CE-404B-A59E-AEACF762D938}.DebugNoVsix|Any CPU.Build.0 = Debug|Any CPU
7772
{1CD1A3EE-28CE-404B-A59E-AEACF762D938}.Release|Any CPU.ActiveCfg = Release|Any CPU
7873
{1CD1A3EE-28CE-404B-A59E-AEACF762D938}.Release|Any CPU.Build.0 = Release|Any CPU
74+
{6BAC4057-7239-485E-A04B-02E687A83BAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
75+
{6BAC4057-7239-485E-A04B-02E687A83BAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
76+
{6BAC4057-7239-485E-A04B-02E687A83BAA}.DebugNoVsix|Any CPU.ActiveCfg = Debug|Any CPU
77+
{6BAC4057-7239-485E-A04B-02E687A83BAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
78+
{6BAC4057-7239-485E-A04B-02E687A83BAA}.Release|Any CPU.Build.0 = Release|Any CPU
7979
EndGlobalSection
8080
GlobalSection(SolutionProperties) = preSolution
8181
HideSolutionNode = FALSE

src/VisualBasic/CodeCracker.Vsix/CodeCracker.Vsix.vbproj renamed to src/VisualBasic/CodeCracker.Vsix/CodeCracker.Vsix.csproj

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1010
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1111
<SchemaVersion>2.0</SchemaVersion>
12-
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
13-
<ProjectGuid>{0C891C7E-FCA1-4318-A1EE-EF06F0767419}</ProjectGuid>
12+
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
13+
<ProjectGuid>{6BAC4057-7239-485E-A04B-02E687A83BAA}</ProjectGuid>
1414
<OutputType>Library</OutputType>
15+
<AppDesignerFolder>Properties</AppDesignerFolder>
1516
<RootNamespace>CodeCracker</RootNamespace>
1617
<AssemblyName>CodeCracker.VisualBasic</AssemblyName>
1718
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
@@ -28,31 +29,17 @@
2829
<DebugType>full</DebugType>
2930
<Optimize>false</Optimize>
3031
<OutputPath>bin\Debug\</OutputPath>
31-
<DefineDebug>true</DefineDebug>
32-
<DefineTrace>true</DefineTrace>
32+
<DefineConstants>DEBUG;TRACE</DefineConstants>
3333
<ErrorReport>prompt</ErrorReport>
34-
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
34+
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
3636
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3737
<DebugType>pdbonly</DebugType>
3838
<Optimize>true</Optimize>
3939
<OutputPath>bin\Release\</OutputPath>
40-
<DefineDebug>false</DefineDebug>
41-
<DefineTrace>true</DefineTrace>
40+
<DefineConstants>TRACE</DefineConstants>
4241
<ErrorReport>prompt</ErrorReport>
43-
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
44-
</PropertyGroup>
45-
<PropertyGroup>
46-
<OptionExplicit>On</OptionExplicit>
47-
</PropertyGroup>
48-
<PropertyGroup>
49-
<OptionCompare>Binary</OptionCompare>
50-
</PropertyGroup>
51-
<PropertyGroup>
52-
<OptionStrict>Off</OptionStrict>
53-
</PropertyGroup>
54-
<PropertyGroup>
55-
<OptionInfer>On</OptionInfer>
42+
<WarningLevel>4</WarningLevel>
5643
</PropertyGroup>
5744
<PropertyGroup>
5845
<StartAction>Program</StartAction>
@@ -65,9 +52,6 @@
6552
<SubType>Designer</SubType>
6653
</None>
6754
</ItemGroup>
68-
<ItemGroup>
69-
<Folder Include="My Project\" />
70-
</ItemGroup>
7155
<ItemGroup>
7256
<Content Include="ccexample.png">
7357
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -90,7 +74,7 @@
9074
</ItemGroup>
9175
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9276
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
93-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
77+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9478
Other similar extension points exist, see Microsoft.Common.targets.
9579
<Target Name="BeforeBuild">
9680
</Target>

src/VisualBasic/CodeCracker.Vsix/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a community project, free and open source. Everyone is invited to contri
2222
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />
2323
</Dependencies>
2424
<Assets>
25-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="CodeCracker" Path="|CodeCracker|"/>
26-
<Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="CodeCracker" Path="|CodeCracker|"/>
25+
<Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="CodeCracker" Path="|CodeCracker|" />
26+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="CodeCracker" Path="|CodeCracker|" />
2727
</Assets>
2828
</PackageManifest>

0 commit comments

Comments
 (0)