Skip to content

Commit

Permalink
update example app
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsoftware committed Apr 19, 2016
1 parent 7fa4078 commit 3fda03a
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 57 deletions.
1 change: 1 addition & 0 deletions eos-format.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>sliformat</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
<ProjectName>eos-format</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
114 changes: 57 additions & 57 deletions eos-format.sln → eos-formats.sln
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{253AC784-5591-42B7-A520-CB7B051392C1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eos-format", "eos-format.vcxproj", "{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug [dll]|Any CPU = Debug [dll]|Any CPU
Debug [dll]|Mixed Platforms = Debug [dll]|Mixed Platforms
Debug [dll]|Win32 = Debug [dll]|Win32
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug [dll]|Any CPU.ActiveCfg = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug [dll]|Any CPU.Build.0 = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug [dll]|Mixed Platforms.ActiveCfg = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug [dll]|Mixed Platforms.Build.0 = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug [dll]|Win32.ActiveCfg = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug|Win32.ActiveCfg = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Release|Any CPU.Build.0 = Release|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Release|Win32.ActiveCfg = Release|Any CPU
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug [dll]|Any CPU.ActiveCfg = Debug [dll]|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug [dll]|Mixed Platforms.ActiveCfg = Debug [dll]|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug [dll]|Mixed Platforms.Build.0 = Debug [dll]|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug [dll]|Win32.ActiveCfg = Debug [dll]|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug [dll]|Win32.Build.0 = Debug [dll]|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug|Any CPU.ActiveCfg = Debug|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug|Win32.ActiveCfg = Debug|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug|Win32.Build.0 = Debug|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Release|Any CPU.ActiveCfg = Release|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Release|Mixed Platforms.Build.0 = Release|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Release|Win32.ActiveCfg = Release|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{253AC784-5591-42B7-A520-CB7B051392C1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "eos-format", "eos-format.vcxproj", "{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug [dll]|Any CPU = Debug [dll]|Any CPU
Debug [dll]|Mixed Platforms = Debug [dll]|Mixed Platforms
Debug [dll]|Win32 = Debug [dll]|Win32
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug [dll]|Any CPU.ActiveCfg = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug [dll]|Any CPU.Build.0 = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug [dll]|Mixed Platforms.ActiveCfg = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug [dll]|Mixed Platforms.Build.0 = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug [dll]|Win32.ActiveCfg = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Debug|Win32.ActiveCfg = Debug|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Release|Any CPU.Build.0 = Release|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{253AC784-5591-42B7-A520-CB7B051392C1}.Release|Win32.ActiveCfg = Release|Any CPU
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug [dll]|Any CPU.ActiveCfg = Debug [dll]|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug [dll]|Mixed Platforms.ActiveCfg = Debug [dll]|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug [dll]|Mixed Platforms.Build.0 = Debug [dll]|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug [dll]|Win32.ActiveCfg = Debug [dll]|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug [dll]|Win32.Build.0 = Debug [dll]|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug|Any CPU.ActiveCfg = Debug|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug|Win32.ActiveCfg = Debug|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Debug|Win32.Build.0 = Debug|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Release|Any CPU.ActiveCfg = Release|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Release|Mixed Platforms.Build.0 = Release|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Release|Win32.ActiveCfg = Release|Win32
{8C4563C6-8AC6-47CF-A910-B441D4FC30A9}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file modified examples/Demo.exe
Binary file not shown.
Binary file modified examples/eos-format.dll
Binary file not shown.

0 comments on commit 3fda03a

Please sign in to comment.