Merge pull request #88 in FS/freeswitch from ~DANIELWEBER/freeswitch:FixManaged to master

* commit 'a0d6b642fff4fddf1bd62f39ccf952891c7817e3':
  Fix ManagedEsl.2012.csproj: There is no file 'ESLconnection.2010.cs'.
This commit is contained in:
Mike Jerris 2014-10-16 11:54:13 -05:00
commit a5f4810c0d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ESL.2010.cs" />
<Compile Include="ESLconnection.2010.cs" />
<Compile Include="ESLconnection.cs" />
<Compile Include="ESLevent.2010.cs" />
<Compile Include="ESLPINVOKE.2010.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />