Cosmos/source/Cosmos.Debug.DebugStub/Cosmos.Debug.DebugStub.csproj
2015-03-07 19:23:14 +01:00

205 lines
No EOL
7.8 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)' == '' ">AnyCPU</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</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|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="AsmBreak.xs">
<Generator>CosmosXSharpGenerator</Generator>
<LastGenOutput>AsmBreak.asm</LastGenOutput>
</EmbeddedResource>
<None Include=".editorconfig" />
<None Include="CmdMisc.xs">
<Generator>CosmosXSharpGenerator</Generator>
<LastGenOutput>CmdMisc.asm</LastGenOutput>
</None>
<None Include="CmdProcess.xs">
<Generator>CosmosXSharpGenerator</Generator>
<LastGenOutput>CmdProcess.asm</LastGenOutput>
</None>
<None Include="CmdSend.xs">
<Generator>CosmosXSharpGenerator</Generator>
<LastGenOutput>CmdSend.asm</LastGenOutput>
</None>
<None Include="Consts.xs">
<Generator>CosmosXSharpGenerator</Generator>
<LastGenOutput>Consts.asm</LastGenOutput>
</None>
<None Include="Cosmos.snk" />
<None Include="DebugStub.xs">
<Generator>CosmosXSharpGenerator</Generator>
<LastGenOutput>DebugStub.asm</LastGenOutput>
</None>
<None Include="Init.xs">
<Generator>CosmosXSharpGenerator</Generator>
<LastGenOutput>Init.asm</LastGenOutput>
</None>
<None Include="Screen.xs">
<Generator>CosmosXSharpGenerator</Generator>
<LastGenOutput>Screen.asm</LastGenOutput>
</None>
<None Include="SerialIO.xs">
<Generator>CosmosXSharpGenerator</Generator>
<LastGenOutput>SerialIO.asm</LastGenOutput>
</None>
<None Include="SerialHelpers.xs">
<Generator>CosmosXSharpGenerator</Generator>
<LastGenOutput>SerialHelpers.asm</LastGenOutput>
</None>
<None Include="Serial.xs">
<Generator>CosmosXSharpGenerator</Generator>
<LastGenOutput>Serial.asm</LastGenOutput>
</None>
<None Include="TracerEntry.xs">
<Generator>CosmosXSharpGenerator</Generator>
<LastGenOutput>TracerEntry.asm</LastGenOutput>
</None>
<None Include="Utilities.xs">
<Generator>CosmosXSharpGenerator</Generator>
<LastGenOutput>Utilities.asm</LastGenOutput>
</None>
</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>