|
26 | 26 | <NoStandardLibraries>false</NoStandardLibraries> |
27 | 27 | <RootNamespace>AzDOAddIn</RootNamespace> |
28 | 28 | <AssemblyName>AzDOAddIn</AssemblyName> |
29 | | - <LoadBehavior>3</LoadBehavior> |
30 | | - <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
| 29 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
31 | 30 | <DefineConstants>VSTO40</DefineConstants> |
32 | | - <BootstrapperEnabled>true</BootstrapperEnabled> |
33 | | - <BootstrapperComponentsLocation>HomeSite</BootstrapperComponentsLocation> |
34 | 31 | <TargetFrameworkProfile /> |
| 32 | + <BootstrapperEnabled>true</BootstrapperEnabled> |
| 33 | + <PublishUrl>publish\</PublishUrl> |
| 34 | + <InstallUrl /> |
| 35 | + <TargetCulture>en</TargetCulture> |
| 36 | + <ApplicationVersion>1.0.0.0</ApplicationVersion> |
| 37 | + <AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision> |
| 38 | + <UpdateEnabled>true</UpdateEnabled> |
| 39 | + <UpdateInterval>7</UpdateInterval> |
| 40 | + <UpdateIntervalUnits>days</UpdateIntervalUnits> |
| 41 | + <IsWebBootstrapper>False</IsWebBootstrapper> |
| 42 | + <ProductName>AzDOAddIn</ProductName> |
| 43 | + <PublisherName /> |
| 44 | + <SupportUrl /> |
| 45 | + <FriendlyName>AzDOAddIn</FriendlyName> |
| 46 | + <OfficeApplicationDescription /> |
| 47 | + <LoadBehavior>3</LoadBehavior> |
35 | 48 | </PropertyGroup> |
36 | 49 | <ItemGroup> |
| 50 | + <BootstrapperPackage Include=".NETFramework,Version=v4.8"> |
| 51 | + <Visible>False</Visible> |
| 52 | + <ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName> |
| 53 | + <Install>true</Install> |
| 54 | + </BootstrapperPackage> |
| 55 | + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 56 | + <Visible>False</Visible> |
| 57 | + <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 58 | + <Install>false</Install> |
| 59 | + </BootstrapperPackage> |
37 | 60 | <BootstrapperPackage Include="Microsoft.VSTORuntime.4.0"> |
38 | 61 | <Visible>False</Visible> |
39 | 62 | <ProductName>Microsoft Visual Studio 2010 Tools for Office Runtime %28x86 and x64%29</ProductName> |
|
101 | 124 | --> |
102 | 125 | <ItemGroup> |
103 | 126 | <Reference Include="Accessibility" /> |
104 | | - <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
105 | | - <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 127 | + <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 128 | + <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
106 | 129 | </Reference> |
107 | 130 | <Reference Include="System" /> |
108 | 131 | <Reference Include="System.Data" /> |
|
166 | 189 | <Compile Include="Forms\GetWorkItemsForm.Designer.cs"> |
167 | 190 | <DependentUpon>GetWorkItemsForm.cs</DependentUpon> |
168 | 191 | </Compile> |
| 192 | + <Compile Include="Forms\SettingsForm.cs"> |
| 193 | + <SubType>Form</SubType> |
| 194 | + </Compile> |
| 195 | + <Compile Include="Forms\SettingsForm.Designer.cs"> |
| 196 | + <DependentUpon>SettingsForm.cs</DependentUpon> |
| 197 | + </Compile> |
169 | 198 | <Compile Include="Forms\Teams.cs"> |
170 | 199 | <SubType>Form</SubType> |
171 | 200 | </Compile> |
|
185 | 214 | <DependentUpon>WorkItemTypes.cs</DependentUpon> |
186 | 215 | </Compile> |
187 | 216 | <Compile Include="PatHelper.cs" /> |
| 217 | + <Compile Include="PlanSettings.cs" /> |
188 | 218 | <Compile Include="ProjectOperations.cs" /> |
189 | 219 | <Compile Include="Properties\AssemblyInfo.cs"> |
190 | 220 | <SubType>Code</SubType> |
191 | 221 | </Compile> |
192 | 222 | <EmbeddedResource Include="Forms\GetWorkItemsForm.resx"> |
193 | 223 | <DependentUpon>GetWorkItemsForm.cs</DependentUpon> |
194 | 224 | </EmbeddedResource> |
| 225 | + <EmbeddedResource Include="Forms\SettingsForm.resx"> |
| 226 | + <DependentUpon>SettingsForm.cs</DependentUpon> |
| 227 | + </EmbeddedResource> |
195 | 228 | <EmbeddedResource Include="Forms\Teams.resx"> |
196 | 229 | <DependentUpon>Teams.cs</DependentUpon> |
197 | 230 | </EmbeddedResource> |
|
228 | 261 | <DependentUpon>Settings.settings</DependentUpon> |
229 | 262 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
230 | 263 | </Compile> |
| 264 | + <Compile Include="RestApiClasses\ClassificationNode.cs" /> |
231 | 265 | <Compile Include="RestApiClasses\TeamMember.cs" /> |
232 | 266 | <Compile Include="RestApiClasses\TeamProjectReference.cs" /> |
233 | 267 | <Compile Include="RestApiClasses\WebApiTeam.cs" /> |
|
272 | 306 | <ItemGroup> |
273 | 307 | <Resource Include="Resources\inbox.png" /> |
274 | 308 | </ItemGroup> |
| 309 | + <ItemGroup> |
| 310 | + <Content Include="Resources\settings.png" /> |
| 311 | + </ItemGroup> |
275 | 312 | <PropertyGroup> |
276 | 313 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
277 | 314 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
|
283 | 320 | <ManifestKeyFile>AzDOAddIn_TemporaryKey.pfx</ManifestKeyFile> |
284 | 321 | </PropertyGroup> |
285 | 322 | <PropertyGroup> |
286 | | - <ManifestCertificateThumbprint>D2339B9DC8C748DE2B71459F6A1F5485149818B9</ManifestCertificateThumbprint> |
| 323 | + <ManifestCertificateThumbprint>6911D36C3C7441CA656C152D7CC3172F4573C997</ManifestCertificateThumbprint> |
| 324 | + </PropertyGroup> |
| 325 | + <PropertyGroup> |
| 326 | + <SignAssembly>false</SignAssembly> |
| 327 | + </PropertyGroup> |
| 328 | + <PropertyGroup> |
| 329 | + <AssemblyOriginatorKeyFile> |
| 330 | + </AssemblyOriginatorKeyFile> |
287 | 331 | </PropertyGroup> |
288 | 332 | <!-- Include the build rules for a C# project. --> |
289 | 333 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
0 commit comments