mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
106 lines
No EOL
4.7 KiB
XML
106 lines
No EOL
4.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{1325C57A-B64D-4DE9-9FA0-5C0C5464D85D}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>CipherTest</RootNamespace>
|
|
<AssemblyName>CipherTest</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
</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>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</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>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Xml.Linq">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cosmos.Build.Windows\Cosmos.Build.Windows.csproj">
|
|
<Project>{1F0EDE86-F6D4-4355-9A97-10E90457770C}</Project>
|
|
<Name>Cosmos.Build.Windows</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.GdbClient\Cosmos.GdbClient.csproj">
|
|
<Project>{5784365C-ED22-42EB-BB8A-F3E09428D5B8}</Project>
|
|
<Name>Cosmos.GdbClient</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos.Shell.Guess\Cosmos.Demo.Guess.csproj">
|
|
<Project>{C97DE890-58D2-41A1-86D0-A2E919E6DD80}</Project>
|
|
<Name>Cosmos.Demo.Guess</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\CosmosBoot\CosmosBoot.csproj">
|
|
<Project>{E2C54C80-75F3-4249-93B4-0003A4AF705F}</Project>
|
|
<Name>CosmosBoot</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos\Cosmos.Kernel.LogTail\Cosmos.Kernel.LogTail.csproj">
|
|
<Project>{7BAB58BF-E8A1-4623-B6BF-4B90A0505226}</Project>
|
|
<Name>Cosmos.Kernel.LogTail</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos\Cosmos.Kernel.Plugs\Cosmos.Kernel.Plugs.csproj">
|
|
<Project>{B168BEDD-C6A6-4E7C-B9A5-0144286E9E42}</Project>
|
|
<Name>Cosmos.Kernel.Plugs</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos\Cosmos.Kernel\Cosmos.Kernel.csproj">
|
|
<Project>{A1F83D9F-2D44-4264-A08B-416797123018}</Project>
|
|
<Name>Cosmos.Kernel</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos\Cosmos.Shell.Console\Cosmos.Demo.Shell.csproj">
|
|
<Project>{E4A9F8F0-D0DC-465A-A64A-FE56504D397E}</Project>
|
|
<Name>Cosmos.Demo.Shell</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos\Cosmos.Sys.Plugs\Cosmos.Sys.Plugs.csproj">
|
|
<Project>{6110AD07-EB07-4A99-BB73-7A69AF5732F1}</Project>
|
|
<Name>Cosmos.Sys.Plugs</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Cosmos\Cosmos.System\Cosmos.Sys.csproj">
|
|
<Project>{819DB8FC-5DA1-461F-83C9-2F5C88088C94}</Project>
|
|
<Name>Cosmos.Sys</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> |