Skip to content

Commit

Permalink
Rewritten
Browse files Browse the repository at this point in the history
  • Loading branch information
MistressPlague authored Jun 17, 2023
1 parent e005ca6 commit cbf9d92
Show file tree
Hide file tree
Showing 10 changed files with 1,445 additions and 545 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -33,6 +34,7 @@
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down Expand Up @@ -63,9 +65,18 @@
<Compile Include="Auto Restart.Designer.cs">
<DependentUpon>Auto Restart.cs</DependentUpon>
</Compile>
<Compile Include="Libraries\JsonConfig.cs" />
<Compile Include="Libraries\ConfigLib.cs" />
<Compile Include="Libraries\WebhookAPI\Embed.cs" />
<Compile Include="Libraries\WebhookAPI\Extensions.cs" />
<Compile Include="Libraries\WebhookAPI\Webhook.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Setup.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Setup.Designer.cs">
<DependentUpon>Setup.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="Auto Restart.resx">
<DependentUpon>Auto Restart.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -78,6 +89,9 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<EmbeddedResource Include="Setup.resx">
<DependentUpon>Setup.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
Expand All @@ -95,5 +109,6 @@
<ItemGroup>
<Content Include="plague_13b_icon.ico" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
304 changes: 58 additions & 246 deletions Auto Restart Process/Auto Restart Process/Auto Restart.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit cbf9d92

Please sign in to comment.