Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohl committed Oct 3, 2010
1 parent ef3e7f9 commit 090addc
Show file tree
Hide file tree
Showing 28 changed files with 71 additions and 9 deletions.
2 changes: 1 addition & 1 deletion App/AppLogic.fs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module private Utilities =
| null -> invalidOp (sprintf "dynamic lookup of Xaml component %s failed" s)
| :? 'T as x -> x
| _ -> invalidOp (sprintf "dynamic lookup of Xaml component %s failed because the component found was of type %A instead of type %A" s (s.GetType()) typeof<'T>)
| _ -> invalidOp (sprintf "dynamic lookup of Xaml component %s failed because the source object was of type %A. It must be a control of a resource dictionary" s (source.GetType()))
| _ -> invalidOp (sprintf "dynamic lookup of Xaml component %s failed because the source object was of type %A. It must be a control or a resource dictionary" s (source.GetType()))

type Class1() =
member x.Property = "property"
Expand Down
Binary file modified App/bin/Release/WindowsPhoneApp.dll
Binary file not shown.
Binary file modified App/bin/Release/WindowsPhoneApp.pdb
Binary file not shown.
Binary file added App/obj/Release/ResolveAssemblyReference.cache
Binary file not shown.
Binary file modified App/obj/Release/WindowsPhoneApp.dll
Binary file not shown.
Binary file modified App/obj/Release/WindowsPhoneApp.pdb
Binary file not shown.
4 changes: 3 additions & 1 deletion AppHost/AppHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@
</ItemGroup>
<ItemGroup>
<None Include="Properties\AppManifest.xml" />
<None Include="Properties\WMAppManifest.xml" />
<None Include="Properties\WMAppManifest.xml">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="ApplicationIcon.png">
Expand Down
Binary file modified AppHost/Bin/Release/WindowsPhoneApp.dll
Binary file not shown.
Binary file modified AppHost/Bin/Release/WindowsPhoneApp.pdb
Binary file not shown.
Binary file modified AppHost/Bin/Release/WindowsPhoneAppHost.dll
Binary file not shown.
Binary file modified AppHost/Bin/Release/WindowsPhoneAppHost.pdb
Binary file not shown.
Binary file modified AppHost/Bin/Release/WindowsPhoneAppHost.xap
Binary file not shown.
53 changes: 53 additions & 0 deletions AppHost/obj/Release/App.g.i.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
#pragma checksum "C:\git\FSharpWP7BasicTemplate\AppHost\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "56DB290B34494A8AB2FA8F9C274B626E"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Automation.Peers;
using System.Windows.Automation.Provider;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Interop;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Imaging;
using System.Windows.Resources;
using System.Windows.Shapes;
using System.Windows.Threading;


namespace WindowsPhoneAppHost {


public partial class AppHost : System.Windows.Application {

private bool _contentLoaded;

/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/WindowsPhoneAppHost;component/App.xaml", System.UriKind.Relative));
}
}
}

Binary file not shown.
Binary file modified AppHost/obj/Release/ResolveAssemblyReference.cache
Binary file not shown.
Binary file modified AppHost/obj/Release/WindowsPhoneAppHost.dll
Binary file not shown.
Binary file modified AppHost/obj/Release/WindowsPhoneAppHost.pdb
Binary file not shown.
8 changes: 4 additions & 4 deletions AppHost/obj/Release/XapCacheFile.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<xapCache source="C:\git\FSharpWP7BasicTemplate\AppHost\Bin\Release\WindowsPhoneAppHost.xap" wasSigned="False" certificateThumbprint="" TimeStampUrl="" lastWriteTime="9/18/2010 3:16:41 PM">
<xapCache source="C:\git\FSharpWP7BasicTemplate\AppHost\Bin\Release\WindowsPhoneAppHost.xap" wasSigned="False" certificateThumbprint="" TimeStampUrl="" lastWriteTime="10/3/2010 2:44:48 PM">
<file source="C:\git\FSharpWP7BasicTemplate\AppHost\Properties\WMAppManifest.xml" archivePath="WMAppManifest.xml" lastWriteTime="9/18/2010 3:15:30 PM" />
<file source="C:\git\FSharpWP7BasicTemplate\AppHost\obj\Release\WindowsPhoneAppHost.dll" archivePath="WindowsPhoneAppHost.dll" lastWriteTime="9/18/2010 3:16:41 PM" />
<file source="C:\git\FSharpWP7BasicTemplate\App\bin\Release\WindowsPhoneApp.dll" archivePath="WindowsPhoneApp.dll" lastWriteTime="9/18/2010 3:16:40 PM" />
<file source="C:\git\FSharpWP7BasicTemplate\AppHost\obj\Release\WindowsPhoneAppHost.dll" archivePath="WindowsPhoneAppHost.dll" lastWriteTime="10/3/2010 2:44:48 PM" />
<file source="C:\git\FSharpWP7BasicTemplate\App\bin\Release\WindowsPhoneApp.dll" archivePath="WindowsPhoneApp.dll" lastWriteTime="10/3/2010 2:44:47 PM" />
<file source="C:\git\FSharpWP7BasicTemplate\App\bin\Release\FSharp.Core.dll" archivePath="FSharp.Core.dll" lastWriteTime="9/18/2010 2:38:38 PM" />
<file source="C:\git\FSharpWP7BasicTemplate\AppHost\ApplicationIcon.png" archivePath="ApplicationIcon.png" lastWriteTime="9/18/2010 2:38:39 PM" />
<file source="C:\git\FSharpWP7BasicTemplate\AppHost\Background.png" archivePath="Background.png" lastWriteTime="9/18/2010 2:38:39 PM" />
<file source="C:\git\FSharpWP7BasicTemplate\AppHost\Images\appbar.favs.rest.png" archivePath="Images\appbar.favs.rest.png" lastWriteTime="9/18/2010 2:38:39 PM" />
<file source="C:\git\FSharpWP7BasicTemplate\AppHost\Images\appbar.feature.settings.rest.png" archivePath="Images\appbar.feature.settings.rest.png" lastWriteTime="9/18/2010 2:38:39 PM" />
<file source="C:\git\FSharpWP7BasicTemplate\AppHost\readme.txt" archivePath="readme.txt" lastWriteTime="9/18/2010 2:38:39 PM" />
<file source="C:\git\FSharpWP7BasicTemplate\AppHost\SplashScreenImage.jpg" archivePath="SplashScreenImage.jpg" lastWriteTime="9/18/2010 2:38:39 PM" />
<file source="C:\git\FSharpWP7BasicTemplate\AppHost\Bin\Release\AppManifest.xaml" archivePath="AppManifest.xaml" lastWriteTime="9/18/2010 3:16:41 PM" />
<file source="C:\git\FSharpWP7BasicTemplate\AppHost\Bin\Release\AppManifest.xaml" archivePath="AppManifest.xaml" lastWriteTime="10/3/2010 2:44:48 PM" />
</xapCache>
Binary file modified FSharpWP7VSIX/ProjectTemplates/WP7/FSharpWP7App.zip
Binary file not shown.
Binary file modified FSharpWP7VSIX/bin/Release/FSharpWP7.vsix
Binary file not shown.
Binary file modified FSharpWP7VSIX/bin/Release/ProjectTemplates/WP7/FSharpWP7App.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion FSharpWP7VSIX/bin/Release/extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<Identifier Id="FSharpWP7VSIX..2f65fd30-9565-4176-806e-b2d2f2e71276">
<Name>F# and C# Win Phone App (Silverlight)</Name>
<Author>Daniel Mohl</Author>
<Version>1.1</Version>
<Version>1.2</Version>
<Description xml:space="preserve">Note:Install the WP7 developer tools (http://developer.windowsphone.com/) before use.
</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://blogs.msdn.com/b/dsyme/archive/2010/08/17/demos-for-tonight-s-quot-community-for-f-quot-online-live-meeting.aspx</MoreInfoUrl>
<License>MicrosoftPublicLicense.txt</License>
<Icon>FSharpWP7AppScreenShot.png</Icon>
<PreviewImage>FSharpWP7AppScreenShot.png</PreviewImage>
<SupportedProducts>
<VisualStudio Version="10.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Dan
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Win Phone App (Silverlight)\1.1\ProjectTemplates\WP7\\FSharpWP7App.zip
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Win Phone App (Silverlight)\1.1\\FSharpWP7AppScreenShot.png
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Win Phone App (Silverlight)\1.1\\MicrosoftPublicLicense.txt
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Win Phone App (Silverlight)\1.2\\extension.vsixmanifest
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Win Phone App (Silverlight)\1.2\ProjectTemplates\WP7\\FSharpWP7App.zip
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Win Phone App (Silverlight)\1.2\\FSharpWP7AppScreenShot.png
C:\Users\Daniel Mohl\AppData\Local\Microsoft\VisualStudio\10.0Exp\Extensions\Daniel Mohl\F# and C# Win Phone App (Silverlight)\1.2\\MicrosoftPublicLicense.txt
Binary file modified FSharpWP7VSIX/obj/Release/FSharpWP7VSIX.dll
Binary file not shown.
Binary file modified FSharpWP7VSIX/obj/Release/FSharpWP7VSIX.pdb
Binary file not shown.
3 changes: 2 additions & 1 deletion FSharpWP7VSIX/obj/Release/extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<Identifier Id="FSharpWP7VSIX..2f65fd30-9565-4176-806e-b2d2f2e71276">
<Name>F# and C# Win Phone App (Silverlight)</Name>
<Author>Daniel Mohl</Author>
<Version>1.1</Version>
<Version>1.2</Version>
<Description xml:space="preserve">Note:Install the WP7 developer tools (http://developer.windowsphone.com/) before use.
</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://blogs.msdn.com/b/dsyme/archive/2010/08/17/demos-for-tonight-s-quot-community-for-f-quot-online-live-meeting.aspx</MoreInfoUrl>
<License>MicrosoftPublicLicense.txt</License>
<Icon>FSharpWP7AppScreenShot.png</Icon>
<PreviewImage>FSharpWP7AppScreenShot.png</PreviewImage>
<SupportedProducts>
<VisualStudio Version="10.0">
Expand Down
3 changes: 2 additions & 1 deletion FSharpWP7VSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<Identifier Id="FSharpWP7VSIX..2f65fd30-9565-4176-806e-b2d2f2e71276">
<Name>F# and C# Win Phone App (Silverlight)</Name>
<Author>Daniel Mohl</Author>
<Version>1.1</Version>
<Version>1.2</Version>
<Description xml:space="preserve">Note:Install the WP7 developer tools (http://developer.windowsphone.com/) before use.
</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://blogs.msdn.com/b/dsyme/archive/2010/08/17/demos-for-tonight-s-quot-community-for-f-quot-online-live-meeting.aspx</MoreInfoUrl>
<License>MicrosoftPublicLicense.txt</License>
<Icon>FSharpWP7AppScreenShot.png</Icon>
<PreviewImage>FSharpWP7AppScreenShot.png</PreviewImage>
<SupportedProducts>
<VisualStudio Version="10.0">
Expand Down
Binary file modified WindowsPhoneApp.suo
Binary file not shown.

0 comments on commit 090addc

Please sign in to comment.