Changeset 5 for Dev/LoggingTool


Ignore:
Timestamp:
02/15/11 11:21:55 (14 years ago)
Author:
jkraaijeveld
Message:
 
Location:
Dev/LoggingTool
Files:
13 added
7 edited

Legend:

Unmodified
Added
Removed
  • Dev/LoggingTool/LoggingTool.csproj

    r4 r5  
    5454  </ItemGroup>
    5555  <ItemGroup>
     56    <Compile Include="LoggingTool.cs" />
    5657    <Compile Include="interfaces\TeamUpLogic.cs" />
    5758    <Compile Include="interfaces\ILoggerLogic.cs" />
     
    6566    <Compile Include="Properties\AssemblyInfo.cs" />
    6667  </ItemGroup>
    67   <ItemGroup />
     68  <ItemGroup>
     69    <ProjectReference Include="..\..\..\UDKTCPLink\UDKTCPLink\UDKTCPLink.csproj">
     70      <Project>{5FB0E6BA-4999-494D-B6A4-7E884E6B4B6F}</Project>
     71      <Name>UDKTCPLink</Name>
     72    </ProjectReference>
     73  </ItemGroup>
    6874  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    6975  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • Dev/LoggingTool/LoggingTool.sln

    r4 r5  
    44Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoggingTool", "LoggingTool.csproj", "{B5F52C17-DB39-47A9-8A4A-31FB4DE899EA}"
    55EndProject
     6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UDKTCPLink", "..\..\..\UDKTCPLink\UDKTCPLink\UDKTCPLink.csproj", "{5FB0E6BA-4999-494D-B6A4-7E884E6B4B6F}"
     7EndProject
    68Global
    79        GlobalSection(SolutionConfigurationPlatforms) = preSolution
     10                Debug|Any CPU = Debug|Any CPU
     11                Debug|Mixed Platforms = Debug|Mixed Platforms
    812                Debug|x86 = Debug|x86
     13                Release|Any CPU = Release|Any CPU
     14                Release|Mixed Platforms = Release|Mixed Platforms
    915                Release|x86 = Release|x86
    1016        EndGlobalSection
    1117        GlobalSection(ProjectConfigurationPlatforms) = postSolution
     18                {B5F52C17-DB39-47A9-8A4A-31FB4DE899EA}.Debug|Any CPU.ActiveCfg = Debug|x86
     19                {B5F52C17-DB39-47A9-8A4A-31FB4DE899EA}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
     20                {B5F52C17-DB39-47A9-8A4A-31FB4DE899EA}.Debug|Mixed Platforms.Build.0 = Debug|x86
    1221                {B5F52C17-DB39-47A9-8A4A-31FB4DE899EA}.Debug|x86.ActiveCfg = Debug|x86
    1322                {B5F52C17-DB39-47A9-8A4A-31FB4DE899EA}.Debug|x86.Build.0 = Debug|x86
     23                {B5F52C17-DB39-47A9-8A4A-31FB4DE899EA}.Release|Any CPU.ActiveCfg = Release|x86
     24                {B5F52C17-DB39-47A9-8A4A-31FB4DE899EA}.Release|Mixed Platforms.ActiveCfg = Release|x86
     25                {B5F52C17-DB39-47A9-8A4A-31FB4DE899EA}.Release|Mixed Platforms.Build.0 = Release|x86
    1426                {B5F52C17-DB39-47A9-8A4A-31FB4DE899EA}.Release|x86.ActiveCfg = Release|x86
    1527                {B5F52C17-DB39-47A9-8A4A-31FB4DE899EA}.Release|x86.Build.0 = Release|x86
     28                {5FB0E6BA-4999-494D-B6A4-7E884E6B4B6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     29                {5FB0E6BA-4999-494D-B6A4-7E884E6B4B6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
     30                {5FB0E6BA-4999-494D-B6A4-7E884E6B4B6F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
     31                {5FB0E6BA-4999-494D-B6A4-7E884E6B4B6F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
     32                {5FB0E6BA-4999-494D-B6A4-7E884E6B4B6F}.Debug|x86.ActiveCfg = Debug|Any CPU
     33                {5FB0E6BA-4999-494D-B6A4-7E884E6B4B6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
     34                {5FB0E6BA-4999-494D-B6A4-7E884E6B4B6F}.Release|Any CPU.Build.0 = Release|Any CPU
     35                {5FB0E6BA-4999-494D-B6A4-7E884E6B4B6F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
     36                {5FB0E6BA-4999-494D-B6A4-7E884E6B4B6F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
     37                {5FB0E6BA-4999-494D-B6A4-7E884E6B4B6F}.Release|x86.ActiveCfg = Release|Any CPU
    1638        EndGlobalSection
    1739        GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset for help on using the changeset viewer.