Skip to content

Commit eeae7e7

Browse files
committed
Fix vsix debug build
1 parent 60f4413 commit eeae7e7

File tree

9 files changed

+33
-67
lines changed

9 files changed

+33
-67
lines changed

CodeCracker.CSharp.sln

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Global
6262
{FF1097FB-A890-461B-979E-064697891B96}.ReleaseNoVsix|Any CPU.ActiveCfg = Release|Any CPU
6363
{FF1097FB-A890-461B-979E-064697891B96}.ReleaseNoVsix|Any CPU.Build.0 = Release|Any CPU
6464
{6BAC4057-7239-485E-A04B-02E687A83BAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
65-
{6BAC4057-7239-485E-A04B-02E687A83BAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
6665
{6BAC4057-7239-485E-A04B-02E687A83BAA}.DebugNoVsix|Any CPU.ActiveCfg = Debug|Any CPU
6766
{6BAC4057-7239-485E-A04B-02E687A83BAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
6867
{6BAC4057-7239-485E-A04B-02E687A83BAA}.Release|Any CPU.Build.0 = Release|Any CPU
@@ -95,7 +94,6 @@ Global
9594
{E3B0C133-B97E-46B9-809D-16BB762EF74F}.Debug|Any CPU.Build.0 = Debug|Any CPU
9695
{E3B0C133-B97E-46B9-809D-16BB762EF74F}.DebugNoVsix|Any CPU.ActiveCfg = Debug|Any CPU
9796
{E3B0C133-B97E-46B9-809D-16BB762EF74F}.Release|Any CPU.ActiveCfg = Release|Any CPU
98-
{E3B0C133-B97E-46B9-809D-16BB762EF74F}.Release|Any CPU.Build.0 = Release|Any CPU
9997
{E3B0C133-B97E-46B9-809D-16BB762EF74F}.ReleaseNoVsix|Any CPU.ActiveCfg = Release|Any CPU
10098
EndGlobalSection
10199
GlobalSection(SolutionProperties) = preSolution

CodeCracker.VisualBasic.sln

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Test.Common", "
3939
EndProject
4040
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Vsix", "src\VisualBasic\CodeCracker.Vsix\CodeCracker.Vsix.csproj", "{B7B513B4-0317-4F32-B560-4BFC4FAEC239}"
4141
EndProject
42-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Vsix.Debug", "src\VisualBasic\CodeCracker.Vsix\CodeCracker.Vsix.Debug.csproj", "{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}"
42+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Vsix.Debug", "src\VisualBasic\CodeCracker.Vsix\CodeCracker.Vsix.Debug.csproj", "{7F08D429-91E1-4B47-B3B2-A98754C8DFA7}"
4343
EndProject
4444
Global
4545
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -82,19 +82,15 @@ Global
8282
{1CD1A3EE-28CE-404B-A59E-AEACF762D938}.ReleaseNoVsix|Any CPU.ActiveCfg = Release|Any CPU
8383
{1CD1A3EE-28CE-404B-A59E-AEACF762D938}.ReleaseNoVsix|Any CPU.Build.0 = Release|Any CPU
8484
{B7B513B4-0317-4F32-B560-4BFC4FAEC239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
85-
{B7B513B4-0317-4F32-B560-4BFC4FAEC239}.Debug|Any CPU.Build.0 = Debug|Any CPU
8685
{B7B513B4-0317-4F32-B560-4BFC4FAEC239}.DebugNoVsix|Any CPU.ActiveCfg = Debug|Any CPU
8786
{B7B513B4-0317-4F32-B560-4BFC4FAEC239}.Release|Any CPU.ActiveCfg = Release|Any CPU
8887
{B7B513B4-0317-4F32-B560-4BFC4FAEC239}.Release|Any CPU.Build.0 = Release|Any CPU
8988
{B7B513B4-0317-4F32-B560-4BFC4FAEC239}.ReleaseNoVsix|Any CPU.ActiveCfg = Release|Any CPU
90-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
91-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.Debug|Any CPU.Build.0 = Debug|Any CPU
92-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.DebugNoVsix|Any CPU.ActiveCfg = Debug|Any CPU
93-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.DebugNoVsix|Any CPU.Build.0 = Debug|Any CPU
94-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.Release|Any CPU.ActiveCfg = Release|Any CPU
95-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.Release|Any CPU.Build.0 = Release|Any CPU
96-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.ReleaseNoVsix|Any CPU.ActiveCfg = Release|Any CPU
97-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.ReleaseNoVsix|Any CPU.Build.0 = Release|Any CPU
89+
{7F08D429-91E1-4B47-B3B2-A98754C8DFA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
90+
{7F08D429-91E1-4B47-B3B2-A98754C8DFA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
91+
{7F08D429-91E1-4B47-B3B2-A98754C8DFA7}.DebugNoVsix|Any CPU.ActiveCfg = Debug|Any CPU
92+
{7F08D429-91E1-4B47-B3B2-A98754C8DFA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
93+
{7F08D429-91E1-4B47-B3B2-A98754C8DFA7}.ReleaseNoVsix|Any CPU.ActiveCfg = Release|Any CPU
9894
EndGlobalSection
9995
GlobalSection(SolutionProperties) = preSolution
10096
HideSolutionNode = FALSE

CodeCracker.sln

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C5584F20-6
5555
test.ps1 = test.ps1
5656
EndProjectSection
5757
EndProject
58-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Vsix.Debug", "src\VisualBasic\CodeCracker.Vsix\CodeCracker.Vsix.Debug.csproj", "{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}"
58+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Vsix.Debug", "src\VisualBasic\CodeCracker.Vsix\CodeCracker.Vsix.Debug.csproj", "{7F08D429-91E1-4B47-B3B2-A98754C8DFA7}"
5959
EndProject
6060
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeCracker.Vsix.Debug", "src\CSharp\CodeCracker.Vsix\CodeCracker.Vsix.Debug.csproj", "{E3B0C133-B97E-46B9-809D-16BB762EF74F}"
6161
EndProject
@@ -84,7 +84,6 @@ Global
8484
{FF1097FB-A890-461B-979E-064697891B96}.ReleaseNoVsix|Any CPU.ActiveCfg = Release|Any CPU
8585
{FF1097FB-A890-461B-979E-064697891B96}.ReleaseNoVsix|Any CPU.Build.0 = Release|Any CPU
8686
{6BAC4057-7239-485E-A04B-02E687A83BAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
87-
{6BAC4057-7239-485E-A04B-02E687A83BAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
8887
{6BAC4057-7239-485E-A04B-02E687A83BAA}.DebugNoVsix|Any CPU.ActiveCfg = Debug|Any CPU
8988
{6BAC4057-7239-485E-A04B-02E687A83BAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
9089
{6BAC4057-7239-485E-A04B-02E687A83BAA}.Release|Any CPU.Build.0 = Release|Any CPU
@@ -106,7 +105,6 @@ Global
106105
{41FA4971-D354-4647-A269-4A886DA2EF4C}.ReleaseNoVsix|Any CPU.ActiveCfg = Release|Any CPU
107106
{41FA4971-D354-4647-A269-4A886DA2EF4C}.ReleaseNoVsix|Any CPU.Build.0 = Release|Any CPU
108107
{B7B513B4-0317-4F32-B560-4BFC4FAEC239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
109-
{B7B513B4-0317-4F32-B560-4BFC4FAEC239}.Debug|Any CPU.Build.0 = Debug|Any CPU
110108
{B7B513B4-0317-4F32-B560-4BFC4FAEC239}.DebugNoVsix|Any CPU.ActiveCfg = Debug|Any CPU
111109
{B7B513B4-0317-4F32-B560-4BFC4FAEC239}.Release|Any CPU.ActiveCfg = Release|Any CPU
112110
{B7B513B4-0317-4F32-B560-4BFC4FAEC239}.Release|Any CPU.Build.0 = Release|Any CPU
@@ -127,22 +125,16 @@ Global
127125
{5399E7A8-F8F1-4F2E-A5D2-9C96F3DD2A2D}.Release|Any CPU.Build.0 = Release|Any CPU
128126
{5399E7A8-F8F1-4F2E-A5D2-9C96F3DD2A2D}.ReleaseNoVsix|Any CPU.ActiveCfg = Release|Any CPU
129127
{5399E7A8-F8F1-4F2E-A5D2-9C96F3DD2A2D}.ReleaseNoVsix|Any CPU.Build.0 = Release|Any CPU
130-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
131-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.Debug|Any CPU.Build.0 = Debug|Any CPU
132-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.DebugNoVsix|Any CPU.ActiveCfg = Debug|Any CPU
133-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.DebugNoVsix|Any CPU.Build.0 = Debug|Any CPU
134-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.Release|Any CPU.ActiveCfg = Release|Any CPU
135-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.Release|Any CPU.Build.0 = Release|Any CPU
136-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.ReleaseNoVsix|Any CPU.ActiveCfg = Release|Any CPU
137-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}.ReleaseNoVsix|Any CPU.Build.0 = Release|Any CPU
128+
{7F08D429-91E1-4B47-B3B2-A98754C8DFA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
129+
{7F08D429-91E1-4B47-B3B2-A98754C8DFA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
130+
{7F08D429-91E1-4B47-B3B2-A98754C8DFA7}.DebugNoVsix|Any CPU.ActiveCfg = Debug|Any CPU
131+
{7F08D429-91E1-4B47-B3B2-A98754C8DFA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
132+
{7F08D429-91E1-4B47-B3B2-A98754C8DFA7}.ReleaseNoVsix|Any CPU.ActiveCfg = Release|Any CPU
138133
{E3B0C133-B97E-46B9-809D-16BB762EF74F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
139134
{E3B0C133-B97E-46B9-809D-16BB762EF74F}.Debug|Any CPU.Build.0 = Debug|Any CPU
140135
{E3B0C133-B97E-46B9-809D-16BB762EF74F}.DebugNoVsix|Any CPU.ActiveCfg = Debug|Any CPU
141-
{E3B0C133-B97E-46B9-809D-16BB762EF74F}.DebugNoVsix|Any CPU.Build.0 = Debug|Any CPU
142136
{E3B0C133-B97E-46B9-809D-16BB762EF74F}.Release|Any CPU.ActiveCfg = Release|Any CPU
143-
{E3B0C133-B97E-46B9-809D-16BB762EF74F}.Release|Any CPU.Build.0 = Release|Any CPU
144137
{E3B0C133-B97E-46B9-809D-16BB762EF74F}.ReleaseNoVsix|Any CPU.ActiveCfg = Release|Any CPU
145-
{E3B0C133-B97E-46B9-809D-16BB762EF74F}.ReleaseNoVsix|Any CPU.Build.0 = Release|Any CPU
146138
EndGlobalSection
147139
GlobalSection(SolutionProperties) = preSolution
148140
HideSolutionNode = FALSE
@@ -156,7 +148,7 @@ Global
156148
{5399E7A8-F8F1-4F2E-A5D2-9C96F3DD2A2D} = {11473308-7FD9-43CE-84CE-5912EEFDD1DC}
157149
{234973E7-794D-4BC5-8D5F-FB98D8BFA967} = {E1B8ADBF-3442-4EF3-8C6B-146B576340E9}
158150
{C5584F20-6E93-4D2D-B6F0-141B977AFC9F} = {E1B8ADBF-3442-4EF3-8C6B-146B576340E9}
159-
{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38} = {11473308-7FD9-43CE-84CE-5912EEFDD1DC}
151+
{7F08D429-91E1-4B47-B3B2-A98754C8DFA7} = {11473308-7FD9-43CE-84CE-5912EEFDD1DC}
160152
{E3B0C133-B97E-46B9-809D-16BB762EF74F} = {90D62FF0-A374-4C14-B827-1FFA8E384E18}
161153
EndGlobalSection
162154
GlobalSection(ExtensibilityGlobals) = postSolution

src/CSharp/CodeCracker.Vsix/CodeCracker.Vsix.Debug.csproj

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
55
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
66
<TargetFrameworkProfile />
7-
<FileUpgradeFlags>
8-
</FileUpgradeFlags>
9-
<UpgradeBackupLocation>
10-
</UpgradeBackupLocation>
11-
<OldToolsVersion>15.0</OldToolsVersion>
127
</PropertyGroup>
138
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
149
<PropertyGroup>
@@ -34,15 +29,15 @@
3429
<DebugSymbols>true</DebugSymbols>
3530
<DebugType>full</DebugType>
3631
<Optimize>false</Optimize>
37-
<OutputPath>bin\Debug\</OutputPath>
32+
<OutputPath>debug\bin\Debug\</OutputPath>
3833
<DefineConstants>DEBUG;TRACE</DefineConstants>
3934
<ErrorReport>prompt</ErrorReport>
4035
<WarningLevel>4</WarningLevel>
4136
</PropertyGroup>
4237
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4338
<DebugType>pdbonly</DebugType>
4439
<Optimize>true</Optimize>
45-
<OutputPath>bin\Release\</OutputPath>
40+
<OutputPath>debug\bin\Release\</OutputPath>
4641
<DefineConstants>TRACE</DefineConstants>
4742
<ErrorReport>prompt</ErrorReport>
4843
<WarningLevel>4</WarningLevel>
@@ -53,7 +48,7 @@
5348
<StartArguments>/rootsuffix Roslyn</StartArguments>
5449
</PropertyGroup>
5550
<ItemGroup>
56-
<None Include="source.extension.debug.vsixmanifest">
51+
<None Include="debug\source.extension.vsixmanifest">
5752
<SubType>Designer</SubType>
5853
</None>
5954
</ItemGroup>

src/CSharp/CodeCracker.Vsix/CodeCracker.Vsix.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
55
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
66
<TargetFrameworkProfile />
7-
<FileUpgradeFlags>
8-
</FileUpgradeFlags>
9-
<UpgradeBackupLocation>
10-
</UpgradeBackupLocation>
11-
<OldToolsVersion>15.0</OldToolsVersion>
127
</PropertyGroup>
138
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
149
<PropertyGroup>

src/CSharp/CodeCracker.Vsix/source.extension.debug.vsixmanifest renamed to src/CSharp/CodeCracker.Vsix/debug/source.extension.vsixmanifest

File renamed without changes.

src/VisualBasic/CodeCracker.Vsix/CodeCracker.Vsix.Debug.csproj

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
55
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
66
<TargetFrameworkProfile />
7-
<FileUpgradeFlags>
8-
</FileUpgradeFlags>
9-
<UpgradeBackupLocation>
10-
</UpgradeBackupLocation>
11-
<OldToolsVersion>14.0</OldToolsVersion>
127
</PropertyGroup>
138
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
149
<PropertyGroup>
1510
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1611
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1712
<SchemaVersion>2.0</SchemaVersion>
1813
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
19-
<ProjectGuid>{47FBCA0A-029D-4D7A-89F0-EF5D85E93F38}</ProjectGuid>
14+
<ProjectGuid>{7F08D429-91E1-4B47-B3B2-A98754C8DFA7}</ProjectGuid>
2015
<OutputType>Library</OutputType>
2116
<AppDesignerFolder>Properties</AppDesignerFolder>
2217
<RootNamespace>CodeCracker</RootNamespace>
@@ -34,15 +29,15 @@
3429
<DebugSymbols>true</DebugSymbols>
3530
<DebugType>full</DebugType>
3631
<Optimize>false</Optimize>
37-
<OutputPath>bin\Debug\</OutputPath>
32+
<OutputPath>debug\bin\Debug\</OutputPath>
3833
<DefineConstants>DEBUG;TRACE</DefineConstants>
3934
<ErrorReport>prompt</ErrorReport>
4035
<WarningLevel>4</WarningLevel>
4136
</PropertyGroup>
4237
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4338
<DebugType>pdbonly</DebugType>
4439
<Optimize>true</Optimize>
45-
<OutputPath>bin\Release\</OutputPath>
40+
<OutputPath>debug\bin\Release\</OutputPath>
4641
<DefineConstants>TRACE</DefineConstants>
4742
<ErrorReport>prompt</ErrorReport>
4843
<WarningLevel>4</WarningLevel>
@@ -53,10 +48,20 @@
5348
<StartArguments>/rootsuffix Roslyn</StartArguments>
5449
</PropertyGroup>
5550
<ItemGroup>
56-
<None Include="source.extension.debug.vsixmanifest">
51+
<None Include="debug\source.extension.vsixmanifest">
5752
<SubType>Designer</SubType>
5853
</None>
5954
</ItemGroup>
55+
<ItemGroup>
56+
<ProjectReference Include="..\..\Common\CodeCracker.Common\CodeCracker.Common.csproj">
57+
<Project>{753d4757-fcba-43ba-b1be-89201acda192}</Project>
58+
<Name>CodeCracker.Common</Name>
59+
</ProjectReference>
60+
<ProjectReference Include="..\CodeCracker\CodeCracker.vbproj">
61+
<Project>{41fa4971-d354-4647-a269-4a886da2ef4c}</Project>
62+
<Name>CodeCracker</Name>
63+
</ProjectReference>
64+
</ItemGroup>
6065
<ItemGroup>
6166
<Content Include="ccexample.png">
6267
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -71,16 +76,6 @@
7176
<IncludeInVSIX>true</IncludeInVSIX>
7277
</Content>
7378
</ItemGroup>
74-
<ItemGroup>
75-
<ProjectReference Include="..\..\Common\CodeCracker.Common\CodeCracker.Common.csproj">
76-
<Project>{753d4757-fcba-43ba-b1be-89201acda192}</Project>
77-
<Name>CodeCracker.Common</Name>
78-
</ProjectReference>
79-
<ProjectReference Include="..\CodeCracker\CodeCracker.vbproj">
80-
<Project>{41fa4971-d354-4647-a269-4a886da2ef4c}</Project>
81-
<Name>CodeCracker</Name>
82-
</ProjectReference>
83-
</ItemGroup>
8479
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8580
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
8681
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/VisualBasic/CodeCracker.Vsix/CodeCracker.Vsix.csproj

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
55
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
66
<TargetFrameworkProfile />
7-
<FileUpgradeFlags>
8-
</FileUpgradeFlags>
9-
<UpgradeBackupLocation>
10-
</UpgradeBackupLocation>
11-
<OldToolsVersion>14.0</OldToolsVersion>
127
</PropertyGroup>
138
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
149
<PropertyGroup>
@@ -86,4 +81,4 @@
8681
<Target Name="AfterBuild">
8782
</Target>
8883
-->
89-
</Project>
84+
</Project>

src/VisualBasic/CodeCracker.Vsix/source.extension.debug.vsixmanifest renamed to src/VisualBasic/CodeCracker.Vsix/debug/source.extension.vsixmanifest

File renamed without changes.

0 commit comments

Comments
 (0)