Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
90 gunterl 1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
  <PropertyGroup>
3
    <ReferencePath>c:\microsoft robotics studio (1.5)\bin;c:\windows\microsoft.net\framework\v2.0.50727</ReferencePath>
4
  </PropertyGroup>
5
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
6
    <StartWorkingDirectory>C:\Microsoft Robotics Studio (1.5)</StartWorkingDirectory>
7
    <StartAction>Program</StartAction>
8
    <StartProgram>C:\Microsoft Robotics Studio (1.5)\bin\dsshost.exe</StartProgram>
9
    <StartArguments>-port:50000 -tcpport:50001 -manifest:"C:\mikrokopter\RoboBoardService\RoboBoardService\RoboBoardService.manifest.xml"</StartArguments>
10
  </PropertyGroup>
11
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
12
    <StartWorkingDirectory>C:\Microsoft Robotics Studio (1.5)</StartWorkingDirectory>
13
    <StartAction>Program</StartAction>
14
    <StartProgram>C:\Microsoft Robotics Studio (1.5)\bin\dsshost.exe</StartProgram>
15
    <StartArguments>-port:50000 -tcpport:50001 -manifest:"C:\Users\gunterl\Documents\Visual Studio 2005\Projects\RoboBoardService\RoboBoardService\RoboBoardService.manifest.xml"</StartArguments>
16
  </PropertyGroup>
17
</Project>