- added ANX.InputDevices.Windows.ModernUI to build script
- removed MediaSystems from msi installer - changed some folder ignores
This commit is contained in:
parent
6c5faecfae
commit
19486aed8b
@ -54,6 +54,10 @@
|
||||
<Compile Include="Audio\SoundEffectInstance.cs" />
|
||||
<Compile Include="Audio\SoundState.cs" />
|
||||
<Compile Include="Audio\WaveBank.cs" />
|
||||
<Compile Include="Audio\XactParser\XactGeneralSettings.cs" />
|
||||
<Compile Include="Audio\XactParser\XactGeneralSettingsRpcCurve.cs" />
|
||||
<Compile Include="Audio\XactParser\XactGeneralSettingsRpcCurvePoint.cs" />
|
||||
<Compile Include="Audio\XactParser\XactGeneralSettingsVariable.cs" />
|
||||
<Compile Include="BoundingBox.cs" />
|
||||
<Compile Include="BoundingFrustum.cs" />
|
||||
<Compile Include="BoundingSphere.cs" />
|
||||
|
@ -56,6 +56,10 @@
|
||||
<Compile Include="Audio\SoundEffectInstance.cs" />
|
||||
<Compile Include="Audio\SoundState.cs" />
|
||||
<Compile Include="Audio\WaveBank.cs" />
|
||||
<Compile Include="Audio\XactParser\XactGeneralSettings.cs" />
|
||||
<Compile Include="Audio\XactParser\XactGeneralSettingsRpcCurve.cs" />
|
||||
<Compile Include="Audio\XactParser\XactGeneralSettingsRpcCurvePoint.cs" />
|
||||
<Compile Include="Audio\XactParser\XactGeneralSettingsVariable.cs" />
|
||||
<Compile Include="BoundingBox.cs" />
|
||||
<Compile Include="BoundingFrustum.cs" />
|
||||
<Compile Include="BoundingSphere.cs" />
|
||||
|
@ -57,6 +57,10 @@
|
||||
<Compile Include="Audio\SoundEffectInstance.cs" />
|
||||
<Compile Include="Audio\SoundState.cs" />
|
||||
<Compile Include="Audio\WaveBank.cs" />
|
||||
<Compile Include="Audio\XactParser\XactGeneralSettings.cs" />
|
||||
<Compile Include="Audio\XactParser\XactGeneralSettingsRpcCurve.cs" />
|
||||
<Compile Include="Audio\XactParser\XactGeneralSettingsRpcCurvePoint.cs" />
|
||||
<Compile Include="Audio\XactParser\XactGeneralSettingsVariable.cs" />
|
||||
<Compile Include="BoundingBox.cs" />
|
||||
<Compile Include="BoundingFrustum.cs" />
|
||||
<Compile Include="BoundingSphere.cs" />
|
||||
|
@ -121,9 +121,6 @@
|
||||
<Component Id='ANX.SoundSystem.Windows.XAudio' Guid='{4C4EDC2B-BF6B-437C-874C-1573373DB55E}'>
|
||||
<File Id='anx.soundsystem.windows.xaudio' Name='ANX.SoundSystem.Windows.XAudio.dll' DiskId='1' Source='../../bin/Release/ANX.SoundSystem.Windows.XAudio.dll' />
|
||||
</Component>
|
||||
<Component Id='ANX.MediaSystem.Windows.OpenAL' Guid='{9B798FF1-7E7B-48A6-8D8C-10EBA7EF1BB3}'>
|
||||
<File Id='anx.mediasystem.windows.openal' Name='ANX.MediaSystem.Windows.OpenAL.dll' DiskId='1' Source='../../bin/Release/ANX.MediaSystem.Windows.OpenAL.dll' />
|
||||
</Component>
|
||||
<Component Id='ANX.PlatformSystem.Windows' Guid='{0D0EBDD1-9F95-40CE-B314-7A502BC84A2F}'>
|
||||
<File Id='anx.platformsystem.windows' Name='ANX.PlatformSystem.Windows.dll' DiskId='1' Source='../../bin/Release/ANX.PlatformSystem.Windows.dll' />
|
||||
</Component>
|
||||
|
@ -72,6 +72,12 @@
|
||||
<Compile Include="OpenALSoundEffectInstance.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="SupportedPlatformsImpl.cs" />
|
||||
<Compile Include="Wave\ALaw.cs" />
|
||||
<Compile Include="Wave\MsAdpcm.cs" />
|
||||
<Compile Include="Wave\MuLaw.cs" />
|
||||
<Compile Include="Wave\WaveFile.cs" />
|
||||
<Compile Include="Wave\WaveFormat.cs" />
|
||||
<Compile Include="Wave\WaveInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\ANX.Framework\ANX.Framework_WindowsMetro.csproj">
|
||||
|
@ -180,6 +180,7 @@
|
||||
<include name="**/*.csproj" />
|
||||
<exclude name="**/*PSVita*.csproj" />
|
||||
<exclude name="**/*Metro*.csproj" />
|
||||
<exclude name="**/*ModernUI*.csproj" />
|
||||
<exclude name="**/*Kinect*.csproj" />
|
||||
<exclude name="**/*_Linux.csproj" />
|
||||
<exclude name="**/ANX.InputDevices.Test*.csproj" />
|
||||
@ -189,6 +190,7 @@
|
||||
<fileset id="inputsystem_files" basedir="../InputSystems/">
|
||||
<include name="**/*_Linux.csproj" />
|
||||
<exclude name="**/*Metro*.csproj" />
|
||||
<exclude name="**/*ModernUI*.csproj" />
|
||||
<exclude name="**/*Kinect*.csproj" />
|
||||
<exclude name="**/*PSVITA*.csproj" />
|
||||
<exclude name="**/*Windows*.csproj" />
|
||||
@ -200,6 +202,7 @@
|
||||
<fileset id="inputsystem_files" basedir="../InputSystems/">
|
||||
<include name="**/*_PSVITA.csproj" />
|
||||
<exclude name="**/*Metro*.csproj" />
|
||||
<exclude name="**/*ModernUI*.csproj" />
|
||||
<exclude name="**/*Kinect*.csproj" />
|
||||
<exclude name="**/*Windows*.csproj" />
|
||||
<exclude name="**/*Linux*.csproj" />
|
||||
@ -211,6 +214,7 @@
|
||||
<if test="${project.anx.metro}">
|
||||
<fileset id="inputsystem_files" basedir="../InputSystems/">
|
||||
<include name="**/*_WindowsMetro.csproj" />
|
||||
<include name="**/*ModernUI*.csproj" />
|
||||
<exclude name="**/*PsVita*.csproj" />
|
||||
<exclude name="**/*Kinect*.csproj" />
|
||||
<exclude name="**/*Linux*.csproj" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user