Skip to content

Commit

Permalink
Removed bootstrap, restored original publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-Codes committed May 31, 2022
1 parent fb73cda commit 546f69c
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 302 deletions.
13 changes: 0 additions & 13 deletions Anamnesis.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{44B1
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scripts", "Scripts\Scripts.csproj", "{C5DCA9DB-7B2B-4E92-B884-B8994D23CDB6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bootstrap", "Bootstrap\Bootstrap.csproj", "{DFB8A73B-0607-48DD-9B8B-C7B871F51EC5}"
ProjectSection(ProjectDependencies) = postProject
{04C21AF7-BD19-4180-A5E0-291E187C0936} = {04C21AF7-BD19-4180-A5E0-291E187C0936}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -65,14 +60,6 @@ Global
{C5DCA9DB-7B2B-4E92-B884-B8994D23CDB6}.Release|Any CPU.Build.0 = Release|Any CPU
{C5DCA9DB-7B2B-4E92-B884-B8994D23CDB6}.Release|x64.ActiveCfg = Release|Any CPU
{C5DCA9DB-7B2B-4E92-B884-B8994D23CDB6}.Release|x64.Build.0 = Release|Any CPU
{DFB8A73B-0607-48DD-9B8B-C7B871F51EC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFB8A73B-0607-48DD-9B8B-C7B871F51EC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFB8A73B-0607-48DD-9B8B-C7B871F51EC5}.Debug|x64.ActiveCfg = Debug|Any CPU
{DFB8A73B-0607-48DD-9B8B-C7B871F51EC5}.Debug|x64.Build.0 = Debug|Any CPU
{DFB8A73B-0607-48DD-9B8B-C7B871F51EC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFB8A73B-0607-48DD-9B8B-C7B871F51EC5}.Release|Any CPU.Build.0 = Release|Any CPU
{DFB8A73B-0607-48DD-9B8B-C7B871F51EC5}.Release|x64.ActiveCfg = Release|Any CPU
{DFB8A73B-0607-48DD-9B8B-C7B871F51EC5}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 6 additions & 0 deletions Anamnesis/Anamnesis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<None Update="Download dotNet desktop runtime.URL">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>


Expand Down
6 changes: 6 additions & 0 deletions Anamnesis/Download dotNet desktop runtime.URL
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[InternetShortcut]
URL=https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.5-windows-x64-installer
IDList=
HotKey=0
IconFile=C:\Users\yukiw\AppData\Local\Mozilla\Firefox\Profiles\nmh78buc.default-release\shortcutCache\I5dsSbYJHpDZigeLere_Pg==.ico
IconIndex=0
2 changes: 1 addition & 1 deletion Anamnesis/Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\publish\</PublishDir>
<PublishDir>..\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
Expand Down
Binary file removed Bootstrap/Anamnesis.ico
Binary file not shown.
35 changes: 0 additions & 35 deletions Bootstrap/Bootstrap.csproj

This file was deleted.

17 changes: 0 additions & 17 deletions Bootstrap/Hash.cs

This file was deleted.

154 changes: 0 additions & 154 deletions Bootstrap/Program.cs

This file was deleted.

18 changes: 0 additions & 18 deletions Bootstrap/Properties/PublishProfiles/FolderProfile.pubxml

This file was deleted.

44 changes: 0 additions & 44 deletions Bootstrap/User32.cs

This file was deleted.

20 changes: 0 additions & 20 deletions Bootstrap/app.manifest

This file was deleted.

0 comments on commit 546f69c

Please sign in to comment.