ShadowEditor/ShadowEditor.Model/ShadowEditor.Model.csproj
2019-10-28 20:38:59 +08:00

102 lines
4.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E14B80F9-E4A3-4280-8FFE-AD794E6EC3D8}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ShadowEditor.Model</RootNamespace>
<AssemblyName>ShadowEditor.Model</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Animation\AnimationEditModel.cs" />
<Compile Include="Animation\AnimationModel.cs" />
<Compile Include="Animation\AnimationType.cs" />
<Compile Include="Audio\AudioModel.cs" />
<Compile Include="Audio\AudioType.cs" />
<Compile Include="Audio\AudioEditModel.cs" />
<Compile Include="Audio\AudioSaveModel.cs" />
<Compile Include="Category\CategoryType.cs" />
<Compile Include="Character\CharacterEditModel.cs" />
<Compile Include="Character\CharacterModel.cs" />
<Compile Include="Character\CharacterSaveModel.cs" />
<Compile Include="Character\CharacterType.cs" />
<Compile Include="Map\MapEditModel.cs" />
<Compile Include="Map\MapSaveModel.cs" />
<Compile Include="Map\MapModel.cs" />
<Compile Include="Map\MapType.cs" />
<Compile Include="Material\MaterialEditModel.cs" />
<Compile Include="Material\MaterialModel.cs" />
<Compile Include="Material\MaterialSaveModel.cs" />
<Compile Include="Material\MaterialType.cs" />
<Compile Include="Mesh\MeshEditModel.cs" />
<Compile Include="Mesh\MeshModel.cs" />
<Compile Include="Mesh\MeshType.cs" />
<Compile Include="Particle\ParticleEditModel.cs" />
<Compile Include="Particle\ParticleModel.cs" />
<Compile Include="Particle\ParticleSaveModel.cs" />
<Compile Include="Particle\ParticleType.cs" />
<Compile Include="Prefab\PrefabEditModel.cs" />
<Compile Include="Prefab\PrefabModel.cs" />
<Compile Include="Prefab\PrefabSaveModel.cs" />
<Compile Include="Prefab\PrefabType.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Category\CategorySaveModel.cs" />
<Compile Include="Scene\SceneEditModel.cs" />
<Compile Include="Scene\SceneSaveModel.cs" />
<Compile Include="Scene\SceneModel.cs" />
<Compile Include="Screenshot\ScreenshotEditModel.cs" />
<Compile Include="Screenshot\ScreenshotModel.cs" />
<Compile Include="Screenshot\ScreenshotSaveModel.cs" />
<Compile Include="System\AuthorityModel.cs" />
<Compile Include="System\ChangePasswordModel.cs" />
<Compile Include="System\ConfigModel.cs" />
<Compile Include="System\DepartmentEditModel.cs" />
<Compile Include="System\DepartmentModel.cs" />
<Compile Include="System\LoginModel.cs" />
<Compile Include="System\LoginTicketDataModel.cs" />
<Compile Include="System\OperatingAuthoritySaveModel.cs" />
<Compile Include="System\RegisterModel.cs" />
<Compile Include="System\ResetPasswordModel.cs" />
<Compile Include="System\RoleEditModel.cs" />
<Compile Include="System\RoleModel.cs" />
<Compile Include="System\UserEditModel.cs" />
<Compile Include="System\UserModel.cs" />
<Compile Include="Video\VideoEditModel.cs" />
<Compile Include="Video\VideoModel.cs" />
<Compile Include="Video\VideoSaveModel.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>