Skip to content

Commit 24a7a45

Browse files
author
Martin Fischer
committed
3.0.0
1 parent 71b3dbb commit 24a7a45

File tree

84 files changed

+5059
-1
lines changed

Some content is hidden

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

84 files changed

+5059
-1
lines changed
9.01 KB
Binary file not shown.

!Docs/Graphics/StockIcon.png

6.72 KB
Loading
258 Bytes
Loading
2.99 KB
Loading
337 Bytes
Loading
704 Bytes
Loading
905 Bytes
Loading

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.vs/
2+
bin/
3+
obj/
4+
Debug/
5+
Release/
6+
ipch/
7+
TestResults/
8+
*.suo
9+
*.user
10+
*.sdf
11+
*.opensdf
12+
*.opendb
13+
*.VC.db
14+
[Tt]humbs.db
15+
16+
$Build/

LICENSE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Copyright (c) 2017, bytecode77
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are met:
6+
7+
* Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
* Redistributions in binary form must reproduce the above copyright notice, this
11+
list of conditions and the following disclaimer in the documentation and/or
12+
other materials provided with the distribution.
13+
14+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
15+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
18+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
20+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
21+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
23+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

PEunion.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 15
4+
VisualStudioVersion = 15.0.27130.2010
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PEunion", "PEunion\PEunion.csproj", "{F38E899B-5DE3-4BB0-BB47-4B7CA70AED74}"
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+
{F38E899B-5DE3-4BB0-BB47-4B7CA70AED74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{F38E899B-5DE3-4BB0-BB47-4B7CA70AED74}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{F38E899B-5DE3-4BB0-BB47-4B7CA70AED74}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{F38E899B-5DE3-4BB0-BB47-4B7CA70AED74}.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 = {2823AB8F-B635-4CB7-8B8D-4C569B1821CA}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)