| 14 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
| 15 |
<DebugType>full</DebugType> |
<DebugType>full</DebugType> |
| 16 |
<Optimize>false</Optimize> |
<Optimize>false</Optimize> |
| 17 |
<OutputPath>bin\Debug\</OutputPath> |
<OutputPath>bin\</OutputPath> |
| 18 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 19 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
| 20 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
| 22 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 23 |
<DebugType>pdbonly</DebugType> |
<DebugType>pdbonly</DebugType> |
| 24 |
<Optimize>true</Optimize> |
<Optimize>true</Optimize> |
| 25 |
<OutputPath>bin\Release\</OutputPath> |
<OutputPath>bin\</OutputPath> |
| 26 |
<DefineConstants>TRACE</DefineConstants> |
<DefineConstants>TRACE</DefineConstants> |
| 27 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
| 28 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
| 29 |
</PropertyGroup> |
</PropertyGroup> |
| 30 |
<ItemGroup> |
<ItemGroup> |
| 31 |
<Reference Include="ExtensionLoader, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
<Reference Include="ExtensionLoader, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" /> |
| 32 |
<SpecificVersion>False</SpecificVersion> |
<Reference Include="OpenMetaverse, Version=1.0.0.17160, Culture=neutral, processorArchitecture=MSIL" /> |
| 33 |
<HintPath>libs\ExtensionLoader.dll</HintPath> |
<Reference Include="OpenMetaverseTypes, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" /> |
|
</Reference> |
|
|
<Reference Include="OpenMetaverse, Version=1.0.0.21779, Culture=neutral, processorArchitecture=MSIL"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>libs\OpenMetaverse.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="OpenMetaverseTypes, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>libs\OpenMetaverseTypes.dll</HintPath> |
|
|
</Reference> |
|
| 34 |
<Reference Include="System" /> |
<Reference Include="System" /> |
| 35 |
<Reference Include="System.Data" /> |
<Reference Include="System.Data" /> |
| 36 |
<Reference Include="System.Xml" /> |
<Reference Include="System.Xml" /> |
| 37 |
</ItemGroup> |
</ItemGroup> |
| 38 |
<ItemGroup> |
<ItemGroup> |
| 39 |
<Compile Include="AssetServer.cs" /> |
<Compile Include="AssetServer.cs" /> |
| 40 |
<Compile Include="Extensions\SimpleCreateAsset.cs" /> |
<Compile Include="Extensions\Simple.cs" /> |
|
<Compile Include="Extensions\SimpleData.cs" /> |
|
|
<Compile Include="Extensions\SimpleMetadata.cs" /> |
|
| 41 |
<Compile Include="Interfaces.cs" /> |
<Compile Include="Interfaces.cs" /> |
| 42 |
<Compile Include="Main.cs" /> |
<Compile Include="Main.cs" /> |
| 43 |
</ItemGroup> |
</ItemGroup> |