mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
82 lines
No EOL
3.5 KiB
XML
82 lines
No EOL
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{73428975-9677-48A6-8481-6D5C39C64E4A}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>XSharp.Common</RootNamespace>
|
|
<AssemblyName>XSharp.Common</AssemblyName>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
|
|
</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>
|
|
<None Include=".editorconfig" />
|
|
<None Include="XSharp.Common.project.json" />
|
|
<!-- A reference to the entire .NET Framework is automatically included -->
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AsmGenerator.cs" />
|
|
<Compile Include="Extensions.cs" />
|
|
<Compile Include="Parser.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Token.cs" />
|
|
<Compile Include="TokenList.cs" />
|
|
<Compile Include="TokenPatterns.cs" />
|
|
<Compile Include="XS.cs" />
|
|
<Compile Include="XS.FPU.cs">
|
|
<DependentUpon>XS.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="XS.SSE.cs">
|
|
<DependentUpon>XS.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="XS.SSE2.cs">
|
|
<DependentUpon>XS.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="XS.SSE3.cs">
|
|
<DependentUpon>XS.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="XS.Temp.cs">
|
|
<DependentUpon>XS.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="XSRegisters.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cosmos.Assembler\Cosmos.Assembler.csproj">
|
|
<Project>{c29ccc1c-5af2-4ce5-96e5-86e083bc03bd}</Project>
|
|
<Name>Cosmos.Assembler</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.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> |