Trigger4Win/Trigger/Trigger4Win.csproj
2015-04-10 00:09:58 +00:00

261 lines
11 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<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>{329DD25E-4E0A-473A-94BF-20BE341B448B}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Trigger</RootNamespace>
<AssemblyName>Trigger4Win</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</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</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Documentation.xml</DocumentationFile>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon-all.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject>Trigger.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Management" />
<Reference Include="System.Messaging" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Actions\PowerAction.cs" />
<Compile Include="Actions\ScreenAction.cs" />
<Compile Include="Actions\NetworkAction.cs" />
<Compile Include="Actions\SystemAction.cs" />
<Compile Include="Classes\Device\Device.cs" />
<Compile Include="Classes\Device\IdeDisk.cs" />
<Compile Include="Classes\Device\CdRomDrive.cs" />
<Compile Include="Classes\Device\Partition.cs" />
<Compile Include="Classes\Device\StorageDisk.cs" />
<Compile Include="Classes\Device\UsbDisk.cs" />
<Compile Include="Classes\Power\PowerScheme.cs" />
<Compile Include="Classes\Screen\ScreenSettingsDevMode.cs" />
<Compile Include="Classes\Screen\ScreenEx.cs" />
<Compile Include="Classes\System\BroadcastStructs.cs" />
<Compile Include="Classes\System\WindowsMessage.cs" />
<Compile Include="Events\EventList.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Events\EventArgs.cs" />
<Compile Include="Events\Plugins\DeviceEvents.cs" />
<Compile Include="Events\Plugins\PowerEvents.cs" />
<Compile Include="Events\Plugins\ProcessesEvents.cs" />
<Compile Include="Events\Plugins\ScreenEvents.cs" />
<Compile Include="Events\Plugins\SystemEvents.cs" />
<Compile Include="Events\EventPlugin.cs" />
<Compile Include="Events\EventManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Events\Plugins\NetworkEvents.cs" />
<Compile Include="Extensions\Byte.cs" />
<Compile Include="Extensions\DataGridView.cs" />
<Compile Include="Extensions\DataTable.cs" />
<Compile Include="Extensions\ObservableDictionary.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Extensions\String.cs" />
<Compile Include="Extensions\ULong.cs" />
<Compile Include="Extensions\UShort.cs" />
<Compile Include="Log.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Log.Designer.cs">
<DependentUpon>Log.cs</DependentUpon>
</Compile>
<Compile Include="Main.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Main.Designer.cs">
<DependentUpon>Main.cs</DependentUpon>
</Compile>
<Compile Include="Main.Win32Window.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="TaskOptions.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="TaskOptions.Designer.cs">
<DependentUpon>TaskOptions.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="StatusView.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="StatusView.Designer.cs">
<DependentUpon>StatusView.cs</DependentUpon>
</Compile>
<Compile Include="Status\DeviceStatus.cs" />
<Compile Include="Status\PowerStatus.cs" />
<Compile Include="Status\ProcessesStatus.cs" />
<Compile Include="Status\ScreenStatus.cs" />
<Compile Include="Status\NetworkStatus.cs" />
<Compile Include="Status\SystemStatus.cs" />
<Compile Include="Tasks\Plugins\LogCommandLineEvents.cs" />
<Compile Include="Tasks\Plugins\LogDeviceEvents.cs" />
<Compile Include="Tasks\Plugins\LogPowerEvents.cs" />
<Compile Include="Tasks\Plugins\LogProcessesEvents.cs" />
<Compile Include="Tasks\Plugins\LogScreenEvents.cs" />
<Compile Include="Tasks\Plugins\OnHibernate.cs" />
<Compile Include="Tasks\Plugins\ProxyHska.cs" />
<Compile Include="Tasks\TaskPlugin.cs" />
<Compile Include="Tasks\Plugins\LogSystemEvents.cs" />
<Compile Include="Tasks\Plugins\LogNetworkEvents.cs" />
<Compile Include="Tasks\TaskManager.cs" />
<EmbeddedResource Include="Log.resx">
<DependentUpon>Log.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Main.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TaskOptions.resx">
<DependentUpon>TaskOptions.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="StatusView.resx">
<DependentUpon>StatusView.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.config" />
<Compile Include="Program.Options.cs" />
<None Include="Properties\app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4 %28x86 und x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Chart_16x16.png" />
<None Include="Resources\Settings_24x24.png" />
<None Include="Resources\Settings_16x16.png" />
<None Include="Resources\Edit_24x24.png" />
<None Include="Resources\Edit_16x16.png" />
<None Include="Resources\RedCross_22x22.png" />
<None Include="Resources\RedCross_16x16.png" />
</ItemGroup>
<ItemGroup>
<Content Include="icon-all.ico" />
<None Include="Resources\icon-16.png" />
<None Include="Resources\Statistics_24x24.png" />
<None Include="Resources\Quit_24x24.png" />
<None Include="Resources\puzzle_16x16.png" />
<None Include="Resources\icon_32x32.png" />
<None Include="Resources\icon_22x22.png" />
<None Include="Resources\icon_16x16.png" />
<None Include="Resources\Brush_16x16.png" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\libcmdline\CommandLine.csproj">
<Project>{5dea2811-2ffa-4959-830b-cad3acacabeb}</Project>
<Name>CommandLine</Name>
</ProjectReference>
</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>