mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
86 lines
No EOL
3.4 KiB
XML
86 lines
No EOL
3.4 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>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\net462\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\net462\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>true</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\Cosmos.snk">
|
|
<Link>Cosmos.snk</Link>
|
|
</None>
|
|
<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>{f82f4769-4362-40c4-a8c1-4ce6a56344bf}</Project>
|
|
<Name>Cosmos.Assembler</Name>
|
|
</ProjectReference>
|
|
</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> |