Cosmos/source/Cosmos.Build.Windows/Cosmos.Compiler.Builder.csproj
mterwoord_cp c89d625a1c
2009-10-19 08:28:04 +00:00

271 lines
No EOL
11 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1F0EDE86-F6D4-4355-9A97-10E90457770C}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cosmos.Compiler.Builder</RootNamespace>
<AssemblyName>Cosmos.Compiler.Builder</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<SccProjectName>%24/IL2CPU/source/Cosmos.Build.Windows</SccProjectName>
<SccLocalPath>.</SccLocalPath>
<SccAuxPath>https://tfs04.codeplex.com</SccAuxPath>
<SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
<ApplicationIcon>Cosmos.ico</ApplicationIcon>
<StartupObject>
</StartupObject>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="corapi, Version=2.1.0.0, Culture=neutral, PublicKeyToken=ebb8d478f63174c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\libraries\MDbg\corapi.dll</HintPath>
</Reference>
<Reference Include="raw, Version=2.1.0.0, Culture=neutral, PublicKeyToken=ebb8d478f63174c0, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\libraries\MDbg\raw.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UIAutomationProvider">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="PresentationCore">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="PresentationFramework">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Builder\AssembleStep.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Builder\Builder.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Builder\BuilderStep.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Builder\BuildFileUtils.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Builder\BuildOptions.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Builder\IBuilder.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Builder\LinkStep.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Builder\MakeBOCHSStep.cs" />
<Compile Include="Builder\MakeISOStep.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Builder\MakePXEStep.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Builder\MakeQEMUStep.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Builder\MakeUSBStep.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Builder\MakeVHDStep.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Builder\MakeVMWareStep.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Builder\MakeVPCStep.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="DebugConnectorPipeClient.cs" />
<Compile Include="DebugConnectorTCPClient.cs" />
<Compile Include="DebugConnector.cs" />
<Compile Include="DebugConnectorPipeServer.cs" />
<Compile Include="DebugConnectorSerial.cs" />
<Compile Include="DebugConnectorStream.cs" />
<Compile Include="DebugConnectorTCPServer.cs" />
<Compile Include="DebugSymbol.cs" />
<Compile Include="KeyState.cs" />
<Compile Include="ObjDump.cs" />
<Compile Include="BuildUI.cs" />
<Compile Include="Global.cs" />
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="SourceInfo.cs" />
<Compile Include="UI\BuildUC.xaml.cs">
<DependentUpon>BuildUC.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="UI\ConsoleWIndow.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UI\DebugWindow.xaml.cs">
<DependentUpon>DebugWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="UI\DebugWindowController.cs" />
<Compile Include="UI\IBuildProgressUC.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UI\IMainWindow.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UI\IOptionsUC.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UI\MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="UI\MainWindowController.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UI\OptionsUC.xaml.cs">
<DependentUpon>OptionsUC.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="Cosmos.snk" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\source2\IL2PCU\Cosmos.IL2CPU.X86\Cosmos.IL2CPU.X86.csproj">
<Project>{63F7BFB9-419E-4965-B580-304B9C9FA7D8}</Project>
<Name>Cosmos.IL2CPU.X86</Name>
</ProjectReference>
<ProjectReference Include="..\..\source2\IL2PCU\Cosmos.IL2CPU\Cosmos.IL2CPU.csproj">
<Project>{239E33A7-F0C3-4801-85CA-4D8F89A31DC0}</Project>
<Name>Cosmos.IL2CPU</Name>
</ProjectReference>
<ProjectReference Include="..\Cosmos.Hardware.Plugs\Cosmos.Hardware.Plugs.csproj">
<Project>{BCB66614-20FE-4184-B214-FD42844AD8A6}</Project>
<Name>Cosmos.Hardware.Plugs</Name>
</ProjectReference>
<ProjectReference Include="..\Cosmos\Cosmos.Kernel.Plugs\Cosmos.Kernel.Plugs.csproj">
<Project>{B168BEDD-C6A6-4E7C-B9A5-0144286E9E42}</Project>
<Name>Cosmos.Kernel.Plugs</Name>
</ProjectReference>
<ProjectReference Include="..\Cosmos\Cosmos.Sys.Plugs\Cosmos.Sys.Plugs.csproj">
<Project>{6110AD07-EB07-4A99-BB73-7A69AF5732F1}</Project>
<Name>Cosmos.Sys.Plugs</Name>
</ProjectReference>
<ProjectReference Include="..\IL2CPU\Cosmos.IL2CPU.Debug\Cosmos.Compiler.Debug.csproj">
<Project>{9998B4EA-385E-4DA2-8905-2BBEB5B2C6E2}</Project>
<Name>Cosmos.Compiler.Debug</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Resource Include="Cosmos.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Logo-1.png" />
</ItemGroup>
<ItemGroup>
<Page Include="UI\BuildUC.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="UI\DebugWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="UI\MainWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="UI\OptionsUC.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</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>