mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 13:28:41 +00:00
55 lines
2.3 KiB
XML
55 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.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>{DA4198CA-59DF-41B3-9884-867647900D76}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>GeramysTest</RootNamespace>
|
|
<AssemblyName>GeramysTest</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Kernel.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\source\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj">
|
|
<Project>{61607F1E-58F9-41CF-972F-128384F3E115}</Project>
|
|
<Name>Cosmos.Debug.Kernel</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.System\Cosmos.System.csproj">
|
|
<Project>{DA50B9B2-0E95-4F0D-A3C8-79FC549301B5}</Project>
|
|
<Name>Cosmos.System</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.Core\Cosmos.Core.csproj">
|
|
<Project>{5AC4773C-CB4E-4CD9-8D50-02E10A07DEE6}</Project>
|
|
<Name>Cosmos.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\source\Cosmos.HAL\Cosmos.HAL.csproj">
|
|
<Project>{6A991D03-1435-4005-9809-B8BACDF3B021}</Project>
|
|
<Name>Cosmos.HAL</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>
|