Skip to content

Commit

Permalink
Added MSI Project
Browse files Browse the repository at this point in the history
Added the MSI project for installation in the future on Microsoft Store / Direct download
  • Loading branch information
spacefarergames committed Jan 25, 2024
1 parent 0471aaf commit 5061ce7
Show file tree
Hide file tree
Showing 25 changed files with 1,415 additions and 20 deletions.
4 changes: 1 addition & 3 deletions Gavilya/Gavilya.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<PackageReference Include="PeyrSharp.Core" Version="1.10.0.2310" />
<PackageReference Include="PeyrSharp.Env" Version="1.10.0.2310" />
<PackageReference Include="RestSharp" Version="110.2.0" />
<PackageReference Include="WebView2.Runtime.X64" Version="120.0.2210.144" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -130,9 +131,6 @@
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Properties\Resources.en-US.resx">
<Generator>ResXFileCodeGenerator</Generator>
</EmbeddedResource>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
Expand Down
4 changes: 2 additions & 2 deletions Gavilya/Helpers/Context.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
namespace Gavilya.Helpers;
public static class Context
{
public static string Version => "4.3.0.2312";
public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/Gavilya/Version.txt";
public static string Version => "100";
public static string LastVersionLink => "null";
}
2 changes: 1 addition & 1 deletion Gavilya/Views/FavPageView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Foreground="{DynamicResource Foreground}"
mc:Ignorable="d">
<Grid>
<Wpf:WebView2 Name="MyWebView" Source="https://spacefarergames.com/indieboxstore/" Margin="0,23,0,0"/>
<Wpf:WebView2 Name="MyWebView" Source="https://spacefarergames.com/indieboxstore/" Margin="0,23,0,0" AllowExternalDrop="False"/>
<Button Content="&lt;" HorizontalAlignment="Left" Margin="10,-5,0,0" Click="OnClick1" VerticalAlignment="Top" Background="#00000000" Opacity="0.995" Foreground="White" FontSize="22">
<Button.BorderBrush>
<ImageBrush/>
Expand Down
2 changes: 1 addition & 1 deletion Gavilya/Views/RecentPageView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
mc:Ignorable="d">

<Grid>
<Wpf:WebView2 Name="MyWebView" Source="https://spacefarergames.com/streamfromclient/" Margin="0,23,0,0"/>
<Wpf:WebView2 Name="MyWebView" Source="https://spacefarergames.com/streamfromclient/" Margin="0,23,0,0" AllowExternalDrop="False"/>
<Button Content="&lt;" HorizontalAlignment="Left" Margin="10,-5,0,0" Click="OnClick1" VerticalAlignment="Top" Background="#00000000" Opacity="0.995" Foreground="White" FontSize="22">
<Button.BorderBrush>
<ImageBrush/>
Expand Down
6 changes: 6 additions & 0 deletions Gavilya/Views/RecentPageView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ namespace Gavilya.Views;
/// </summary>
public partial class RecentPageView : UserControl
{






public RecentPageView()
{
InitializeComponent();
Expand Down
36 changes: 23 additions & 13 deletions IndieBoxApp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,42 +10,52 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gavilya.FPS", "Gavilya.Fps\Gavilya.FPS.csproj", "{2783D7FD-5631-420D-BD66-BD47084905A3}"
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "IndieBoxSetup", "IndieBoxSetup\IndieBoxSetup.vdproj", "{6BF44F67-CEAB-4F18-AF64-BCE45014B2B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|ARM.ActiveCfg = Debug|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|ARM.Build.0 = Debug|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|ARM64.Build.0 = Debug|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|x64.ActiveCfg = Debug|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|x64.Build.0 = Debug|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|x86.ActiveCfg = Debug|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Debug|x86.Build.0 = Debug|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|Any CPU.Build.0 = Release|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|ARM.ActiveCfg = Release|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|ARM.Build.0 = Release|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|ARM64.ActiveCfg = Release|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|ARM64.Build.0 = Release|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|x64.ActiveCfg = Release|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|x64.Build.0 = Release|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|x86.ActiveCfg = Release|Any CPU
{C94920A4-E41E-44E4-BB54-81D08AD03899}.Release|x86.Build.0 = Release|Any CPU
{2783D7FD-5631-420D-BD66-BD47084905A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2783D7FD-5631-420D-BD66-BD47084905A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2783D7FD-5631-420D-BD66-BD47084905A3}.Debug|x64.ActiveCfg = Debug|x64
{2783D7FD-5631-420D-BD66-BD47084905A3}.Debug|x64.Build.0 = Debug|x64
{2783D7FD-5631-420D-BD66-BD47084905A3}.Debug|x86.ActiveCfg = Debug|x86
{2783D7FD-5631-420D-BD66-BD47084905A3}.Debug|x86.Build.0 = Debug|x86
{2783D7FD-5631-420D-BD66-BD47084905A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2783D7FD-5631-420D-BD66-BD47084905A3}.Release|Any CPU.Build.0 = Release|Any CPU
{2783D7FD-5631-420D-BD66-BD47084905A3}.Release|x64.ActiveCfg = Release|x64
{2783D7FD-5631-420D-BD66-BD47084905A3}.Release|x64.Build.0 = Release|x64
{2783D7FD-5631-420D-BD66-BD47084905A3}.Release|x86.ActiveCfg = Release|x86
{2783D7FD-5631-420D-BD66-BD47084905A3}.Release|x86.Build.0 = Release|x86
{6BF44F67-CEAB-4F18-AF64-BCE45014B2B4}.Debug|Any CPU.ActiveCfg = Debug
{6BF44F67-CEAB-4F18-AF64-BCE45014B2B4}.Debug|ARM.ActiveCfg = Debug
{6BF44F67-CEAB-4F18-AF64-BCE45014B2B4}.Debug|ARM64.ActiveCfg = Debug
{6BF44F67-CEAB-4F18-AF64-BCE45014B2B4}.Debug|x64.ActiveCfg = Debug
{6BF44F67-CEAB-4F18-AF64-BCE45014B2B4}.Debug|x86.ActiveCfg = Debug
{6BF44F67-CEAB-4F18-AF64-BCE45014B2B4}.Release|Any CPU.ActiveCfg = Release
{6BF44F67-CEAB-4F18-AF64-BCE45014B2B4}.Release|ARM.ActiveCfg = Release
{6BF44F67-CEAB-4F18-AF64-BCE45014B2B4}.Release|ARM64.ActiveCfg = Release
{6BF44F67-CEAB-4F18-AF64-BCE45014B2B4}.Release|x64.ActiveCfg = Release
{6BF44F67-CEAB-4F18-AF64-BCE45014B2B4}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit 5061ce7

Please sign in to comment.