mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
223 lines
No EOL
9 KiB
XML
223 lines
No EOL
9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{A7F3F078-CF99-4018-9A35-2D6DC9517ADB}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Cosmos.Debug.DebugStub</RootNamespace>
|
|
<AssemblyName>Cosmos.Debug.DebugStub</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ReferenceHelper.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="AsmBreak.xs">
|
|
<Generator>CosmosXSharpGenerator</Generator>
|
|
<LastGenOutput>AsmBreak.asm</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include=".editorconfig" />
|
|
<EmbeddedResource Include="CmdMisc.xs">
|
|
<Generator>CosmosXSharpGenerator</Generator>
|
|
<LastGenOutput>CmdMisc.asm</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CmdProcess.xs">
|
|
<Generator>CosmosXSharpGenerator</Generator>
|
|
<LastGenOutput>CmdProcess.asm</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CmdSend.xs">
|
|
<Generator>CosmosXSharpGenerator</Generator>
|
|
<LastGenOutput>CmdSend.asm</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Consts.xs">
|
|
<Generator>CosmosXSharpGenerator</Generator>
|
|
<LastGenOutput>Consts.asm</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="Cosmos.snk" />
|
|
<EmbeddedResource Include="DebugStub.xs">
|
|
<Generator>CosmosXSharpGenerator</Generator>
|
|
<LastGenOutput>DebugStub.asm</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Init.xs">
|
|
<Generator>CosmosXSharpGenerator</Generator>
|
|
<LastGenOutput>Init.asm</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Screen.xs">
|
|
<Generator>CosmosXSharpGenerator</Generator>
|
|
<LastGenOutput>Screen.asm</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SerialIO.xs">
|
|
<Generator>CosmosXSharpGenerator</Generator>
|
|
<LastGenOutput>SerialIO.asm</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SerialHelpers.xs">
|
|
<Generator>CosmosXSharpGenerator</Generator>
|
|
<LastGenOutput>SerialHelpers.asm</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Serial.xs">
|
|
<Generator>CosmosXSharpGenerator</Generator>
|
|
<LastGenOutput>Serial.asm</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="TracerEntry.xs">
|
|
<Generator>CosmosXSharpGenerator</Generator>
|
|
<LastGenOutput>TracerEntry.asm</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Utilities.xs">
|
|
<Generator>CosmosXSharpGenerator</Generator>
|
|
<LastGenOutput>Utilities.asm</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="AsmBreak.asm">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>AsmBreak.xs</DependentUpon>
|
|
</Content>
|
|
<Content Include="CmdMisc.asm">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>CmdMisc.xs</DependentUpon>
|
|
</Content>
|
|
<Content Include="CmdProcess.asm">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>CmdProcess.xs</DependentUpon>
|
|
</Content>
|
|
<Content Include="CmdSend.asm">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>CmdSend.xs</DependentUpon>
|
|
</Content>
|
|
<Content Include="Consts.asm">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Consts.xs</DependentUpon>
|
|
</Content>
|
|
<Content Include="DebugStub.asm">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>DebugStub.xs</DependentUpon>
|
|
</Content>
|
|
<Content Include="Init.asm">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Init.xs</DependentUpon>
|
|
</Content>
|
|
<Content Include="Screen.asm">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Screen.xs</DependentUpon>
|
|
</Content>
|
|
<Content Include="SerialIO.asm">
|
|
<DependentUpon>SerialIO.xs</DependentUpon>
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
</Content>
|
|
<Content Include="SerialHelpers.asm">
|
|
<DependentUpon>SerialHelpers.xs</DependentUpon>
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
</Content>
|
|
<Content Include="Serial.asm">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Serial.xs</DependentUpon>
|
|
</Content>
|
|
<Content Include="TracerEntry.asm">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>TracerEntry.xs</DependentUpon>
|
|
</Content>
|
|
<Content Include="Utilities.asm">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Utilities.xs</DependentUpon>
|
|
</Content>
|
|
</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> |