Skip to content

Commit 48ee0ec

Browse files
committed
Change Answer showing
Change Progress Bars for % chance to a Chart for less annoying visuals Change Final Answer to be a big Number in the middle with all the buttons gone.
1 parent 8945d50 commit 48ee0ec

File tree

6 files changed

+256
-107
lines changed

6 files changed

+256
-107
lines changed

.vs/FFCC Memories/v16/.suo

34 KB
Binary file not shown.

FFCC Memories/FFCC Memories.csproj

+52-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,23 @@
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1414
<Deterministic>true</Deterministic>
15+
<IsWebBootstrapper>false</IsWebBootstrapper>
16+
<PublishUrl>publish\</PublishUrl>
17+
<Install>true</Install>
18+
<InstallFrom>Disk</InstallFrom>
19+
<UpdateEnabled>false</UpdateEnabled>
20+
<UpdateMode>Foreground</UpdateMode>
21+
<UpdateInterval>7</UpdateInterval>
22+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
23+
<UpdatePeriodically>false</UpdatePeriodically>
24+
<UpdateRequired>false</UpdateRequired>
25+
<MapFileExtensions>true</MapFileExtensions>
26+
<AutorunEnabled>true</AutorunEnabled>
27+
<ApplicationRevision>0</ApplicationRevision>
28+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29+
<UseApplicationTrust>false</UseApplicationTrust>
30+
<PublishWizardCompleted>true</PublishWizardCompleted>
31+
<BootstrapperEnabled>true</BootstrapperEnabled>
1532
</PropertyGroup>
1633
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1734
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -32,6 +49,27 @@
3249
<ErrorReport>prompt</ErrorReport>
3350
<WarningLevel>4</WarningLevel>
3451
</PropertyGroup>
52+
<PropertyGroup>
53+
<ManifestCertificateThumbprint>4387B7F9D539EDA305375EDFEA7CBD273539DD78</ManifestCertificateThumbprint>
54+
</PropertyGroup>
55+
<PropertyGroup>
56+
<ManifestKeyFile>FFCC Memories_TemporaryKey.pfx</ManifestKeyFile>
57+
</PropertyGroup>
58+
<PropertyGroup>
59+
<GenerateManifests>false</GenerateManifests>
60+
</PropertyGroup>
61+
<PropertyGroup>
62+
<SignManifests>false</SignManifests>
63+
</PropertyGroup>
64+
<PropertyGroup>
65+
<StartupObject>FFCC_Memories.Program</StartupObject>
66+
</PropertyGroup>
67+
<PropertyGroup>
68+
<TargetZone>LocalIntranet</TargetZone>
69+
</PropertyGroup>
70+
<PropertyGroup>
71+
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
72+
</PropertyGroup>
3573
<ItemGroup>
3674
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
3775
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
@@ -72,7 +110,9 @@
72110
<DependentUpon>Resources.resx</DependentUpon>
73111
<DesignTime>True</DesignTime>
74112
</Compile>
113+
<None Include="FFCC Memories_TemporaryKey.pfx" />
75114
<None Include="packages.config" />
115+
<None Include="Properties\app.manifest" />
76116
<None Include="Properties\Settings.settings">
77117
<Generator>SettingsSingleFileGenerator</Generator>
78118
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -148,6 +188,17 @@
148188
<Content Include="Memories\L5-4.png" />
149189
<Content Include="Memories\L5-5.png" />
150190
</ItemGroup>
151-
<ItemGroup />
191+
<ItemGroup>
192+
<BootstrapperPackage Include=".NETFramework,Version=v4.7">
193+
<Visible>False</Visible>
194+
<ProductName>Microsoft .NET Framework 4.7 %28x86 and x64%29</ProductName>
195+
<Install>true</Install>
196+
</BootstrapperPackage>
197+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
198+
<Visible>False</Visible>
199+
<ProductName>.NET Framework 3.5 SP1</ProductName>
200+
<Install>false</Install>
201+
</BootstrapperPackage>
202+
</ItemGroup>
152203
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
153204
</Project>
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<PublishUrlHistory>publish\</PublishUrlHistory>
5+
<InstallUrlHistory />
6+
<SupportUrlHistory />
7+
<UpdateUrlHistory />
8+
<BootstrapperUrlHistory />
9+
<ErrorReportUrlHistory />
10+
<FallbackCulture>en-US</FallbackCulture>
11+
<VerifyUploadedFiles>false</VerifyUploadedFiles>
12+
</PropertyGroup>
13+
<PropertyGroup>
14+
<EnableSecurityDebugging>false</EnableSecurityDebugging>
15+
</PropertyGroup>
16+
</Project>

0 commit comments

Comments
 (0)