Skip to content

Commit 7c5bd05

Browse files
authored
Add files via upload
1 parent 9f365bb commit 7c5bd05

File tree

77 files changed

+99786
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+99786
-0
lines changed

App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
5+
</startup>
6+
</configuration>

App1.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<Weavers>
4+
<Costura />
5+
</Weavers>
6+
</configuration>

DEB.ico

173 KB
Binary file not shown.

DEB2.ico

169 KB
Binary file not shown.

DEBoard.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30011.22
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DEBoarded", "DEBoarded.csproj", "{1AE6F660-535D-49D7-B3CF-FEA6FA6E02CA}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{1AE6F660-535D-49D7-B3CF-FEA6FA6E02CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{1AE6F660-535D-49D7-B3CF-FEA6FA6E02CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{1AE6F660-535D-49D7-B3CF-FEA6FA6E02CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{1AE6F660-535D-49D7-B3CF-FEA6FA6E02CA}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {5C33308F-E91B-49E4-90B3-8A16BC288AA6}
24+
EndGlobalSection
25+
EndGlobal

DEBoarded.csproj

Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="packages\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition="Exists('packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" />
4+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5+
<PropertyGroup>
6+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8+
<ProjectGuid>{1AE6F660-535D-49D7-B3CF-FEA6FA6E02CA}</ProjectGuid>
9+
<OutputType>WinExe</OutputType>
10+
<RootNamespace>DEBoarded</RootNamespace>
11+
<AssemblyName>DEBoard</AssemblyName>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15+
<Deterministic>true</Deterministic>
16+
<TargetFrameworkProfile />
17+
<NuGetPackageImportStamp>
18+
</NuGetPackageImportStamp>
19+
</PropertyGroup>
20+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21+
<PlatformTarget>AnyCPU</PlatformTarget>
22+
<DebugSymbols>true</DebugSymbols>
23+
<DebugType>full</DebugType>
24+
<Optimize>false</Optimize>
25+
<OutputPath>bin\Debug\</OutputPath>
26+
<DefineConstants>DEBUG;TRACE</DefineConstants>
27+
<ErrorReport>prompt</ErrorReport>
28+
<WarningLevel>4</WarningLevel>
29+
</PropertyGroup>
30+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31+
<PlatformTarget>AnyCPU</PlatformTarget>
32+
<DebugType>pdbonly</DebugType>
33+
<Optimize>true</Optimize>
34+
<OutputPath>bin\Release\</OutputPath>
35+
<DefineConstants>TRACE</DefineConstants>
36+
<ErrorReport>prompt</ErrorReport>
37+
<WarningLevel>4</WarningLevel>
38+
</PropertyGroup>
39+
<PropertyGroup>
40+
<ApplicationIcon>DEB2.ico</ApplicationIcon>
41+
</PropertyGroup>
42+
<ItemGroup>
43+
<Reference Include="ComponentFactory.Krypton.Design">
44+
<HintPath>..\..\..\Documents\VS\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\ComponentFactory.Krypton.Design.dll</HintPath>
45+
<Private>True</Private>
46+
</Reference>
47+
<Reference Include="ComponentFactory.Krypton.Docking">
48+
<HintPath>..\..\..\Documents\VS\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\ComponentFactory.Krypton.Docking.dll</HintPath>
49+
<Private>True</Private>
50+
</Reference>
51+
<Reference Include="ComponentFactory.Krypton.Navigator">
52+
<HintPath>..\..\..\Documents\VS\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\ComponentFactory.Krypton.Navigator.dll</HintPath>
53+
<Private>True</Private>
54+
</Reference>
55+
<Reference Include="ComponentFactory.Krypton.Ribbon">
56+
<HintPath>..\..\..\Documents\VS\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\ComponentFactory.Krypton.Ribbon.dll</HintPath>
57+
<Private>True</Private>
58+
</Reference>
59+
<Reference Include="ComponentFactory.Krypton.Toolkit">
60+
<HintPath>..\..\..\Documents\VS\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\ComponentFactory.Krypton.Toolkit.dll</HintPath>
61+
<Private>True</Private>
62+
</Reference>
63+
<Reference Include="ComponentFactory.Krypton.Workspace">
64+
<HintPath>..\..\..\Documents\VS\WindowsFormsApplication3\WindowsFormsApplication3\bin\Debug\ComponentFactory.Krypton.Workspace.dll</HintPath>
65+
<Private>True</Private>
66+
</Reference>
67+
<Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
68+
<HintPath>packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
69+
</Reference>
70+
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
71+
<HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
72+
</Reference>
73+
<Reference Include="System" />
74+
<Reference Include="System.Core" />
75+
<Reference Include="System.Xml.Linq" />
76+
<Reference Include="System.Data.DataSetExtensions" />
77+
<Reference Include="Microsoft.CSharp" />
78+
<Reference Include="System.Data" />
79+
<Reference Include="System.Deployment" />
80+
<Reference Include="System.Drawing" />
81+
<Reference Include="System.Net.Http" />
82+
<Reference Include="System.Windows.Forms" />
83+
<Reference Include="System.Xml" />
84+
</ItemGroup>
85+
<ItemGroup>
86+
<Compile Include="Form1.cs">
87+
<SubType>Form</SubType>
88+
</Compile>
89+
<Compile Include="Form1.Designer.cs">
90+
<DependentUpon>Form1.cs</DependentUpon>
91+
</Compile>
92+
<Compile Include="LeaderBoard.cs" />
93+
<Compile Include="LobBrowser.cs" />
94+
<Compile Include="Program.cs" />
95+
<Compile Include="Properties\AssemblyInfo.cs" />
96+
<Compile Include="QueryPlayer.cs" />
97+
<EmbeddedResource Include="Form1.resx">
98+
<DependentUpon>Form1.cs</DependentUpon>
99+
</EmbeddedResource>
100+
<EmbeddedResource Include="Properties\Resources.resx">
101+
<Generator>ResXFileCodeGenerator</Generator>
102+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
103+
<SubType>Designer</SubType>
104+
</EmbeddedResource>
105+
<Compile Include="Properties\Resources.Designer.cs">
106+
<AutoGen>True</AutoGen>
107+
<DependentUpon>Resources.resx</DependentUpon>
108+
<DesignTime>True</DesignTime>
109+
</Compile>
110+
<None Include="App1.config" />
111+
<None Include="packages.config" />
112+
<None Include="Properties\Settings.settings">
113+
<Generator>SettingsSingleFileGenerator</Generator>
114+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
115+
</None>
116+
<Compile Include="Properties\Settings.Designer.cs">
117+
<AutoGen>True</AutoGen>
118+
<DependentUpon>Settings.settings</DependentUpon>
119+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
120+
</Compile>
121+
<None Include="Resources\Readme.rtf" />
122+
</ItemGroup>
123+
<ItemGroup>
124+
<None Include="App.config" />
125+
</ItemGroup>
126+
<ItemGroup>
127+
<None Include="Resources\loading.gif" />
128+
</ItemGroup>
129+
<ItemGroup>
130+
<None Include="Resources\online.png" />
131+
</ItemGroup>
132+
<ItemGroup>
133+
<None Include="Resources\offline.png" />
134+
</ItemGroup>
135+
<ItemGroup>
136+
<None Include="Resources\deboard.png" />
137+
</ItemGroup>
138+
<ItemGroup>
139+
<Content Include="DEB.ico" />
140+
<Content Include="DEB2.ico" />
141+
<None Include="Resources\DEB2.ico" />
142+
</ItemGroup>
143+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144+
<Import Project="packages\Fody.6.1.1\build\Fody.targets" Condition="Exists('packages\Fody.6.1.1\build\Fody.targets')" />
145+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
146+
<PropertyGroup>
147+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
148+
</PropertyGroup>
149+
<Error Condition="!Exists('packages\Fody.6.1.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Fody.6.1.1\build\Fody.targets'))" />
150+
<Error Condition="!Exists('packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
151+
</Target>
152+
</Project>

FodyWeavers.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
2+
<Costura />
3+
</Weavers>

FodyWeavers.xsd

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
3+
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
4+
<xs:element name="Weavers">
5+
<xs:complexType>
6+
<xs:all>
7+
<xs:element name="Costura" minOccurs="0" maxOccurs="1">
8+
<xs:complexType>
9+
<xs:all>
10+
<xs:element minOccurs="0" maxOccurs="1" name="ExcludeAssemblies" type="xs:string">
11+
<xs:annotation>
12+
<xs:documentation>A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks</xs:documentation>
13+
</xs:annotation>
14+
</xs:element>
15+
<xs:element minOccurs="0" maxOccurs="1" name="IncludeAssemblies" type="xs:string">
16+
<xs:annotation>
17+
<xs:documentation>A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks.</xs:documentation>
18+
</xs:annotation>
19+
</xs:element>
20+
<xs:element minOccurs="0" maxOccurs="1" name="Unmanaged32Assemblies" type="xs:string">
21+
<xs:annotation>
22+
<xs:documentation>A list of unmanaged 32 bit assembly names to include, delimited with line breaks.</xs:documentation>
23+
</xs:annotation>
24+
</xs:element>
25+
<xs:element minOccurs="0" maxOccurs="1" name="Unmanaged64Assemblies" type="xs:string">
26+
<xs:annotation>
27+
<xs:documentation>A list of unmanaged 64 bit assembly names to include, delimited with line breaks.</xs:documentation>
28+
</xs:annotation>
29+
</xs:element>
30+
<xs:element minOccurs="0" maxOccurs="1" name="PreloadOrder" type="xs:string">
31+
<xs:annotation>
32+
<xs:documentation>The order of preloaded assemblies, delimited with line breaks.</xs:documentation>
33+
</xs:annotation>
34+
</xs:element>
35+
</xs:all>
36+
<xs:attribute name="CreateTemporaryAssemblies" type="xs:boolean">
37+
<xs:annotation>
38+
<xs:documentation>This will copy embedded files to disk before loading them into memory. This is helpful for some scenarios that expected an assembly to be loaded from a physical file.</xs:documentation>
39+
</xs:annotation>
40+
</xs:attribute>
41+
<xs:attribute name="IncludeDebugSymbols" type="xs:boolean">
42+
<xs:annotation>
43+
<xs:documentation>Controls if .pdbs for reference assemblies are also embedded.</xs:documentation>
44+
</xs:annotation>
45+
</xs:attribute>
46+
<xs:attribute name="DisableCompression" type="xs:boolean">
47+
<xs:annotation>
48+
<xs:documentation>Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option.</xs:documentation>
49+
</xs:annotation>
50+
</xs:attribute>
51+
<xs:attribute name="DisableCleanup" type="xs:boolean">
52+
<xs:annotation>
53+
<xs:documentation>As part of Costura, embedded assemblies are no longer included as part of the build. This cleanup can be turned off.</xs:documentation>
54+
</xs:annotation>
55+
</xs:attribute>
56+
<xs:attribute name="LoadAtModuleInit" type="xs:boolean">
57+
<xs:annotation>
58+
<xs:documentation>Costura by default will load as part of the module initialization. This flag disables that behavior. Make sure you call CosturaUtility.Initialize() somewhere in your code.</xs:documentation>
59+
</xs:annotation>
60+
</xs:attribute>
61+
<xs:attribute name="IgnoreSatelliteAssemblies" type="xs:boolean">
62+
<xs:annotation>
63+
<xs:documentation>Costura will by default use assemblies with a name like 'resources.dll' as a satellite resource and prepend the output path. This flag disables that behavior.</xs:documentation>
64+
</xs:annotation>
65+
</xs:attribute>
66+
<xs:attribute name="ExcludeAssemblies" type="xs:string">
67+
<xs:annotation>
68+
<xs:documentation>A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with |</xs:documentation>
69+
</xs:annotation>
70+
</xs:attribute>
71+
<xs:attribute name="IncludeAssemblies" type="xs:string">
72+
<xs:annotation>
73+
<xs:documentation>A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |.</xs:documentation>
74+
</xs:annotation>
75+
</xs:attribute>
76+
<xs:attribute name="Unmanaged32Assemblies" type="xs:string">
77+
<xs:annotation>
78+
<xs:documentation>A list of unmanaged 32 bit assembly names to include, delimited with |.</xs:documentation>
79+
</xs:annotation>
80+
</xs:attribute>
81+
<xs:attribute name="Unmanaged64Assemblies" type="xs:string">
82+
<xs:annotation>
83+
<xs:documentation>A list of unmanaged 64 bit assembly names to include, delimited with |.</xs:documentation>
84+
</xs:annotation>
85+
</xs:attribute>
86+
<xs:attribute name="PreloadOrder" type="xs:string">
87+
<xs:annotation>
88+
<xs:documentation>The order of preloaded assemblies, delimited with |.</xs:documentation>
89+
</xs:annotation>
90+
</xs:attribute>
91+
</xs:complexType>
92+
</xs:element>
93+
</xs:all>
94+
<xs:attribute name="VerifyAssembly" type="xs:boolean">
95+
<xs:annotation>
96+
<xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>
97+
</xs:annotation>
98+
</xs:attribute>
99+
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
100+
<xs:annotation>
101+
<xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
102+
</xs:annotation>
103+
</xs:attribute>
104+
<xs:attribute name="GenerateXsd" type="xs:boolean">
105+
<xs:annotation>
106+
<xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>
107+
</xs:annotation>
108+
</xs:attribute>
109+
</xs:complexType>
110+
</xs:element>
111+
</xs:schema>

0 commit comments

Comments
 (0)