middleware/Communication/Communication.csproj
changeset 29 fcf435874395
parent 15 4b78f179e7ce
child 41 d2f735d7763f
equal deleted inserted replaced
28:9ccef81f02ab 29:fcf435874395
    29     <DefineConstants>TRACE</DefineConstants>
    29     <DefineConstants>TRACE</DefineConstants>
    30     <ErrorReport>prompt</ErrorReport>
    30     <ErrorReport>prompt</ErrorReport>
    31     <WarningLevel>4</WarningLevel>
    31     <WarningLevel>4</WarningLevel>
    32   </PropertyGroup>
    32   </PropertyGroup>
    33   <ItemGroup>
    33   <ItemGroup>
       
    34     <Reference Include="Fleck">
       
    35       <HintPath>..\lib\Fleck.dll</HintPath>
       
    36     </Reference>
    34     <Reference Include="Microsoft.Kinect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
    37     <Reference Include="Microsoft.Kinect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
    35       <SpecificVersion>False</SpecificVersion>
    38       <SpecificVersion>False</SpecificVersion>
    36       <HintPath>..\lib\Microsoft.Kinect.dll</HintPath>
    39       <HintPath>..\lib\Microsoft.Kinect.dll</HintPath>
    37     </Reference>
    40     </Reference>
    38     <Reference Include="PresentationCore" />
    41     <Reference Include="PresentationCore" />
    46     <Reference Include="TuioServer">
    49     <Reference Include="TuioServer">
    47       <HintPath>..\lib\TuioServer.dll</HintPath>
    50       <HintPath>..\lib\TuioServer.dll</HintPath>
    48     </Reference>
    51     </Reference>
    49   </ItemGroup>
    52   </ItemGroup>
    50   <ItemGroup>
    53   <ItemGroup>
       
    54     <Compile Include="Server.cs" />
       
    55     <Compile Include="TUIOServer.cs" />
       
    56     <Compile Include="WSServer.cs" />
    51     <Compile Include="Properties\AssemblyInfo.cs" />
    57     <Compile Include="Properties\AssemblyInfo.cs" />
    52     <Compile Include="Server.cs" />
       
    53   </ItemGroup>
    58   </ItemGroup>
    54   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    59   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    55   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    60   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    56        Other similar extension points exist, see Microsoft.Common.targets.
    61        Other similar extension points exist, see Microsoft.Common.targets.
    57   <Target Name="BeforeBuild">
    62   <Target Name="BeforeBuild">