This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +42
-2
lines changed Expand file tree Collapse file tree 10 files changed +42
-2
lines changed Original file line number Diff line number Diff line change 45
45
<assemblyIdentity name =" System.Diagnostics.DiagnosticSource" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
46
46
<bindingRedirect oldVersion =" 0.0.0.0-4.0.1.0" newVersion =" 4.0.1.0" />
47
47
</dependentAssembly >
48
+ <dependentAssembly >
49
+ <assemblyIdentity name =" Microsoft.VisualStudio.ComponentModelHost" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
50
+ <bindingRedirect oldVersion =" 0.0.0.0-14.0.0.0" newVersion =" 14.0.0.0" />
51
+ </dependentAssembly >
52
+ <dependentAssembly >
53
+ <assemblyIdentity name =" Microsoft.VisualStudio.Validation" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
54
+ <bindingRedirect oldVersion =" 0.0.0.0-14.0.0.0" newVersion =" 14.0.0.0" />
55
+ </dependentAssembly >
48
56
</assemblyBinding >
49
57
</runtime >
50
58
</configuration >
Original file line number Diff line number Diff line change 16
16
<CodeAnalysisRuleSet >..\common\GitHubVS.ruleset</CodeAnalysisRuleSet >
17
17
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
18
18
<CodeAnalysisIgnoreGeneratedCode >true</CodeAnalysisIgnoreGeneratedCode >
19
+ <NuGetPackageImportStamp >
20
+ </NuGetPackageImportStamp >
19
21
</PropertyGroup >
20
22
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
23
<DebugSymbols >true</DebugSymbols >
Original file line number Diff line number Diff line change 15
15
<CodeAnalysisRuleSet >..\common\GitHubVS.ruleset</CodeAnalysisRuleSet >
16
16
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
17
17
<CodeAnalysisIgnoreGeneratedCode >true</CodeAnalysisIgnoreGeneratedCode >
18
+ <NuGetPackageImportStamp >
19
+ </NuGetPackageImportStamp >
18
20
</PropertyGroup >
19
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20
22
<DebugSymbols >true</DebugSymbols >
171
173
<Compile Include =" Validation\ReactivePropertyValidator.cs" />
172
174
</ItemGroup >
173
175
<ItemGroup >
174
- <None Include =" packages.config" />
176
+ <None Include =" packages.config" >
177
+ <SubType >Designer</SubType >
178
+ </None >
175
179
</ItemGroup >
176
180
<ItemGroup >
177
181
<ProjectReference Include =" ..\..\submodules\akavache\Akavache\Akavache_Net45.csproj" >
Original file line number Diff line number Diff line change 15
15
<CodeAnalysisRuleSet >..\common\GitHubVS.ruleset</CodeAnalysisRuleSet >
16
16
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
17
17
<CodeAnalysisIgnoreGeneratedCode >true</CodeAnalysisIgnoreGeneratedCode >
18
+ <NuGetPackageImportStamp >
19
+ </NuGetPackageImportStamp >
18
20
</PropertyGroup >
19
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20
22
<DebugSymbols >true</DebugSymbols >
210
212
<Compile Include =" ..\common\SolutionInfo.cs" >
211
213
<Link >Properties\SolutionInfo.cs</Link >
212
214
</Compile >
213
- <None Include =" packages.config" />
215
+ <None Include =" packages.config" >
216
+ <SubType >Designer</SubType >
217
+ </None >
214
218
</ItemGroup >
215
219
<ItemGroup >
216
220
<Compile Include =" Authentication\AuthenticationResultExtensions.cs" />
Original file line number Diff line number Diff line change 26
26
<assemblyIdentity name =" Microsoft.VisualStudio.CoreUtility" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
27
27
<bindingRedirect oldVersion =" 0.0.0.0-15.0.0.0" newVersion =" 15.0.0.0" />
28
28
</dependentAssembly >
29
+ <dependentAssembly >
30
+ <assemblyIdentity name =" Microsoft.VisualStudio.ComponentModelHost" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
31
+ <bindingRedirect oldVersion =" 0.0.0.0-14.0.0.0" newVersion =" 14.0.0.0" />
32
+ </dependentAssembly >
29
33
</assemblyBinding >
30
34
</runtime >
31
35
<startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.6.1" /></startup ></configuration >
Original file line number Diff line number Diff line change 17
17
<CodeAnalysisRuleSet >..\common\GitHubVS.ruleset</CodeAnalysisRuleSet >
18
18
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
19
19
<CodeAnalysisIgnoreGeneratedCode >true</CodeAnalysisIgnoreGeneratedCode >
20
+ <NuGetPackageImportStamp >
21
+ </NuGetPackageImportStamp >
20
22
</PropertyGroup >
21
23
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22
24
<DebugSymbols >true</DebugSymbols >
Original file line number Diff line number Diff line change 17
17
<CodeAnalysisRuleSet >..\common\GitHubVS.ruleset</CodeAnalysisRuleSet >
18
18
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
19
19
<CodeAnalysisIgnoreGeneratedCode >true</CodeAnalysisIgnoreGeneratedCode >
20
+ <NuGetPackageImportStamp >
21
+ </NuGetPackageImportStamp >
20
22
</PropertyGroup >
21
23
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22
24
<DebugSymbols >true</DebugSymbols >
Original file line number Diff line number Diff line change 12
12
<VsixType >v3</VsixType >
13
13
<IsProductComponent >false</IsProductComponent >
14
14
<ExtensionInstallationFolder >GitHub\GitHub</ExtensionInstallationFolder >
15
+ <NuGetPackageImportStamp >
16
+ </NuGetPackageImportStamp >
15
17
</PropertyGroup >
16
18
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
17
19
<PropertyGroup >
Original file line number Diff line number Diff line change 38
38
<assemblyIdentity name =" System.Diagnostics.DiagnosticSource" publicKeyToken =" cc7b13ffcd2ddd51" culture =" neutral" />
39
39
<bindingRedirect oldVersion =" 0.0.0.0-4.0.1.0" newVersion =" 4.0.1.0" />
40
40
</dependentAssembly >
41
+ <dependentAssembly >
42
+ <assemblyIdentity name =" Microsoft.VisualStudio.ComponentModelHost" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
43
+ <bindingRedirect oldVersion =" 0.0.0.0-14.0.0.0" newVersion =" 14.0.0.0" />
44
+ </dependentAssembly >
45
+ <dependentAssembly >
46
+ <assemblyIdentity name =" Microsoft.VisualStudio.Validation" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
47
+ <bindingRedirect oldVersion =" 0.0.0.0-14.0.0.0" newVersion =" 14.0.0.0" />
48
+ </dependentAssembly >
41
49
</assemblyBinding >
42
50
</runtime >
43
51
</configuration >
Original file line number Diff line number Diff line change 34
34
<assemblyIdentity name =" Microsoft.VisualStudio.CoreUtility" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
35
35
<bindingRedirect oldVersion =" 0.0.0.0-14.0.0.0" newVersion =" 14.0.0.0" />
36
36
</dependentAssembly >
37
+ <dependentAssembly >
38
+ <assemblyIdentity name =" Microsoft.VisualStudio.Validation" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
39
+ <bindingRedirect oldVersion =" 0.0.0.0-14.0.0.0" newVersion =" 14.0.0.0" />
40
+ </dependentAssembly >
37
41
</assemblyBinding >
38
42
</runtime >
39
43
<startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.6.1" /></startup ></configuration >
You can’t perform that action at this time.
0 commit comments