153 lines
No EOL
6.6 KiB
XML
153 lines
No EOL
6.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{2CB55300-0A5B-4DFA-8984-B7EC4C455962}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>DMX2</RootNamespace>
|
|
<AssemblyName>DMX-2.0</AssemblyName>
|
|
<ReleaseVersion>2.0</ReleaseVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<Commandlineparameters>aguibtn</Commandlineparameters>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<Package>glib-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
<Package>gtk-sharp-2.0</Package>
|
|
</Reference>
|
|
<Reference Include="System.Web" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="gtk-gui\gui.stetic">
|
|
<LogicalName>gui.stetic</LogicalName>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="icons\ictir\16.png" />
|
|
<EmbeddedResource Include="icons\ictir\22.png" />
|
|
<EmbeddedResource Include="icons\ictir\24.png" />
|
|
<EmbeddedResource Include="icons\ictir\32.png" />
|
|
<EmbeddedResource Include="icons\ictir\48.png" />
|
|
<EmbeddedResource Include="icons\docListe\16.png">
|
|
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="icons\docListe\22.png">
|
|
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="icons\docListe\24.png">
|
|
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="icons\docListe\32.png">
|
|
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="icons\docListe\48.png">
|
|
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="style.gtkrc">
|
|
<LogicalName>style.gtkrc</LogicalName>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="..\loupiottes.js">
|
|
<Link>loupiottes.js</Link>
|
|
<LogicalName>loupiottes.js</LogicalName>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="gtk-gui\generated.cs" />
|
|
<Compile Include="MainWindow.cs" />
|
|
<Compile Include="Main.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="gtk-gui\DMX2.MainWindow.cs" />
|
|
<Compile Include="UniversDMX.cs" />
|
|
<Compile Include="Sequenceur.cs" />
|
|
<Compile Include="SequenceurLineaire.cs" />
|
|
<Compile Include="GestionCircuits.cs" />
|
|
<Compile Include="gtk-gui\DMX2.GestionCircuits.cs" />
|
|
<Compile Include="SequenceurUI.cs" />
|
|
<Compile Include="SeqLinUI.cs" />
|
|
<Compile Include="gtk-gui\DMX2.SeqLinUI.cs" />
|
|
<Compile Include="SelSeqCircuits.cs" />
|
|
<Compile Include="gtk-gui\DMX2.SelSeqCircuits.cs" />
|
|
<Compile Include="EditionUnivers.cs" />
|
|
<Compile Include="gtk-gui\DMX2.EditionUnivers.cs" />
|
|
<Compile Include="DriverDMX.cs" />
|
|
<Compile Include="DriverBoitierV1.cs" />
|
|
<Compile Include="SequenceurMaitre.cs" />
|
|
<Compile Include="ErreurLectureFichier.cs" />
|
|
<Compile Include="SequenceurMacro.cs" />
|
|
<Compile Include="SeqMacroUI.cs" />
|
|
<Compile Include="gtk-gui\DMX2.SeqMacroUI.cs" />
|
|
<Compile Include="Info.cs" />
|
|
<Compile Include="EventManager.cs" />
|
|
<Compile Include="MidiEventProvider.cs" />
|
|
<Compile Include="HelperFunctions.cs" />
|
|
<Compile Include="GestionDriversUI.cs" />
|
|
<Compile Include="gtk-gui\DMX2.GestionDriversUI.cs" />
|
|
<Compile Include="DriverBoitierV1UI.cs" />
|
|
<Compile Include="gtk-gui\DMX2.DriverBoitierV1UI.cs" />
|
|
<Compile Include="DriverBoitierV2.cs" />
|
|
<Compile Include="DriverBoitierV2UI.cs" />
|
|
<Compile Include="gtk-gui\DMX2.DriverBoitierV2UI.cs" />
|
|
<Compile Include="Conduite.cs" />
|
|
<Compile Include="About.cs" />
|
|
<Compile Include="gtk-gui\DMX2.About.cs" />
|
|
<Compile Include="DriverBoitierV3.cs" />
|
|
<Compile Include="DriverBoitierV3UI.cs" />
|
|
<Compile Include="gtk-gui\DMX2.DriverBoitierV3UI.cs" />
|
|
<Compile Include="AlsaSeqLib.cs" />
|
|
<Compile Include="AlsaSeqLib.Invoke.cs" />
|
|
<Compile Include="AlsaSeqLib.AlsaTypes.cs" />
|
|
<Compile Include="AlsaSeqLib.Wrappers.cs" />
|
|
<Compile Include="GestionMidiUI.cs" />
|
|
<Compile Include="gtk-gui\DMX2.GestionMidiUI.cs" />
|
|
<Compile Include="SequenceurSon.cs" />
|
|
<Compile Include="SeqSonUI.cs" />
|
|
<Compile Include="gtk-gui\DMX2.SeqSonUI.cs" />
|
|
<Compile Include="OSCServer.cs" />
|
|
<Compile Include="WebServer.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties>
|
|
<Policies>
|
|
<VersionControlPolicy inheritsSet="Mono" />
|
|
</Policies>
|
|
<Deployment.LinuxDeployData generateScript="False" />
|
|
<GtkDesignInfo generateGettext="False" />
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
</Project> |