Skip to content

Commit

Permalink
Merge pull request #6 from sriv/master
Browse files Browse the repository at this point in the history
updated delcom dll to v1.4
  • Loading branch information
tathamoddie committed Mar 6, 2013
2 parents 3d3d741 + dd63f95 commit 28e59ed
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
11 changes: 9 additions & 2 deletions TeamFlash.sln
@@ -1,16 +1,23 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamFlash", "TeamFlash\TeamFlash.csproj", "{E76813EF-60AD-4955-A273-C2A235DFE9FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E76813EF-60AD-4955-A273-C2A235DFE9FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E76813EF-60AD-4955-A273-C2A235DFE9FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E76813EF-60AD-4955-A273-C2A235DFE9FC}.Debug|x86.ActiveCfg = Debug|x86
{E76813EF-60AD-4955-A273-C2A235DFE9FC}.Debug|x86.Build.0 = Debug|x86
{E76813EF-60AD-4955-A273-C2A235DFE9FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E76813EF-60AD-4955-A273-C2A235DFE9FC}.Release|Any CPU.Build.0 = Release|Any CPU
{E76813EF-60AD-4955-A273-C2A235DFE9FC}.Release|Any CPU.Deploy.0 = Release|Any CPU
{E76813EF-60AD-4955-A273-C2A235DFE9FC}.Release|x86.ActiveCfg = Release|x86
{E76813EF-60AD-4955-A273-C2A235DFE9FC}.Release|x86.Build.0 = Release|x86
EndGlobalSection
Expand Down
Binary file modified TeamFlash/DelcomDLL.dll
Binary file not shown.
8 changes: 8 additions & 0 deletions TeamFlash/TeamFlash.csproj
Expand Up @@ -34,6 +34,14 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
<OutputPath>bin\Debug\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
<OutputPath>bin\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit 28e59ed

Please sign in to comment.