|
95 | 95 | <None Include="..\..\script\Key.snk" Condition="$(Buildtype) == 'Internal'"> |
96 | 96 | <Link>Key.snk</Link> |
97 | 97 | </None> |
| 98 | + <None Include="..\common\settings.json"> |
| 99 | + <Link>Properties\settings.json</Link> |
| 100 | + </None> |
98 | 101 | <Compile Include="Collections\ICopyable.cs" /> |
99 | 102 | <Compile Include="ExceptionExtensions.cs" /> |
100 | 103 | <Compile Include="Extensions\VSExtensions.cs" /> |
|
117 | 120 | <Compile Include="Services\IMenuHandler.cs" /> |
118 | 121 | <Compile Include="Services\IMenuProvider.cs" /> |
119 | 122 | <Compile Include="Services\INotificationDispatcher.cs" /> |
120 | | - <Compile Include="Services\IPackageSettings.cs" /> |
121 | 123 | <Compile Include="Services\IStatusBarNotificationService.cs" /> |
122 | 124 | <Compile Include="Services\ITeamExplorerServices.cs" /> |
123 | 125 | <Compile Include="Services\ITeamExplorerServiceHolder.cs" /> |
124 | 126 | <Compile Include="Services\INotificationService.cs" /> |
125 | 127 | <Compile Include="Services\Logger.cs" /> |
126 | | - <Compile Include="Services\PackageSettings.cs" /> |
127 | 128 | <Compile Include="Services\Services.cs" /> |
128 | 129 | <Compile Include="Services\StatusBarNotificationService.cs" /> |
129 | 130 | <Compile Include="Services\TeamExplorerServices.cs" /> |
|
137 | 138 | <ItemGroup> |
138 | 139 | <Compile Include="Authentication\AuthenticationResultExtensions.cs" /> |
139 | 140 | <Compile Include="Extensions\ServiceProviderExtensions.cs" /> |
| 141 | + <Compile Include="Settings\IPackageSettings.cs"> |
| 142 | + <AutoGen>True</AutoGen> |
| 143 | + <DesignTime>True</DesignTime> |
| 144 | + <DependentUpon>IPackageSettings.tt</DependentUpon> |
| 145 | + </Compile> |
140 | 146 | <Compile Include="ViewModels\IServiceProviderAware.cs" /> |
141 | 147 | <Compile Include="UI\IView.cs" /> |
142 | 148 | <Compile Include="UI\Octicon.cs" /> |
|
181 | 187 | <Private>True</Private> |
182 | 188 | </ProjectReference> |
183 | 189 | </ItemGroup> |
| 190 | + <ItemGroup> |
| 191 | + <Content Include="Settings\IPackageSettings.tt"> |
| 192 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 193 | + <LastGenOutput>IPackageSettings.cs</LastGenOutput> |
| 194 | + </Content> |
| 195 | + </ItemGroup> |
| 196 | + <ItemGroup> |
| 197 | + <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
| 198 | + </ItemGroup> |
184 | 199 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
185 | 200 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
186 | 201 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments