mirror of
https://github.com/SistemaRayoXP/Virtual-Mac.git
synced 2024-12-01 03:49:23 +00:00
228 lines
8.5 KiB
Plaintext
228 lines
8.5 KiB
Plaintext
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<ProjectType>Local</ProjectType>
|
||
|
<MyType>WindowsForms</MyType>
|
||
|
<ProductVersion>8.0.50727</ProductVersion>
|
||
|
<SchemaVersion>2.0</SchemaVersion>
|
||
|
<ProjectGuid>{9EF23765-7DA9-4904-9EBD-E951DEB90063}</ProjectGuid>
|
||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||
|
<AssemblyName>Virtual Mac</AssemblyName>
|
||
|
<OutputType>WinExe</OutputType>
|
||
|
<StartupObject>VirtualMac.My.MyApplication</StartupObject>
|
||
|
<AssemblyMajorVersion>0</AssemblyMajorVersion>
|
||
|
<AssemblyMinorVersion>2</AssemblyMinorVersion>
|
||
|
<AssemblyRevisionNumber>2</AssemblyRevisionNumber>
|
||
|
<GenerateRevisionNumber>False</GenerateRevisionNumber>
|
||
|
<AssemblyCompanyName>Armando Technologies</AssemblyCompanyName>
|
||
|
<ApplicationIcon>VirtualMac.ico</ApplicationIcon>
|
||
|
<RootNamespace>VirtualMac</RootNamespace>
|
||
|
<FileUpgradeFlags>
|
||
|
</FileUpgradeFlags>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||
|
<OutputPath>.\bin\</OutputPath>
|
||
|
<DocumentationFile>Virtual Mac.xml</DocumentationFile>
|
||
|
<DebugSymbols>True</DebugSymbols>
|
||
|
<DefineDebug>True</DefineDebug>
|
||
|
<DefineTrace>True</DefineTrace>
|
||
|
<DefineConstants>Win32=True</DefineConstants>
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
<NoWarn>
|
||
|
</NoWarn>
|
||
|
<DebugType>full</DebugType>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||
|
<OutputPath>.\bin\</OutputPath>
|
||
|
<DocumentationFile>Virtual Mac.xml</DocumentationFile>
|
||
|
<DebugSymbols>False</DebugSymbols>
|
||
|
<DefineDebug>False</DefineDebug>
|
||
|
<DefineTrace>True</DefineTrace>
|
||
|
<DefineConstants>Win32=True</DefineConstants>
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
<NoWarn>
|
||
|
</NoWarn>
|
||
|
<DebugType>none</DebugType>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="Microsoft.VisualBasic.Compatibility">
|
||
|
<Name>Microsoft.VisualBasic.Compatibility</Name>
|
||
|
</Reference>
|
||
|
<Reference Include="System">
|
||
|
<Name>System</Name>
|
||
|
</Reference>
|
||
|
<Reference Include="System.Data">
|
||
|
<Name>System.Data</Name>
|
||
|
</Reference>
|
||
|
<Reference Include="System.Drawing">
|
||
|
<Name>System.Drawing</Name>
|
||
|
</Reference>
|
||
|
<Reference Include="System.Windows.Forms">
|
||
|
<Name>System.Windows.Forms</Name>
|
||
|
</Reference>
|
||
|
<Reference Include="System.XML">
|
||
|
<Name>System.XML</Name>
|
||
|
</Reference>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Import Include="Microsoft.VisualBasic" />
|
||
|
<Import Include="Microsoft.VisualBasic.Compatibility" />
|
||
|
<Import Include="System" />
|
||
|
<Import Include="System.Collections" />
|
||
|
<Import Include="System.Data" />
|
||
|
<Import Include="System.Diagnostics" />
|
||
|
<Import Include="System.Drawing" />
|
||
|
<Import Include="System.Windows" />
|
||
|
<Import Include="System.Windows.Forms" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="ApplicationEvents.vb" />
|
||
|
<Compile Include="AssemblyInfo.vb" />
|
||
|
<Compile Include="basDeclarations.vb">
|
||
|
<SubType>Code</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="frmAbout.Designer.vb">
|
||
|
<SubType>Code</SubType>
|
||
|
<DependentUpon>frmAbout.vb</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="frmAbout.vb">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="frmMain.Designer.vb">
|
||
|
<SubType>Code</SubType>
|
||
|
<DependentUpon>frmMain.vb</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="frmMain.vb">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="frmNewDisk.Designer.vb">
|
||
|
<SubType>Code</SubType>
|
||
|
<DependentUpon>frmNewDisk.vb</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="frmNewDisk.vb">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="frmNewMac.Designer.vb">
|
||
|
<SubType>Code</SubType>
|
||
|
<DependentUpon>frmNewMac.vb</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="frmNewMac.vb">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="frmOptions.Designer.vb">
|
||
|
<SubType>Code</SubType>
|
||
|
<DependentUpon>frmOptions.vb</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="frmOptions.vb">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="frmSplash.Designer.vb">
|
||
|
<SubType>Code</SubType>
|
||
|
<DependentUpon>frmSplash.vb</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="frmSplash.vb">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="frmVirtualMacintosh.Designer.vb">
|
||
|
<SubType>Code</SubType>
|
||
|
<DependentUpon>frmVirtualMacintosh.vb</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="frmVirtualMacintosh.vb">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="frmVMSettings.Designer.vb">
|
||
|
<SubType>Code</SubType>
|
||
|
<DependentUpon>frmVMSettings.vb</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="frmVMSettings.vb">
|
||
|
<SubType>Form</SubType>
|
||
|
</Compile>
|
||
|
<Compile Include="My Project\Application.Designer.vb">
|
||
|
<AutoGen>True</AutoGen>
|
||
|
<DependentUpon>Application.myapp</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="My Project\Resources.Designer.vb">
|
||
|
<AutoGen>True</AutoGen>
|
||
|
<DesignTime>True</DesignTime>
|
||
|
<DependentUpon>Resources.resx</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="My Project\Settings.Designer.vb">
|
||
|
<AutoGen>True</AutoGen>
|
||
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||
|
<DependentUpon>Settings.settings</DependentUpon>
|
||
|
</Compile>
|
||
|
<EmbeddedResource Include="frmAbout.resX">
|
||
|
<DependentUpon>frmAbout.vb</DependentUpon>
|
||
|
<SubType>Designer</SubType>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="frmMain.resX">
|
||
|
<DependentUpon>frmMain.vb</DependentUpon>
|
||
|
<SubType>Designer</SubType>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="frmNewDisk.resX">
|
||
|
<DependentUpon>frmNewDisk.vb</DependentUpon>
|
||
|
<SubType>Designer</SubType>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="frmNewMac.resX">
|
||
|
<DependentUpon>frmNewMac.vb</DependentUpon>
|
||
|
<SubType>Designer</SubType>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="frmOptions.resX">
|
||
|
<DependentUpon>frmOptions.vb</DependentUpon>
|
||
|
<SubType>Designer</SubType>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="frmSplash.resX">
|
||
|
<DependentUpon>frmSplash.vb</DependentUpon>
|
||
|
<SubType>Designer</SubType>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="frmVirtualMacintosh.resX">
|
||
|
<DependentUpon>frmVirtualMacintosh.vb</DependentUpon>
|
||
|
<SubType>Designer</SubType>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="frmVMSettings.resX">
|
||
|
<DependentUpon>frmVMSettings.vb</DependentUpon>
|
||
|
<SubType>Designer</SubType>
|
||
|
</EmbeddedResource>
|
||
|
<EmbeddedResource Include="My Project\Resources.resx">
|
||
|
<SubType>Designer</SubType>
|
||
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||
|
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||
|
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||
|
</EmbeddedResource>
|
||
|
<Content Include="My Project\Application.myapp">
|
||
|
<Generator>MyApplicationCodeGenerator</Generator>
|
||
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||
|
</Content>
|
||
|
<None Include="Resources\About.bmp" />
|
||
|
<None Include="Resources\NewDisk.bmp" />
|
||
|
<None Include="Resources\NewMac.bmp" />
|
||
|
<None Include="Resources\WizardPicture.bmp" />
|
||
|
<Content Include="VirtualMac.ico" />
|
||
|
<None Include="app.config" />
|
||
|
<None Include="My Project\Settings.settings">
|
||
|
<CustomToolNamespace>My</CustomToolNamespace>
|
||
|
<Generator>SettingsSingleFileGenerator</Generator>
|
||
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||
|
</None>
|
||
|
<None Include="_UpgradeReport.htm">
|
||
|
<SubType>Preview</SubType>
|
||
|
</None>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<COMReference Include="MSComctlLib">
|
||
|
<Guid>{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}</Guid>
|
||
|
<VersionMajor>2</VersionMajor>
|
||
|
<VersionMinor>0</VersionMinor>
|
||
|
<Lcid>0</Lcid>
|
||
|
<WrapperTool>tlbimp</WrapperTool>
|
||
|
<Isolated>False</Isolated>
|
||
|
</COMReference>
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
|
||
|
<PropertyGroup>
|
||
|
<PreBuildEvent>
|
||
|
</PreBuildEvent>
|
||
|
<PostBuildEvent>
|
||
|
</PostBuildEvent>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|