mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
13 lines
634 B
Plaintext
13 lines
634 B
Plaintext
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ReferencePath>C:\OpenSim\trunk3\bin\</ReferencePath>
|
|
<LastOpenVersion>9.0.21022</LastOpenVersion>
|
|
<ProjectView>ProjectFiles</ProjectView>
|
|
<ProjectTrust>0</ProjectTrust>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition = " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
|
|
<PropertyGroup Condition = " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
|
|
</Project>
|