Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions App.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<setting name="DLLpath" serializeAs="String">
<value />
</setting>
<setting name="DF_VER" serializeAs="String">
<value />
</setting>
</DFPl.Properties.Settings>
</userSettings>
</configuration>
18 changes: 18 additions & 0 deletions DFPl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,26 @@
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Form2.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form2.Designer.cs">
<DependentUpon>Form2.cs</DependentUpon>
</Compile>
<Compile Include="globalKeyboardHook.cs" />
<Compile Include="Models\Game.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Form1.ru.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form2.resx">
<DependentUpon>Form2.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
Expand All @@ -92,6 +104,9 @@
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.manifest" />
<None Include="nlog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand All @@ -106,6 +121,9 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NLog">
<Version>5.1.0</Version>
</PackageReference>
<PackageReference Include="Reloaded.Injector">
<Version>1.2.5</Version>
</PackageReference>
Expand Down
28 changes: 28 additions & 0 deletions DFPl.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DFPl", "DFPl.csproj", "{F45DC1BE-8065-435C-85FC-0E6BD4B76424}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Share|Any CPU = Share|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F45DC1BE-8065-435C-85FC-0E6BD4B76424}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F45DC1BE-8065-435C-85FC-0E6BD4B76424}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F45DC1BE-8065-435C-85FC-0E6BD4B76424}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F45DC1BE-8065-435C-85FC-0E6BD4B76424}.Release|Any CPU.Build.0 = Release|Any CPU
{F45DC1BE-8065-435C-85FC-0E6BD4B76424}.Share|Any CPU.ActiveCfg = Share|Any CPU
{F45DC1BE-8065-435C-85FC-0E6BD4B76424}.Share|Any CPU.Build.0 = Share|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E103C92-EA0E-4625-9188-6D17B0AD5E4B}
EndGlobalSection
EndGlobal
53 changes: 52 additions & 1 deletion Form1.Designer.cs

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

Loading