Skip to content

Commit

Permalink
Add testing files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukem9 committed Nov 1, 2015
1 parent 5cca994 commit 6d976a4
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 3 deletions.
3 changes: 2 additions & 1 deletion XEDParse.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{05FD4520-9761-3F68-5034-D8E8EDB3B729}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
Expand All @@ -132,7 +133,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v100</PlatformToolset>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
Expand Down
Loading

0 comments on commit 6d976a4

Please sign in to comment.