Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
4 | <StartArguments>/lockedit /rkpms:"localhost,9201,MySys Server,EBCI"</StartArguments>
|
---|
5 | </PropertyGroup>
|
---|
6 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
7 | <StartArguments>/lockedit /rpms:"localhost,9200,MySys Server,EBCI,No,5000,5000" /connection:"tst"</StartArguments>
|
---|
8 | </PropertyGroup>
|
---|
9 | </Project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.