Changeset 4 for Dev/LoggingTool/LoggingTool.csproj
- Timestamp:
- 02/15/11 10:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/LoggingTool/LoggingTool.csproj
r3 r4 54 54 </ItemGroup> 55 55 <ItemGroup> 56 <Compile Include="LoggingTool.cs" />57 56 <Compile Include="interfaces\TeamUpLogic.cs" /> 58 57 <Compile Include="interfaces\ILoggerLogic.cs" /> 59 58 <Compile Include="interfaces\TeamUpSpreadsheetOutput.cs" /> 60 59 <Compile Include="interfaces\ILoggerOutput.cs" /> 61 <Compile Include="models\SVData.cs" />62 60 <Compile Include="models\TeamUpEvent.cs" /> 63 61 <Compile Include="models\TeamUpQuestionnaire.cs" /> 64 62 <Compile Include="models\LoggerMessage.cs" /> 65 63 <Compile Include="models\TeamUpSpreadsheetMessage.cs" /> 66 <Compile Include="network\SVProtocolClientData.cs" />67 <Compile Include="network\SVProtocol.cs" />68 64 <Compile Include="TestSpreadsheetOutput.cs" /> 69 65 <Compile Include="Properties\AssemblyInfo.cs" /> 70 66 </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 /> 77 68 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 78 69 <!-- 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.