Tx/Source/TxFmt/TxFmt.csproj

59 строки
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.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>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D7CA2959-ACF0-4C31-B22A-292253BC813E}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TxFmt</RootNamespace>
<AssemblyName>TxFmt</AssemblyName>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<Import Project="..\..\Common.targets" />
<PropertyGroup>
<CPReferencePath>..\..\References\$(BuildFlavor)</CPReferencePath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Reactive.Core">
<HintPath>$(CPReferencePath)\System.Reactive.Core.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Interfaces">
<HintPath>$(CPReferencePath)\System.Reactive.Interfaces.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Linq">
<HintPath>$(CPReferencePath)\System.Reactive.Linq.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\AssemblyInfo.cs">
<Link>Properties\AssemblyInfo.cs</Link>
</Compile>
<Compile Include="Program.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Tx.Core\Tx.Core.csproj">
<Project>{c5cc33b0-1684-4dd4-83a5-5da4a9a25a7f}</Project>
<Name>Tx.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Tx.Windows.TypeGeneration\Tx.Windows.TypeGeneration.csproj">
<Project>{a4517abd-d558-42f3-8fe4-2a6ba3074014}</Project>
<Name>Tx.Windows.TypeGeneration</Name>
</ProjectReference>
<ProjectReference Include="..\Tx.Windows\Tx.Windows.csproj">
<Project>{c4043abb-ec40-4194-b15b-c0d13c2cf5c8}</Project>
<Name>Tx.Windows</Name>
</ProjectReference>
</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>