Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 7805793

Browse files
committed
chore(app): release 1.0.0
1 parent 530edbb commit 7805793

6 files changed

Lines changed: 55 additions & 65 deletions

File tree

WindowsLayoutSnapshot/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
// General Information about an assembly is controlled through the following
77
// set of attributes. Change these attribute values to modify the information
88
// associated with an assembly.
9-
[assembly: AssemblyTitle("WindowsLayoutSnapshot")]
9+
[assembly: AssemblyTitle("WindowsLayoutSnapshot by LeStudio")]
1010
[assembly: AssemblyDescription("Windows app to remember + restore window positions")]
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("")]
13-
[assembly: AssemblyProduct("WindowsLayoutSnapshot")]
14-
[assembly: AssemblyCopyright("public domain ⓪ 2012-2018")]
13+
[assembly: AssemblyProduct("WindowsLayoutSnapshot by LeStudio")]
14+
[assembly: AssemblyCopyright("public domain ⓪ 2012-2022")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

WindowsLayoutSnapshot/Properties/Resources.Designer.cs

Lines changed: 16 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WindowsLayoutSnapshot/Properties/Settings.Designer.cs

Lines changed: 1 addition & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WindowsLayoutSnapshot/Properties/Settings.settings

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<Profiles />
44
<Settings>
55
<Setting Name="savedConfigurations" Type="System.String" Scope="User">
6-
<Value Profile="(Default)">["{\"name\":\"test\",\"processList\":{\"199222\":{\"position\":\"-8, -8, 1936, 1048\",\"visible\":\"-1, -8, 1922, 1041\",\"title\":\"WindowsLayoutSnapshot (Exécution) - Microsoft Visual Studio\",\"processPath\":\"D:\\\\visuql studio\\\\Common7\\\\IDE\\\\devenv.exe\"},\"2231142\":{\"position\":\"0, 1, 911, 683\",\"visible\":\"0, 1, 911, 683\",\"title\":\"Paramètres\",\"processPath\":\"C:\\\\Windows\\\\ImmersiveControlPanel\\\\SystemSettings.exe\"},\"4787044\":{\"position\":\"164, 243, 927, 692\",\"visible\":\"171, 243, 913, 685\",\"title\":\"Paramètres\",\"processPath\":\"C:\\\\WINDOWS\\\\system32\\\\ApplicationFrameHost.exe\"},\"788944\":{\"position\":\"-8, -8, 1936, 1048\",\"visible\":\"-8, -8, 1936, 1048\",\"title\":\"To Do — Firefox Developer Edition\",\"processPath\":\"C:\\\\Program Files\\\\Firefox Developer Edition\\\\firefox.exe\"},\"14551346\":{\"position\":\"1912, -8, 1936, 1048\",\"visible\":\"1919, -8, 1922, 1041\",\"title\":\"OBS 28.1.2 (64-bit, windows) - Profil: Stream - Scènes: Mira\",\"processPath\":\"C:\\\\Program Files\\\\obs-studio\\\\bin\\\\64bit\\\\obs64.exe\"},\"132526\":{\"position\":\"-1015, 630, 940, 720\",\"visible\":\"-1015, 630, 940, 720\",\"title\":\"#me | Quentin / Mirardes - Discord\",\"processPath\":\"C:\\\\Users\\\\Admin\\\\AppData\\\\Local\\\\Discord\\\\app-1.0.9007\\\\Discord.exe\"},\"66962\":{\"position\":\"-1049, -418, 1056, 600\",\"visible\":\"-1049, -418, 1056, 600\",\"title\":\"Plusma - Parasol\",\"processPath\":\"C:\\\\Users\\\\Admin\\\\AppData\\\\Roaming\\\\Spotify\\\\Spotify.exe\"},\"329928\":{\"position\":\"-1061, 201, 413, 334\",\"visible\":\"-1054, 201, 399, 327\",\"title\":\"Current Song by LeStudio (v1.0.2)\",\"processPath\":\"C:\\\\Users\\\\Admin\\\\Documents\\\\LeStudioCurrentSong\\\\LeStudioCurrentSong.exe\"},\"68256\":{\"position\":\"-1080, -452, 1080, 1872\",\"visible\":\"-1073, -452, 1066, 1865\",\"title\":\"\",\"processPath\":\"C:\\\\WINDOWS\\\\Explorer.EXE\"},\"67460\":{\"position\":\"-8, -8, 1936, 1048\",\"visible\":\"-1, -8, 1922, 1041\",\"title\":\"Xbox\",\"processPath\":\"C:\\\\WINDOWS\\\\system32\\\\ApplicationFrameHost.exe\"},\"133386\":{\"position\":\"0, 0, 1920, 1032\",\"visible\":\"7, 0, 1906, 1025\",\"title\":\"\",\"processPath\":\"C:\\\\WINDOWS\\\\Explorer.EXE\"},\"131554\":{\"position\":\"1920, 0, 1920, 1032\",\"visible\":\"1927, 0, 1906, 1025\",\"title\":\"\",\"processPath\":\"C:\\\\WINDOWS\\\\Explorer.EXE\"},\"131680\":{\"position\":\"0, 0, 1920, 1080\",\"visible\":\"0, 0, 1920, 1080\",\"title\":\"Expérience d’entrée Windows\",\"processPath\":\"C:\\\\WINDOWS\\\\SystemApps\\\\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\\\\TextInputHost.exe\"},\"198642\":{\"position\":\"-32000, -32000, 160, 28\",\"visible\":\"-32000, -32000, 160, 28\",\"title\":\"VoiceMeeter\",\"processPath\":\"C:\\\\Program Files (x86)\\\\VB\\\\Voicemeeter\\\\voicemeeterpro.exe\"},\"68518\":{\"position\":\"-32000, -32000, 160, 28\",\"visible\":\"-31993, -32000, 146, 21\",\"title\":\"LeStudio App - Google Chrome\",\"processPath\":\"C:\\\\Program Files\\\\Google\\\\Chrome\\\\Application\\\\chrome.exe\"}}}"]
7-
</Value>
6+
<Value Profile="(Default)" />
87
</Setting>
98
</Settings>
109
</SettingsFile>

WindowsLayoutSnapshot/WindowsLayoutSnapshot.csproj

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
55
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
@@ -10,8 +10,24 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>WindowsLayoutSnapshot</RootNamespace>
1212
<AssemblyName>WindowsLayoutSnapshot</AssemblyName>
13-
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15+
<PublishUrl>publish\</PublishUrl>
16+
<Install>true</Install>
17+
<InstallFrom>Disk</InstallFrom>
18+
<UpdateEnabled>false</UpdateEnabled>
19+
<UpdateMode>Foreground</UpdateMode>
20+
<UpdateInterval>7</UpdateInterval>
21+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
22+
<UpdatePeriodically>false</UpdatePeriodically>
23+
<UpdateRequired>false</UpdateRequired>
24+
<MapFileExtensions>true</MapFileExtensions>
25+
<ApplicationRevision>0</ApplicationRevision>
26+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27+
<IsWebBootstrapper>false</IsWebBootstrapper>
28+
<UseApplicationTrust>false</UseApplicationTrust>
29+
<BootstrapperEnabled>true</BootstrapperEnabled>
30+
<TargetFrameworkProfile />
1531
</PropertyGroup>
1632
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
1733
<PlatformTarget>x86</PlatformTarget>
@@ -22,6 +38,7 @@
2238
<DefineConstants>DEBUG;TRACE</DefineConstants>
2339
<ErrorReport>prompt</ErrorReport>
2440
<WarningLevel>4</WarningLevel>
41+
<Prefer32Bit>false</Prefer32Bit>
2542
</PropertyGroup>
2643
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
2744
<PlatformTarget>x86</PlatformTarget>
@@ -31,6 +48,7 @@
3148
<DefineConstants>TRACE</DefineConstants>
3249
<ErrorReport>prompt</ErrorReport>
3350
<WarningLevel>4</WarningLevel>
51+
<Prefer32Bit>false</Prefer32Bit>
3452
</PropertyGroup>
3553
<PropertyGroup>
3654
<ApplicationIcon>monitor-window-3d-shadow.ico</ApplicationIcon>
@@ -46,6 +64,7 @@
4664
<PlatformTarget>x64</PlatformTarget>
4765
<LangVersion>7.3</LangVersion>
4866
<ErrorReport>prompt</ErrorReport>
67+
<Prefer32Bit>false</Prefer32Bit>
4968
</PropertyGroup>
5069
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
5170
<OutputPath>bin\x64\Release\</OutputPath>
@@ -55,6 +74,7 @@
5574
<PlatformTarget>x64</PlatformTarget>
5675
<LangVersion>7.3</LangVersion>
5776
<ErrorReport>prompt</ErrorReport>
77+
<Prefer32Bit>false</Prefer32Bit>
5878
</PropertyGroup>
5979
<ItemGroup>
6080
<Reference Include="System" />
@@ -128,6 +148,13 @@
128148
<Version>13.0.2</Version>
129149
</PackageReference>
130150
</ItemGroup>
151+
<ItemGroup>
152+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
153+
<Visible>False</Visible>
154+
<ProductName>.NET Framework 3.5 SP1</ProductName>
155+
<Install>true</Install>
156+
</BootstrapperPackage>
157+
</ItemGroup>
131158
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
132159
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
133160
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)