mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
246 lines
No EOL
9.7 KiB
XML
246 lines
No EOL
9.7 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>
|
|
<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="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="..\Compiler\Indy.IL2CPU.Assembler\Indy.IL2CPU.Assembler.csproj">
|
|
<Project>{5A1E9D16-BF71-4D8E-9389-3476056E4566}</Project>
|
|
<Name>Indy.IL2CPU.Assembler</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Compiler\Indy.IL2CPU.X86\Indy.IL2CPU.X86.csproj">
|
|
<Project>{5E70F7D9-388A-43C2-8D9B-A4C382A8278D}</Project>
|
|
<Name>Indy.IL2CPU.X86</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>
|
|
<ProjectReference Include="..\IL2CPU\IL2CPU\IL2CPU.csproj">
|
|
<Project>{8142656B-0A4B-4E05-BBE4-AA31CE7B18FA}</Project>
|
|
<Name>IL2CPU %28Compiler\IL2CPU%29</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Indy.IL2CPU\Indy.IL2CPU.csproj">
|
|
<Project>{21243B63-9CD0-4573-9C58-AF4B4AEF9D57}</Project>
|
|
<Name>Indy.IL2CPU</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> |