mirror of
https://github.com/chibicitiberiu/drumkit.git
synced 2024-02-24 10:53:32 +00:00
314 lines
14 KiB
XML
314 lines
14 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.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>{9A5D3F55-DFD5-45DB-99FF-C82EFCC3294D}</ProjectGuid>
|
|
<OutputType>AppContainerExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DrumKit</RootNamespace>
|
|
<AssemblyName>DrumKit</AssemblyName>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<PackageCertificateKeyFile>DrumKit_StoreKey.pfx</PackageCertificateKeyFile>
|
|
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
|
|
<PackageCertificateThumbprint>4FCCD6DD6F5D1EEA43AC26BB8D451F1B54209922</PackageCertificateThumbprint>
|
|
<AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\ARM\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
|
|
<NoWarn>;2008</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>ARM</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
|
|
<OutputPath>bin\ARM\Release\</OutputPath>
|
|
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>;2008</NoWarn>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>ARM</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
|
|
<NoWarn>;2008</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>;2008</NoWarn>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
|
|
<NoWarn>;2008</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>;2008</NoWarn>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="App.xaml.cs">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controller\DataController.cs" />
|
|
<Compile Include="Controller\ControllerException.cs" />
|
|
<Compile Include="Domain\AppInstallInfo.cs" />
|
|
<Compile Include="Domain\AppSettings.cs" />
|
|
<Compile Include="Domain\Sound.cs" />
|
|
<Compile Include="Recorder.cs" />
|
|
<Compile Include="UI\DrumPlayUI.xaml.cs">
|
|
<DependentUpon>DrumPlayUI.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\DrumEditUI.xaml.cs">
|
|
<DependentUpon>DrumEditUI.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\EditorPage.xaml.cs">
|
|
<DependentUpon>EditorPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\Settings\LayoutsSettingsControl.xaml.cs">
|
|
<DependentUpon>LayoutsSettingsControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Utils\UIHelper.cs" />
|
|
<Compile Include="UI\Settings\ExperimentsSettingsControl.xaml.cs">
|
|
<DependentUpon>ExperimentsSettingsControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\CommonControls\FileControl.xaml.cs">
|
|
<DependentUpon>FileControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\Settings\DrumsSettingsControl.xaml.cs">
|
|
<DependentUpon>DrumsSettingsControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\Settings\DrumkitsSettingsControl.xaml.cs">
|
|
<DependentUpon>DrumkitsSettingsControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\Settings\GeneralSettingsControl.xaml.cs">
|
|
<DependentUpon>GeneralSettingsControl.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Repository\LogRepository.cs" />
|
|
<Compile Include="Repository\DataRepository.cs" />
|
|
<Compile Include="Repository\SoundRepository.cs" />
|
|
<Compile Include="UI\SettingsPage.xaml.cs">
|
|
<DependentUpon>SettingsPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Repository\RepositoryException.cs" />
|
|
<Compile Include="Utils\IOHelper.cs" />
|
|
<Compile Include="Log.cs" />
|
|
<Compile Include="Domain\Drum.cs" />
|
|
<Compile Include="Domain\DrumConfig.cs" />
|
|
<Compile Include="Domain\Drumkit.cs" />
|
|
<Compile Include="Domain\DrumkitConfig.cs" />
|
|
<Compile Include="Domain\DrumkitLayout.cs" />
|
|
<Compile Include="Domain\DrumkitLayoutCollection.cs" />
|
|
<Compile Include="Domain\DrumkitLayoutTargetView.cs" />
|
|
<Compile Include="Domain\DrumLayout.cs" />
|
|
<Compile Include="Repository\DrumkitRepository.cs" />
|
|
<Compile Include="UI\LoadingPage.xaml.cs">
|
|
<DependentUpon>LoadingPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\MainPage.xaml.cs">
|
|
<DependentUpon>MainPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SoundPool.cs" />
|
|
<Compile Include="Domain\SoundSource.cs" />
|
|
<Compile Include="UI\Settings\LogControl.xaml.cs">
|
|
<DependentUpon>LogControl.xaml</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
<SubType>Designer</SubType>
|
|
</AppxManifest>
|
|
<Content Include="Assets\ApplicationData.tar" />
|
|
<Content Include="Features.txt" />
|
|
<None Include="Build\7z.exe" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\config.xml" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\drumkit.xml" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Images\drum.png" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Images\drumPressed.png" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Images\kick.png" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Images\kickPressed.png" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Images\pedal.png" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Images\pedalPressed.png" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Images\plate.png" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Images\platePressed.png" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\layout.xml" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Sounds\Crash05.wav" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Sounds\Floor04.wav" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Sounds\Hat04.WAV" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Sounds\HiHatClosed04.wav" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Sounds\HiHatOpen04.wav" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Sounds\Kick07.wav" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Sounds\Ride04.wav" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Sounds\Snare08.wav" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Sounds\TomHigh04.wav" />
|
|
<None Include="Build\ApplicationData\Drumkits\Default\Sounds\TomLow04.wav" />
|
|
<None Include="DrumKit_StoreKey.pfx" />
|
|
<None Include="DrumKit_TemporaryKey.pfx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Assets\bg.png" />
|
|
<Content Include="Assets\Logos\BadgeIcon.png" />
|
|
<Content Include="Assets\Logos\SplashScreen.scale-140.png" />
|
|
<Content Include="Assets\Logos\SplashScreen.scale-180.png" />
|
|
<Content Include="Assets\Logos\WideLogo.png" />
|
|
<Content Include="Assets\Logos\Logo.png" />
|
|
<Content Include="Assets\Logos\SmallLogo.png" />
|
|
<Content Include="Assets\Logos\SplashScreen.scale-100.png" />
|
|
<Content Include="Assets\Logos\StoreLogo.png" />
|
|
<None Include="Package.StoreAssociation.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Page Include="Common\StandardStyles.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Common\TextButtonStyles.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Page>
|
|
<Page Include="UI\DrumPlayUI.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UI\DrumEditUI.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UI\EditorPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UI\Settings\LayoutsSettingsControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UI\Settings\ExperimentsSettingsControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UI\CommonControls\FileControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UI\Settings\DrumsSettingsControl.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="UI\Settings\DrumkitsSettingsControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UI\Settings\GeneralSettingsControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UI\SettingsPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UI\LoadingPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
<Page Include="UI\MainPage.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="UI\Settings\LogControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="SharpDX, Version=2.4.2.0, Culture=neutral, PublicKeyToken=627a3d6d1956f55a, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\WebDownloads\SharpDX242\Bin\Signed-winrt\SharpDX.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SharpDX.XAudio2, Version=2.4.2.0, Culture=neutral, PublicKeyToken=627a3d6d1956f55a, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\..\WebDownloads\SharpDX242\Bin\Signed-winrt\SharpDX.XAudio2.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Tarball\Tarball.csproj">
|
|
<Project>{5cb567d7-572e-4bae-802f-7e3f62cddf64}</Project>
|
|
<Name>Tarball</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '11.0' ">
|
|
<VisualStudioVersion>11.0</VisualStudioVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>"$(ProjectDir)\Build\7z.exe" a -ttar -y "$(ProjectDir)\Assets\ApplicationData.tar" "$(ProjectDir)\Build\ApplicationData\*"</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- 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> |