- <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectView>ProjectFiles</ProjectView>
- <ReferencePath>E:\code\server\</ReferencePath>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <StartAction>Program</StartAction>
- <StartProgram>e:\code\Server\Core.Mes.ServerManager.exe</StartProgram>
- <StartArguments>log</StartArguments>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <StartAction>Program</StartAction>
- <StartProgram>E:\code\Server\Core.Mes.ServerManager.exe</StartProgram>
- </PropertyGroup>
- </Project>
|