Skip to content

Commit

Permalink
Sensei DE Source Code
Browse files Browse the repository at this point in the history
  • Loading branch information
gregstein committed Mar 20, 2021
1 parent 66b84ee commit 8b413b2
Show file tree
Hide file tree
Showing 112 changed files with 20,967 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

DE Sensei/bin/Debug/*
DE Sensei/bin/Release/*
DE Sensei/obj/*
Binary file added .vs/DE Sensei/v16/.suo
Binary file not shown.
25 changes: 25 additions & 0 deletions DE Sensei.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DE Sensei", "DE Sensei\DE Sensei.csproj", "{716C8404-A387-4F8F-99F4-EBBA77583287}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{716C8404-A387-4F8F-99F4-EBBA77583287}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{716C8404-A387-4F8F-99F4-EBBA77583287}.Debug|Any CPU.Build.0 = Debug|Any CPU
{716C8404-A387-4F8F-99F4-EBBA77583287}.Release|Any CPU.ActiveCfg = Release|Any CPU
{716C8404-A387-4F8F-99F4-EBBA77583287}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A66EB80-2C5B-425C-A2C0-1E730F92CB29}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions DE Sensei/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
</configuration>
190 changes: 190 additions & 0 deletions DE Sensei/DE Sensei.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,190 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{716C8404-A387-4F8F-99F4-EBBA77583287}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>DE_Sensei</RootNamespace>
<AssemblyName>DE Sensei</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>SenseiDE-icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="ComponentFactory.Krypton.Design">
<HintPath>D:\WIN10-2021-BAK\VS\DERe\DE-Replays-Manager\bin\Debug\ComponentFactory.Krypton.Design.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Docking">
<HintPath>D:\WIN10-2021-BAK\VS\DERe\DE-Replays-Manager\bin\Debug\ComponentFactory.Krypton.Docking.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Navigator">
<HintPath>D:\WIN10-2021-BAK\VS\DERe\DE-Replays-Manager\bin\Debug\ComponentFactory.Krypton.Navigator.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Ribbon">
<HintPath>D:\WIN10-2021-BAK\VS\DERe\DE-Replays-Manager\bin\Debug\ComponentFactory.Krypton.Ribbon.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Toolkit">
<HintPath>..\..\..\..\Documents\Visual Studio 2019\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\ComponentFactory.Krypton.Toolkit.dll</HintPath>
</Reference>
<Reference Include="ComponentFactory.Krypton.Workspace">
<HintPath>D:\WIN10-2021-BAK\VS\DERe\DE-Replays-Manager\bin\Debug\ComponentFactory.Krypton.Workspace.dll</HintPath>
</Reference>
<Reference Include="DevComponents.DotNetBar2, Version=14.1.0.37, Culture=neutral, PublicKeyToken=7eb7c3a35b91de04, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\Program Files (x86)\DotNetBar for Windows Forms\DevComponents.DotNetBar2.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="Ionic.Zip">
<HintPath>..\..\..\..\Documents\Visual Studio 2019\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\Ionic.Zip.dll</HintPath>
</Reference>
<Reference Include="Steamworks.NET">
<HintPath>D:\WIN10-2021-BAK\VS\DERe\DE-Replays-Manager\bin\Debug\Steamworks.NET.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Main.Designer.cs">
<DependentUpon>Main.cs</DependentUpon>
</Compile>
<Compile Include="perfCLASS.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Sensei.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Sensei.Designer.cs">
<DependentUpon>Sensei.cs</DependentUpon>
</Compile>
<Compile Include="ZipArchiveExtension.cs" />
<EmbeddedResource Include="Main.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="Sensei.resx">
<DependentUpon>Sensei.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.manifest" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\def.reg" />
<None Include="Resources\import.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\import-27.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\low.reg" />
<None Include="Resources\mover.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\offline_4033.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\delete.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\archive.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\folder.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\puzzle.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\cloud.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\refresh.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\checkeffects.png" />
<None Include="Resources\turnon.png" />
<None Include="Resources\disable.png" />
<None Include="Resources\gear2.png" />
<None Include="Resources\gear.png" />
<None Include="Resources\browse.png" />
<None Include="Resources\steam-icon.png" />
<None Include="Resources\dotred.png" />
<None Include="Resources\dotgreen.png" />
<None Include="Resources\loading_slash_sml.bmp" />
<None Include="Resources\sensei.jpg" />
<None Include="Resources\deico.png" />
<None Include="Resources\steam_red.png" />
<None Include="Resources\steam_green.png" />
<Content Include="SenseiDE-icon.ico" />
<Content Include="steam_api.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="steam_appid.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
149 changes: 149 additions & 0 deletions DE Sensei/Main.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8b413b2

Please sign in to comment.