Ignore:
Timestamp:
02/15/11 10:51:30 (14 years ago)
Author:
jkraaijeveld
Message:

Preliminary work in a general logging tool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/LoggingTool/LoggingTool.csproj

    r3 r4  
    5454  </ItemGroup>
    5555  <ItemGroup>
    56     <Compile Include="LoggingTool.cs" />
    5756    <Compile Include="interfaces\TeamUpLogic.cs" />
    5857    <Compile Include="interfaces\ILoggerLogic.cs" />
    5958    <Compile Include="interfaces\TeamUpSpreadsheetOutput.cs" />
    6059    <Compile Include="interfaces\ILoggerOutput.cs" />
    61     <Compile Include="models\SVData.cs" />
    6260    <Compile Include="models\TeamUpEvent.cs" />
    6361    <Compile Include="models\TeamUpQuestionnaire.cs" />
    6462    <Compile Include="models\LoggerMessage.cs" />
    6563    <Compile Include="models\TeamUpSpreadsheetMessage.cs" />
    66     <Compile Include="network\SVProtocolClientData.cs" />
    67     <Compile Include="network\SVProtocol.cs" />
    6864    <Compile Include="TestSpreadsheetOutput.cs" />
    6965    <Compile Include="Properties\AssemblyInfo.cs" />
    7066  </ItemGroup>
    71   <ItemGroup>
    72     <ProjectReference Include="..\..\..\UDKTCPLink\UDKTCPLink\UDKTCPLink.csproj">
    73       <Project>{5FB0E6BA-4999-494D-B6A4-7E884E6B4B6F}</Project>
    74       <Name>UDKTCPLink</Name>
    75     </ProjectReference>
    76   </ItemGroup>
     67  <ItemGroup />
    7768  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    7869  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.