|
27 | 27 | <StartArguments>/rootsuffix Exp</StartArguments>
|
28 | 28 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
29 | 29 | <ZipPackageCompressionLevel>Normal</ZipPackageCompressionLevel>
|
| 30 | + <OutputPath>..\..\build\$(Configuration)\</OutputPath> |
30 | 31 | </PropertyGroup>
|
31 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
32 | 33 | <DebugSymbols>true</DebugSymbols>
|
|
39 | 40 | <CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet>
|
40 | 41 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
41 | 42 | <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
|
42 |
| - <OutputPath>..\..\build\$(Configuration)\</OutputPath> |
43 | 43 | <CreateVsixContainer>True</CreateVsixContainer>
|
44 | 44 | <DeployExtension>True</DeployExtension>
|
45 | 45 | <IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
|
|
54 | 54 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
55 | 55 | <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
|
56 | 56 | <CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet>
|
57 |
| - <OutputPath>..\..\build\$(Configuration)\</OutputPath> |
58 | 57 | <IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
|
59 | 58 | </PropertyGroup>
|
60 | 59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Publish|AnyCPU' ">
|
|
67 | 66 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
68 | 67 | <CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
|
69 | 68 | <CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet>
|
70 |
| - <OutputPath>..\..\build\Release\</OutputPath> |
71 | 69 | <DeployExtension>False</DeployExtension>
|
72 | 70 | </PropertyGroup>
|
73 | 71 | <PropertyGroup Condition="$(Buildtype) == 'Internal'">
|
|
214 | 212 | <Compile Include="Base\TeamExplorerServiceHolder.cs" />
|
215 | 213 | <Compile Include="Converters\CountToVisibilityConverter.cs" />
|
216 | 214 | <Compile Include="Helpers\SharedDictionaryManager.cs" />
|
| 215 | + <Compile Include="Menus\ShowGitHubPane.cs" /> |
| 216 | + <Compile Include="Menus\AddConnection.cs" /> |
| 217 | + <Compile Include="Base\MenuBase.cs" /> |
| 218 | + <Compile Include="Menus\MenuProvider.cs" /> |
217 | 219 | <Compile Include="Properties\AssemblyInfo.cs" />
|
218 | 220 | <Compile Include="Base\TeamExplorerBase.cs" />
|
219 | 221 | <Compile Include="Base\TeamExplorerItemBase.cs" />
|
|
0 commit comments