Skip to content

Commit

Permalink
Make new publish profiles
Browse files Browse the repository at this point in the history
Fix making content wrong file
  • Loading branch information
GetGet99 committed May 9, 2022
1 parent bf61632 commit 50791b2
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 18 deletions.
12 changes: 8 additions & 4 deletions Mica Discord/Mica Discord WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,13 @@

<ItemGroup>
<None Remove="MicaDiscordScript.js" />
<None Remove="The CSS - Fluent.css" />
<None Remove="The CSS.css" />
</ItemGroup>

<ItemGroup>
<Content Include="Mica Discord.ico" />
<Content Include="The CSS - Fluent.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="MicaDiscordScript.js" />
<Content Include="The CSS.css" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -87,6 +85,12 @@
</Compile>
</ItemGroup>

<ItemGroup>
<None Update="The CSS - Fluent.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<Page Update="MainWindow.xaml">
<XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
Expand Down
2 changes: 1 addition & 1 deletion Mica Discord/Mica Discord WPF.csproj.user
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LastSelectedProfileId>D:\Programming\VS\Mica Discord\Mica Discord\Properties\PublishProfiles\ClickOnceProfile.pubxml</_LastSelectedProfileId>
<_LastSelectedProfileId>D:\Programming\VS\Mica Discord\Mica Discord\Properties\PublishProfiles\ClickOnce Windows 7.pubxml</_LastSelectedProfileId>
<ActiveDebugFramework>net6.0-windows10.0.22000.0</ActiveDebugFramework>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.9.0.*</ApplicationVersion>
<ApplicationRevision>3</ApplicationRevision>
<ApplicationVersion>1.10.0.*</ApplicationVersion>
<BootstrapperEnabled>True</BootstrapperEnabled>
<Configuration>Release</Configuration>
<CreateWebPageOnPublish>False</CreateWebPageOnPublish>
Expand All @@ -16,25 +16,20 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<IsWebBootstrapper>False</IsWebBootstrapper>
<MapFileExtensions>True</MapFileExtensions>
<OpenBrowserOnPublish>False</OpenBrowserOnPublish>
<Platform>ARM</Platform>
<PublishDir>bin\publish\</PublishDir>
<PublishUrl>bin\publish\</PublishUrl>
<Platform>Any CPU</Platform>
<PublishDir>bin\publish win10\</PublishDir>
<PublishUrl>bin\publish win10\</PublishUrl>
<PublishProtocol>ClickOnce</PublishProtocol>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishSingleFile>False</PublishSingleFile>
<SelfContained>False</SelfContained>
<SignatureAlgorithm>(none)</SignatureAlgorithm>
<SignManifests>False</SignManifests>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<TargetFramework>net6.0-windows7.0</TargetFramework>
<UpdateEnabled>False</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateRequired>False</UpdateRequired>
<WebPageFileName>Publish.html</WebPageFileName>
<History>True|2022-05-09T02:55:14.4291313Z;True|2022-05-09T09:54:02.4047097+07:00;</History>
</PropertyGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.6.0.x64">
<Install>true</Install>
<ProductName>.NET Desktop Runtime 6.0.3 (x64)</ProductName>
</BootstrapperPackage>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2022-05-09T03:01:31.8714154Z;True|2022-05-09T09:55:14.4291313+07:00;True|2022-05-09T09:54:02.4047097+07:00;</History>
</PropertyGroup>
</Project>
35 changes: 35 additions & 0 deletions Mica Discord/Properties/PublishProfiles/ClickOnce Windows 7.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<ApplicationRevision>2</ApplicationRevision>
<ApplicationVersion>1.10.0.*</ApplicationVersion>
<BootstrapperEnabled>True</BootstrapperEnabled>
<Configuration>Release</Configuration>
<CreateWebPageOnPublish>False</CreateWebPageOnPublish>
<GenerateManifests>True</GenerateManifests>
<Install>True</Install>
<InstallFrom>Disk</InstallFrom>
<IsRevisionIncremented>True</IsRevisionIncremented>
<IsWebBootstrapper>False</IsWebBootstrapper>
<MapFileExtensions>True</MapFileExtensions>
<OpenBrowserOnPublish>False</OpenBrowserOnPublish>
<Platform>Any CPU</Platform>
<PublishDir>bin\publish win 7\</PublishDir>
<PublishUrl>bin\publish win 7\</PublishUrl>
<PublishProtocol>ClickOnce</PublishProtocol>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishSingleFile>False</PublishSingleFile>
<SelfContained>False</SelfContained>
<SignatureAlgorithm>(none)</SignatureAlgorithm>
<SignManifests>False</SignManifests>
<TargetFramework>net6.0-windows7.0</TargetFramework>
<UpdateEnabled>False</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateRequired>False</UpdateRequired>
<WebPageFileName>Publish.html</WebPageFileName>
<History>True|2022-05-09T02:55:00.7361137Z;</History>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2022-04-22T13:34:05.5702225Z;</History>
<History>True|2022-05-09T03:02:10.1784420Z;True|2022-05-09T09:55:00.7361137+07:00;</History>
</PropertyGroup>
</Project>

0 comments on commit 50791b2

Please sign in to comment.