Skip to content

Commit

Permalink
Merge pull request #349 from fsprojects/TimLariviere-patch-1
Browse files Browse the repository at this point in the history
Fix namespace template WPF
  • Loading branch information
TimLariviere authored Mar 1, 2019
2 parents dcc396f + a88c918 commit 19591b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/content/blank/NewApp.WPF/Properties/AssemblyInfo.fs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
namespace NewApp.WindowsWPFClassic
namespace NewApp.WPF
open System.Reflection
open System.Runtime.CompilerServices

// the name of the type here needs to match the name inside the ResourceDesigner attribute
//type Resources = NewApp.Droid.Resource
//[<assembly: Android.Runtime.ResourceDesigner("NewApp.WindowsWPFClassic.Resources", IsApplication=true)>]
//[<assembly: Android.Runtime.ResourceDesigner("NewApp.WPF.Resources", IsApplication=true)>]

[<assembly: AssemblyTitle("NewApp.WindowsWPFClassic")>]
[<assembly: AssemblyTitle("NewApp.WPF")>]
[<assembly: AssemblyDescription("")>]
[<assembly: AssemblyConfiguration("")>]
[<assembly: AssemblyCompany("")>]
Expand Down

0 comments on commit 19591b8

Please sign in to comment.