OSDN Git Service

Renamed "c-sharp" to "dotnet".
[mhash384/mhash384.git] / ports / dotnet / libmhash384 / MHash384.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{4D49C06B-385E-47C4-B206-732B48B2F34E}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>com.muldersoft.mhash384</RootNamespace>
12     <AssemblyName>mhash384-2</AssemblyName>
13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <TargetFrameworkProfile>
16     </TargetFrameworkProfile>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>false</Optimize>
22     <OutputPath>bin\Debug\</OutputPath>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <ErrorReport>prompt</ErrorReport>
25     <WarningLevel>4</WarningLevel>
26     <Prefer32Bit>false</Prefer32Bit>
27   </PropertyGroup>
28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29     <DebugType>none</DebugType>
30     <Optimize>true</Optimize>
31     <OutputPath>bin\Release\</OutputPath>
32     <DefineConstants>TRACE</DefineConstants>
33     <ErrorReport>prompt</ErrorReport>
34     <WarningLevel>4</WarningLevel>
35     <NoStdLib>false</NoStdLib>
36     <Prefer32Bit>false</Prefer32Bit>
37     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
38   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="System" />
41     <Reference Include="System.Core" />
42     <Reference Include="System.Xml.Linq" />
43     <Reference Include="System.Data.DataSetExtensions" />
44     <Reference Include="System.Data" />
45     <Reference Include="System.Xml" />
46   </ItemGroup>
47   <ItemGroup>
48     <Compile Include="MHash384.cs" />
49     <Compile Include="Properties\AssemblyInfo.cs" />
50   </ItemGroup>
51   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
52   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
53        Other similar extension points exist, see Microsoft.Common.targets.
54   <Target Name="BeforeBuild">
55   </Target>
56   <Target Name="AfterBuild">
57   </Target>
58   -->
59 </Project>