Skip to content

Commit

Permalink
added publish profiles and removed lang folders
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHammas-Logiciel committed Nov 21, 2024
1 parent f1f9846 commit 179a4fa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
12 changes: 9 additions & 3 deletions DesktopQuotes.sln
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopQuotes", "DesktopQuotes\DesktopQuotes.csproj", "{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DesktopQuotes", "DesktopQuotes\DesktopQuotes.csproj", "{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}.Debug|x64.ActiveCfg = Debug|x64
{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}.Debug|x64.Build.0 = Debug|x64
{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}.Debug|x86.ActiveCfg = Debug|x86
{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}.Debug|x86.Build.0 = Debug|x86
{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}.Release|Any CPU.Build.0 = Release|Any CPU
{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}.Release|x64.ActiveCfg = Release|x64
{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}.Release|x64.Build.0 = Release|x64
{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}.Release|x86.ActiveCfg = Release|x86
{3EDC813A-4B9E-49C6-9FEA-0AB4A6F90CCA}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
3 changes: 2 additions & 1 deletion DesktopQuotes/DesktopQuotes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<UseWPF>true</UseWPF>
<Platforms>AnyCPU;x64</Platforms>
<Platforms>AnyCPU;x64;x86</Platforms>
<ApplicationIcon>Images\quote.ico</ApplicationIcon>
<Authors>Rao Hammas</Authors>
<Company>Rao Hammas</Company>
Expand All @@ -20,6 +20,7 @@
<AssemblyName>Desktop Quotes</AssemblyName>
<Title>Desktop Quotes</Title>
<Version>2.0.0.0</Version>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion DesktopQuotes/DesktopQuotes.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:\1-PERSONAL\PROJECTS\DesktopQuotes\DesktopQuotes\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
<_LastSelectedProfileId>D:\1-PERSONAL\PROJECTS\DesktopQuotes\DesktopQuotes\Properties\PublishProfiles\x64.pubxml</_LastSelectedProfileId>
</PropertyGroup>
<ItemGroup>
<ApplicationDefinition Update="App.xaml">
Expand Down

0 comments on commit 179a4fa

Please sign in to comment.