|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0"> |
3 | 3 | <PropertyGroup> |
4 | | - <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> |
| 4 | + <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> |
5 | 5 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion> |
6 | 6 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
7 | 7 | <FileUpgradeFlags> |
|
47 | 47 | <Reference Include="Microsoft.CSharp" /> |
48 | 48 | <Reference Include="Microsoft.VisualStudio.OLE.Interop" /> |
49 | 49 | <Reference Include="Microsoft.VisualStudio.Shell.Interop" /> |
| 50 | + <Reference Include="Microsoft.VisualStudio.Shell.Interop.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 51 | + <EmbedInteropTypes>True</EmbedInteropTypes> |
| 52 | + </Reference> |
50 | 53 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" /> |
51 | 54 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" /> |
52 | 55 | <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" /> |
|
140 | 143 | </EmbeddedResource> |
141 | 144 | </ItemGroup> |
142 | 145 | <ItemGroup> |
143 | | - <None Include="app.config" /> |
| 146 | + <None Include="app.config"> |
| 147 | + <SubType>Designer</SubType> |
| 148 | + </None> |
144 | 149 | <None Include="Properties\Settings.settings"> |
145 | 150 | <Generator>SettingsSingleFileGenerator</Generator> |
146 | 151 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
172 | 177 | <Page Include="CppcheckMessagesList.xaml"> |
173 | 178 | <SubType>Designer</SubType> |
174 | 179 | <Generator>MSBuild:Compile</Generator> |
| 180 | + <Generator>MSBuild:Compile</Generator> |
| 181 | + <SubType>Designer</SubType> |
175 | 182 | </Page> |
176 | 183 | <Page Include="CppcheckSettings.xaml"> |
177 | 184 | <SubType>Designer</SubType> |
178 | 185 | <Generator>MSBuild:Compile</Generator> |
179 | 186 | <Generator>MSBuild:Compile</Generator> |
180 | 187 | <SubType>Designer</SubType> |
| 188 | + <Generator>MSBuild:Compile</Generator> |
| 189 | + <SubType>Designer</SubType> |
181 | 190 | </Page> |
182 | 191 | <Page Include="MainToolWindowUI.xaml"> |
183 | 192 | <SubType>Designer</SubType> |
184 | 193 | <Generator>MSBuild:Compile</Generator> |
| 194 | + <Generator>MSBuild:Compile</Generator> |
| 195 | + <SubType>Designer</SubType> |
185 | 196 | </Page> |
186 | 197 | <Page Include="SuppressionsSettingsUI\ItemsListEditor.xaml"> |
187 | 198 | <SubType>Designer</SubType> |
188 | 199 | <Generator>MSBuild:Compile</Generator> |
| 200 | + <Generator>MSBuild:Compile</Generator> |
| 201 | + <SubType>Designer</SubType> |
189 | 202 | </Page> |
190 | 203 | <Page Include="SuppressionsSettingsUI\SuppressionsSettings.xaml"> |
191 | 204 | <SubType>Designer</SubType> |
192 | 205 | <Generator>MSBuild:Compile</Generator> |
| 206 | + <Generator>MSBuild:Compile</Generator> |
| 207 | + <SubType>Designer</SubType> |
193 | 208 | </Page> |
194 | 209 | </ItemGroup> |
195 | 210 | <PropertyGroup> |
|
0 commit comments