~ircdotnet-dev/ircdotnet/devel

« back to all changes in this revision

Viewing changes to Samples/Common/Common.csproj

  • Committer: Alex Regueiro
  • Date: 2010-08-27 22:03:06 UTC
  • Revision ID: alexreg@gmail.com-20100827220306-iqf7ahtgq3ryx2vr
TwitterBot sample is now working. Bot provides the ability for IRC users to log in to Twitter, log out, fetch recent tweets, and send a tweet, among other things. Can handle multiple IRC/Twitter users simultaneously.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    <Reference Include="System.Xml" />
44
44
  </ItemGroup>
45
45
  <ItemGroup>
 
46
    <Compile Include="InvalidCommandParametersException.cs" />
46
47
    <Compile Include="IrcBot.cs" />
47
48
    <Compile Include="IrcBotUtilities.cs" />
 
49
    <Compile Include="BasicIrcBot.cs" />
48
50
    <Compile Include="ProgramInfo.cs" />
49
51
    <Compile Include="Properties\AssemblyInfo.cs" />
 
52
    <Compile Include="Properties\Resources.Designer.cs">
 
53
      <AutoGen>True</AutoGen>
 
54
      <DesignTime>True</DesignTime>
 
55
      <DependentUpon>Resources.resx</DependentUpon>
 
56
    </Compile>
 
57
  </ItemGroup>
 
58
  <ItemGroup>
 
59
    <EmbeddedResource Include="Properties\Resources.resx">
 
60
      <Generator>ResXFileCodeGenerator</Generator>
 
61
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
 
62
    </EmbeddedResource>
50
63
  </ItemGroup>
51
64
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
52
65
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.