mirror of
https://github.com/blueskythlikesclouds/SonicAudioTools.git
synced 2024-11-24 15:10:11 +01:00
86 lines
3.8 KiB
XML
86 lines
3.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{63138773-1F47-474C-9345-15EB6183ECC6}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SonicAudioLib</RootNamespace>
|
|
<AssemblyName>SonicAudioLib</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>false</SignAssembly>
|
|
</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="Archives\CriAaxArchive.cs" />
|
|
<Compile Include="Archives\CriAfs2Archive.cs" />
|
|
<Compile Include="Archives\ArchiveBase.cs" />
|
|
<Compile Include="Archives\CriCpkArchive.cs" />
|
|
<Compile Include="Archives\HeroesPacArchive.cs" />
|
|
<Compile Include="CriMw\CriTable.cs" />
|
|
<Compile Include="CriMw\CriField.cs" />
|
|
<Compile Include="CriMw\CriFieldCollection.cs" />
|
|
<Compile Include="CriMw\CriRow.cs" />
|
|
<Compile Include="CriMw\CriRowCollection.cs" />
|
|
<Compile Include="CriMw\Serialization\CriFieldAttribute.cs" />
|
|
<Compile Include="CriMw\Serialization\CriIgnoreAttribute.cs" />
|
|
<Compile Include="CriMw\Serialization\CriSerializableAttribute.cs" />
|
|
<Compile Include="CriMw\CriTable.Internal.cs" />
|
|
<Compile Include="CriMw\CriTableReader.cs" />
|
|
<Compile Include="CriMw\Serialization\CriTableSerializer.cs" />
|
|
<Compile Include="CriMw\CriTableWriter.cs" />
|
|
<Compile Include="FileBases\FileXmlBase.cs" />
|
|
<Compile Include="IO\DataStream.cs" />
|
|
<Compile Include="IO\DataExtractor.cs" />
|
|
<Compile Include="IO\StringPool.cs" />
|
|
<Compile Include="Helpers.cs" />
|
|
<Compile Include="IO\SubStream.cs" />
|
|
<Compile Include="IO\DataPool.cs" />
|
|
<Compile Include="FileBases\FileBase.cs" />
|
|
<Compile Include="ProgressChangedEvent.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |