Skip to content

Commit

Permalink
A few updates and published live!
Browse files Browse the repository at this point in the history
  • Loading branch information
shanselman committed Apr 8, 2015
1 parent f0ddbb5 commit e5a2d40
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 25 deletions.
37 changes: 21 additions & 16 deletions BabySmash.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,37 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<ManifestCertificateThumbprint>323251D3E7929FA0384D4513B8D1AC5881D2EF71</ManifestCertificateThumbprint>
<ManifestKeyFile>BabySmash_TemporaryKey.pfx</ManifestKeyFile>
<ManifestCertificateThumbprint>E4355A6B46BE61300D217B56C346651E03BEB47F</ManifestCertificateThumbprint>
<ManifestKeyFile>private.pfx</ManifestKeyFile>
<GenerateManifests>true</GenerateManifests>
<SignManifests>true</SignManifests>
<IsWebBootstrapper>true</IsWebBootstrapper>
<IsWebBootstrapper>false</IsWebBootstrapper>
<ApplicationIcon>App.ico</ApplicationIcon>
<PublishUrl>ftp://www.hanselman.com/babysmash/</PublishUrl>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<TargetFrameworkProfile />
<PublishUrl>C:\Users\Scott\Desktop\babysmashWithEric\</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<InstallUrl>http://www.hanselman.com/BabySmash/</InstallUrl>
<UpdateUrl>http://www.hanselman.com/BabySmash/</UpdateUrl>
<SupportUrl>http://feedback.babysmash.com</SupportUrl>
<ProductName>BabySmash!</ProductName>
<PublisherName>BabySmash</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<ApplicationRevision>97</ApplicationRevision>
<ApplicationRevision>99</ApplicationRevision>
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -278,6 +277,7 @@
</EmbeddedResource>
<None Include="app.config" />
<None Include="BabySmash_TemporaryKey.pfx" />
<None Include="private.pfx" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand All @@ -303,16 +303,16 @@
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>true</Install>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<ProductName>Windows Installer 4.5</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
Expand Down Expand Up @@ -360,4 +360,9 @@
<Target Name="AfterBuild">
</Target>
-->

<!---- THIS IS WHERE I ACTUALLY RELEASE IT TO PRODUCTION -->
<!--<Target Name="BeforePublish">
<Exec Command="&quot;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\signtool.exe&quot; sign /f &quot;$(ProjectDir)\private.pfx&quot; /p PASSWORD /v &quot;$(ProjectDir)obj\$(ConfigurationName)\$(TargetFileName)&quot;" />
</Target>-->
</Project>
12 changes: 4 additions & 8 deletions BabySmash.sln
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22609.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BabySmash", "BabySmash.csproj", "{FB378E07-FDE4-4FC7-9210-68F80B561164}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BabySmashScreenSaver", "..\BabySmashScreensaver\BabySmashScreenSaver\BabySmashScreenSaver.csproj", "{8548BCE3-8FE7-4EF9-8EB7-3D0CC256D53D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,10 +15,6 @@ Global
{FB378E07-FDE4-4FC7-9210-68F80B561164}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB378E07-FDE4-4FC7-9210-68F80B561164}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB378E07-FDE4-4FC7-9210-68F80B561164}.Release|Any CPU.Build.0 = Release|Any CPU
{8548BCE3-8FE7-4EF9-8EB7-3D0CC256D53D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8548BCE3-8FE7-4EF9-8EB7-3D0CC256D53D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8548BCE3-8FE7-4EF9-8EB7-3D0CC256D53D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8548BCE3-8FE7-4EF9-8EB7-3D0CC256D53D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
16 changes: 15 additions & 1 deletion Words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,18 @@ SMASHED
SMASHES
SMASHING
WORD
WORDS
WORDS
CAT
DOG
MOMMY
MOM
DAD
PAPA
NANA
SNAKE
FOOD
MILK
COMPUTER
TV
DORA
POOP

0 comments on commit e5a2d40

Please sign in to comment.