mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +00:00
15 lines
No EOL
778 B
Text
15 lines
No EOL
778 B
Text
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<StartAction>Program</StartAction>
|
|
<StartProgram>C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe</StartProgram>
|
|
<StartArguments>/ranu /rootsuffix Exp</StartArguments>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<StartAction>Program</StartAction>
|
|
<StartProgram>C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe</StartProgram>
|
|
<StartArguments>/ranu /rootsuffix Exp</StartArguments>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ProjectView>ProjectFiles</ProjectView>
|
|
</PropertyGroup>
|
|
</Project> |