mirror of
https://github.com/vinaypamnani/wmie2.git
synced 2025-12-06 04:12:02 +01:00
237 lines
9.7 KiB
XML
237 lines
9.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.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>{781647DE-1788-4B7C-9289-D0323FDF562A}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>WmiExplorer</RootNamespace>
|
|
<AssemblyName>WmiExplorer</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<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>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
</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>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
</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>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Icons\Icojam-Blue-Bits-Database-search.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Net" />
|
|
<Reference Include="System.Runtime.Caching" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.XML" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Classes\Helpers.cs" />
|
|
<Compile Include="Classes\Enums.cs" />
|
|
<Compile Include="Classes\ListViewColumnSorter.cs" />
|
|
<Compile Include="Classes\ListViewExtensions.cs" />
|
|
<Compile Include="Classes\ManagementBaseObjectPropertyDescriptor.cs" />
|
|
<Compile Include="Classes\ManagementBaseObjectW.cs" />
|
|
<Compile Include="Classes\ManagementBaseObjectWConverter.cs" />
|
|
<Compile Include="Classes\ManagementObjectW.cs" />
|
|
<Compile Include="Classes\MouseWheelMessageFilter.cs" />
|
|
<Compile Include="Classes\NativeMethods.cs" />
|
|
<Compile Include="Classes\ObserverHandler.cs" />
|
|
<Compile Include="Classes\ToolStripItemCollectionSorter.cs" />
|
|
<Compile Include="Classes\Utilities.cs" />
|
|
<Compile Include="Classes\WindowPlacement.cs" />
|
|
<Compile Include="Classes\WmiClass.cs" />
|
|
<Compile Include="Classes\WmiInstance.cs" />
|
|
<Compile Include="Classes\WmiMethod.cs" />
|
|
<Compile Include="Classes\WmiNamespace.cs" />
|
|
<Compile Include="Classes\WmiNode.cs" />
|
|
<Compile Include="Forms\Form_About.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Form_About.Designer.cs">
|
|
<DependentUpon>Form_About.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Form_ConnectAs.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Form_ConnectAs.Designer.cs">
|
|
<DependentUpon>Form_ConnectAs.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Form_DisplayText.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Form_DisplayText.Designer.cs">
|
|
<DependentUpon>Form_DisplayText.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Form_ExecMethod.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Form_ExecMethod.Designer.cs">
|
|
<DependentUpon>Form_ExecMethod.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Form_Settings.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Form_Settings.Designer.cs">
|
|
<DependentUpon>Form_Settings.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Form_ShowMof.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Form_ShowMof.designer.cs">
|
|
<DependentUpon>Form_ShowMof.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Forms\Form_Update.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Forms\Form_Update.Designer.cs">
|
|
<DependentUpon>Form_Update.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Sms\SmsClient.cs" />
|
|
<Compile Include="Sms\SmsClientAction.cs" />
|
|
<Compile Include="Sms\SmsClientActions.cs" />
|
|
<Compile Include="Updater\Update.cs" />
|
|
<Compile Include="Updater\UpdateEnums.cs" />
|
|
<Compile Include="Updater\UpdaterService.cs" />
|
|
<Compile Include="WmiExplorer.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="WmiExplorer.Designer.cs">
|
|
<DependentUpon>WmiExplorer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="WmiExplorer.Functions.Designer.cs">
|
|
<DependentUpon>WmiExplorer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="Forms\Form_About.resx">
|
|
<DependentUpon>Form_About.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Form_ConnectAs.resx">
|
|
<DependentUpon>Form_ConnectAs.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Form_DisplayText.resx">
|
|
<DependentUpon>Form_DisplayText.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Form_ExecMethod.resx">
|
|
<DependentUpon>Form_ExecMethod.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Form_Settings.resx">
|
|
<DependentUpon>Form_Settings.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Form_ShowMof.resx">
|
|
<DependentUpon>Form_ShowMof.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Forms\Form_Update.resx">
|
|
<DependentUpon>Form_Update.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="WmiExplorer.resx">
|
|
<DependentUpon>WmiExplorer.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="app.config" />
|
|
<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 and 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.4.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 4.5</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="ChangeLog.txt">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Icons\Database CMYK .ico" />
|
|
<Content Include="Icons\Icojam-Blue-Bits-Database-search.ico" />
|
|
<Content Include="releases.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="releases.azure.xml" />
|
|
</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> |