Skip to content

Commit

Permalink
Add release 1.0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanTeeuwen committed Apr 23, 2015
1 parent a87c42a commit cb377ff
Show file tree
Hide file tree
Showing 25 changed files with 18 additions and 10 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions Releases/Installation Instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
1) Obtain a developer license see https://msdn.microsoft.com/en-us/library/windows/apps/hh974578.aspx

2) Browse to installation of choice

3) Right click on Add-AppDevPackage.ps1 in explorer and "Run with Powershell"
2 changes: 1 addition & 1 deletion Win8Client.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Win8Client", "Win8Client\Win8Client.csproj", "{1B2628D2-A246-4117-96E9-BD000963732D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dominulator", "Win8Client\Dominulator.csproj", "{1B2628D2-A246-4117-96E9-BD000963732D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dominion.Strategy", "Dominion.Strategy\Dominion.Strategy.csproj", "{DE60F275-B1B5-40F4-BE3E-35805F42CCE3}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<OutputType>AppContainerExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Win8Client</RootNamespace>
<AssemblyName>Win8Client</AssemblyName>
<AssemblyName>Dominulator</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformVersion>8.1</TargetPlatformVersion>
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateKeyFile>Win8Client_TemporaryKey.pfx</PackageCertificateKeyFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxPackageDir>D:\Skydrive\</AppxPackageDir>
<AppxPackageDir>d:\trash</AppxPackageDir>
<AppxBundlePlatforms>neutral</AppxBundlePlatforms>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
4 changes: 2 additions & 2 deletions Win8Client/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<local:CurrentCardVisibilityConverter x:Key="CurrentCardVisibilityConverter" />
<local:AllCardVisibilityConverter x:Key="AllCardVisibilityConverter" />
<local:SettingsVisibilityConverter x:Key="SettingsVisibilityConverter" />
<local:StrategyVisibilityConverter x:Key="StrategyVisibilityConverter" />
<local:StrategyVisibilityConverter x:Key="StrategyVisibilityConverter" />
</Grid.Resources>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
Expand All @@ -38,7 +38,7 @@
</StackPanel>
<StackPanel Grid.Row="0" Orientation="Horizontal" HorizontalAlignment="Right" Visibility="{Binding SettingsButtonVisibility.Value, Converter={StaticResource SettingsButtonVisibilityConverter}}">
<Button Style="{StaticResource SettingsAppBarButtonStyle}" BorderThickness="0" Click="SettingsButton_Click"/>
<Button Style="{StaticResource HelpAppBarButtonStyle}" BorderThickness="0" Click="HelpButton_Click"/>
<Button Style="{StaticResource HelpAppBarButtonStyle}" BorderThickness="0" Click="HelpButton_Click" Visibility="Collapsed"/>
</StackPanel>
<TextBlock Grid.Row="0" FontSize="100" VerticalAlignment="Center" HorizontalAlignment="Center">Dominulator</TextBlock>
<ScrollViewer Grid.Row="1" VerticalScrollBarVisibility="Disabled" HorizontalScrollBarVisibility="Auto" ZoomMode="Disabled">
Expand Down
11 changes: 7 additions & 4 deletions Win8Client/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest">
<Identity Name="e2a34a6d-2768-49f4-a8f5-04195e5783fA" Publisher="CN=Nathan Teeuwen" Version="1.0.0.2" />
<Identity Name="e2a34a6d-2768-49f4-a8f5-04195e5783fA" Publisher="CN=Nathan Teeuwen" Version="1.0.0.9" />
<Properties>
<DisplayName>Win8Client</DisplayName>
<DisplayName>Dominulator</DisplayName>
<PublisherDisplayName>Nathan Teeuwen</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
Expand All @@ -14,9 +14,12 @@
<Resource Language="x-generate" />
</Resources>
<Applications>
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="Win8Client.App">
<m2:VisualElements DisplayName="Dominion Deck Builder" Square150x150Logo="Assets\Logo.png" Square30x30Logo="Assets\SmallLogo.png" Description="Win8Client" ForegroundText="light" BackgroundColor="#464646">
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="Dominulator.App">
<m2:VisualElements DisplayName="Dominulator" Square150x150Logo="Assets\Logo.png" Square30x30Logo="Assets\SmallLogo.png" Description="Dominion Deck builder and Simulator" ForegroundText="light" BackgroundColor="#464646">
<m2:SplashScreen Image="Assets\SplashScreen.png" />
<m2:InitialRotationPreference>
<m2:Rotation Preference="landscape" />
</m2:InitialRotationPreference>
</m2:VisualElements>
</Application>
</Applications>
Expand Down
2 changes: 1 addition & 1 deletion Win8Client/Settings.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemsControl.ItemTemplate>
</ItemsControl>
</StackPanel>
<StackPanel Margin="30, 0, 0, 0">
<StackPanel Margin="30, 0, 0, 0" Visibility="Collapsed">
<TextBlock FontSize="30">Additional Constraints</TextBlock>
<CheckBox IsChecked="{Binding Use3OrMoreFromExpansions.Value, Mode=TwoWay}">Use or 3 more cards from a set</CheckBox>
<CheckBox IsChecked="{Binding RequirePlusBuy.Value, Mode=TwoWay}">Require + Buy</CheckBox>
Expand Down

0 comments on commit cb377ff

Please sign in to comment.