mirror of
https://github.com/reactos/RosTE.git
synced 2024-11-26 21:00:31 +00:00
aecdd8c171
svn path=/trunk/tools/RosTE/; revision=660
312 lines
12 KiB
XML
312 lines
12 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectType>Local</ProjectType>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{88020C53-D88A-4488-A479-E7ED0310D3D3}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ApplicationIcon>ros.ico</ApplicationIcon>
|
|
<AssemblyKeyContainerName>
|
|
</AssemblyKeyContainerName>
|
|
<AssemblyName>RosTEGUI</AssemblyName>
|
|
<AssemblyOriginatorKeyFile>
|
|
</AssemblyOriginatorKeyFile>
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
<DelaySign>false</DelaySign>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>RosTEGUI</RootNamespace>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
<StartupObject>
|
|
</StartupObject>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<ManifestCertificateThumbprint>D2BF5300759C6053B15DCC2B68BA5118266D7633</ManifestCertificateThumbprint>
|
|
<ManifestKeyFile>Qemu GUI_TemporaryKey.pfx</ManifestKeyFile>
|
|
<GenerateManifests>true</GenerateManifests>
|
|
<SignManifests>false</SignManifests>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
<PublishUrl>D:\ReactOS\trunk\tools\RosTE\</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>
|
|
<ApplicationVersion>0.1.0.%2a</ApplicationVersion>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<ConfigurationOverrideFile>
|
|
</ConfigurationOverrideFile>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<FileAlignment>4096</FileAlignment>
|
|
<NoStdLib>false</NoStdLib>
|
|
<NoWarn>
|
|
</NoWarn>
|
|
<Optimize>false</Optimize>
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DebugType>full</DebugType>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
|
<ConfigurationOverrideFile>
|
|
</ConfigurationOverrideFile>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<FileAlignment>4096</FileAlignment>
|
|
<NoStdLib>false</NoStdLib>
|
|
<NoWarn>
|
|
</NoWarn>
|
|
<Optimize>true</Optimize>
|
|
<RegisterForComInterop>false</RegisterForComInterop>
|
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DebugType>none</DebugType>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System">
|
|
<Name>System</Name>
|
|
</Reference>
|
|
<Reference Include="System.Data">
|
|
<Name>System.Data</Name>
|
|
</Reference>
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.Drawing">
|
|
<Name>System.Drawing</Name>
|
|
</Reference>
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Windows.Forms">
|
|
<Name>System.Windows.Forms</Name>
|
|
</Reference>
|
|
<Reference Include="System.Xml">
|
|
<Name>System.XML</Name>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="AboutForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="AboutForm.Designer.cs">
|
|
<DependentUpon>AboutForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ConfigHandler.cs" />
|
|
<Compile Include="ConsoleSettings.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="ConsoleSettings.Designer.cs">
|
|
<DependentUpon>ConsoleSettings.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DeleteVM.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DeleteVM.Designer.cs">
|
|
<DependentUpon>DeleteVM.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DebugForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DebugForm.Designer.cs">
|
|
<DependentUpon>DebugForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MainForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainForm.Designer.cs">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="native.cs" />
|
|
<Compile Include="NewHardDiskForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="NewHardDiskForm.Designer.cs">
|
|
<DependentUpon>NewHardDiskForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NewNetCardForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="NewNetCardForm.Designer.cs">
|
|
<DependentUpon>NewNetCardForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="NewVMWizard.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="NewVMWizard.Designer.cs">
|
|
<DependentUpon>NewVMWizard.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="OptListBox.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="program.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="qemu.cs">
|
|
</Compile>
|
|
<Compile Include="SettingsForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SettingsForm.Designer.cs">
|
|
<DependentUpon>SettingsForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="VirtualMachine.cs">
|
|
</Compile>
|
|
<Compile Include="Wizard\Header.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Wizard\HeaderDesigner.cs" />
|
|
<Compile Include="Wizard\InfoContainer.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Wizard\InfoContainerDesigner.cs" />
|
|
<Compile Include="Wizard\InfoPage.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Wizard\InfoPageDesigner.cs" />
|
|
<Compile Include="Wizard\PageCollection.cs" />
|
|
<Compile Include="Wizard\PageEventHandler.cs" />
|
|
<Compile Include="Wizard\Wizard.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Wizard\WizardDesigner.cs" />
|
|
<Compile Include="Wizard\WizardPage.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Wizard\WizardPageDesigner.cs" />
|
|
<EmbeddedResource Include="MainForm.resx">
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<SubType>Designer</SubType>
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 2.0</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="AboutForm.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>AboutForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ConsoleSettings.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>ConsoleSettings.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DeleteVM.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>DeleteVM.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DebugForm.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>DebugForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="NewHardDiskForm.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>NewHardDiskForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="NewNetCardForm.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>NewNetCardForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="NewVMWizard.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>NewVMWizard.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="OptListBox.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>OptListBox.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SettingsForm.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>SettingsForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Wizard\Header.resx">
|
|
<DependentUpon>Header.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Wizard\InfoContainer.resx">
|
|
<DependentUpon>InfoContainer.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Wizard\InfoPage.resx">
|
|
<DependentUpon>InfoPage.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Wizard\Wizard.resx">
|
|
<DependentUpon>Wizard.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Wizard\WizardPage.resx">
|
|
<DependentUpon>WizardPage.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<None Include="Resources\wizardSideImage.gif" />
|
|
<Content Include="ros.ico" />
|
|
<Content Include="Wizard\Wizard.bmp" />
|
|
<Content Include="Wizard\wizBigOnlineFolder.gif" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="VMConfig.xsd">
|
|
<SubType>Designer</SubType>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="VMConfig.xsx">
|
|
<DependentUpon>VMConfig.xsd</DependentUpon>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="MainConfig.xsd">
|
|
<SubType>Designer</SubType>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="MainConfig.xsx">
|
|
<DependentUpon>MainConfig.xsd</DependentUpon>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |