295d5a2e79d1cd585d65616e819ab390271ce371.svn-base 686 B

123456789101112131415
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectView>ProjectFiles</ProjectView>
  4. <ReferencePath>E:\code\server\</ReferencePath>
  5. </PropertyGroup>
  6. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  7. <StartAction>Program</StartAction>
  8. <StartProgram>e:\code\Server\Core.Mes.ServerManager.exe</StartProgram>
  9. <StartArguments>log</StartArguments>
  10. </PropertyGroup>
  11. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  12. <StartAction>Program</StartAction>
  13. <StartProgram>E:\code\Server\Core.Mes.ServerManager.exe</StartProgram>
  14. </PropertyGroup>
  15. </Project>