|
Revision 32767, 0.5 kB
(checked in by kiri_feather, 4 years ago)
|
|
Post only. Version 0.0.0.1 pre alpha.
|
| Rev | Line | |
|---|
| [32767] | 1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|---|
| 2 | <PropertyGroup>
|
|---|
| 3 | <DeployDeviceID>d1a7b239-28d5-4485-9b8c-5764e3dc79b6</DeployDeviceID>
|
|---|
| 4 | </PropertyGroup>
|
|---|
| 5 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|---|
| 6 | <StartArguments>kiri_feather impreza test</StartArguments>
|
|---|
| 7 | </PropertyGroup>
|
|---|
| 8 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|---|
| 9 | <StartArguments>kiri_feather impreza test</StartArguments>
|
|---|
| 10 | </PropertyGroup>
|
|---|
| 11 | </Project> |
|---|