Skip to content

Commit

Permalink
Merge pull request microsoft#1574 from microsoft/v-ankubo/fix-build-d…
Browse files Browse the repository at this point in the history
…emo-apps

Fix build demo apps
  • Loading branch information
Anastasia Senyushina committed Sep 20, 2021
2 parents 0d54e91 + e87855f commit 1f0e9b1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 26 deletions.
10 changes: 9 additions & 1 deletion Apps/Contoso.WPF.Demo/Contoso.WPF.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="project.json" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand All @@ -115,5 +114,14 @@
<Name>Contoso.UtilClassLibrary</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter" version="4.4.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Crashes" version="4.4.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" version="4.4.0" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
12 changes: 0 additions & 12 deletions Apps/Contoso.WPF.Demo/project.json

This file was deleted.

10 changes: 9 additions & 1 deletion Apps/Contoso.WinForms.Demo/Contoso.WinForms.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="project.json" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand All @@ -81,5 +80,14 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter" version="4.4.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Crashes" version="4.4.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Analytics" version="4.4.0" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
12 changes: 0 additions & 12 deletions Apps/Contoso.WinForms.Demo/project.json

This file was deleted.

0 comments on commit 1f0e9b1

Please sign in to comment.