OSDN Git Service

Renamed "c-sharp" to "dotnet".
[mhash384/mhash384.git] / ports / dotnet / test / MHash384Test.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>
7     </ProductVersion>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{65520FD4-4567-4A9D-BC00-AC38DC52D8A4}</ProjectGuid>
10     <OutputType>Exe</OutputType>
11     <AppDesignerFolder>Properties</AppDesignerFolder>
12     <RootNamespace>com.muldersoft.mhash384.test</RootNamespace>
13     <AssemblyName>mhash384test-2</AssemblyName>
14     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
15     <FileAlignment>512</FileAlignment>
16     <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17     <TargetFrameworkProfile />
18     <PublishUrl>publish\</PublishUrl>
19     <Install>true</Install>
20     <InstallFrom>Disk</InstallFrom>
21     <UpdateEnabled>false</UpdateEnabled>
22     <UpdateMode>Foreground</UpdateMode>
23     <UpdateInterval>7</UpdateInterval>
24     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25     <UpdatePeriodically>false</UpdatePeriodically>
26     <UpdateRequired>false</UpdateRequired>
27     <MapFileExtensions>true</MapFileExtensions>
28     <ApplicationRevision>0</ApplicationRevision>
29     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30     <IsWebBootstrapper>false</IsWebBootstrapper>
31     <UseApplicationTrust>false</UseApplicationTrust>
32     <BootstrapperEnabled>true</BootstrapperEnabled>
33   </PropertyGroup>
34   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35     <DebugSymbols>true</DebugSymbols>
36     <DebugType>full</DebugType>
37     <Optimize>false</Optimize>
38     <OutputPath>bin\Debug\</OutputPath>
39     <DefineConstants>DEBUG;TRACE</DefineConstants>
40     <ErrorReport>prompt</ErrorReport>
41     <WarningLevel>4</WarningLevel>
42     <Prefer32Bit>false</Prefer32Bit>
43   </PropertyGroup>
44   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45     <DebugType>pdbonly</DebugType>
46     <Optimize>true</Optimize>
47     <OutputPath>bin\Release\</OutputPath>
48     <DefineConstants>TRACE</DefineConstants>
49     <ErrorReport>prompt</ErrorReport>
50     <WarningLevel>4</WarningLevel>
51     <Prefer32Bit>false</Prefer32Bit>
52     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
53   </PropertyGroup>
54   <PropertyGroup>
55     <StartupObject />
56   </PropertyGroup>
57   <ItemGroup>
58     <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
59     <Reference Include="System" />
60     <Reference Include="System.Core">
61       <RequiredTargetFramework>3.5</RequiredTargetFramework>
62     </Reference>
63   </ItemGroup>
64   <ItemGroup>
65     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
66       <Visible>False</Visible>
67     </CodeAnalysisDependentAssemblyPaths>
68   </ItemGroup>
69   <ItemGroup>
70     <Compile Include="Main.cs" />
71     <Compile Include="Properties\AssemblyInfo.cs" />
72     <Compile Include="MHash384Test.cs" />
73   </ItemGroup>
74   <ItemGroup>
75     <ProjectReference Include="..\libmhash384\MHash384.csproj">
76       <Project>{4d49c06b-385e-47c4-b206-732b48b2f34e}</Project>
77       <Name>MHash384</Name>
78     </ProjectReference>
79   </ItemGroup>
80   <ItemGroup>
81     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
82       <Visible>False</Visible>
83       <ProductName>.NET Framework 3.5 SP1</ProductName>
84       <Install>false</Install>
85     </BootstrapperPackage>
86   </ItemGroup>
87   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
88   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
89        Other similar extension points exist, see Microsoft.Common.targets.
90   <Target Name="BeforeBuild">
91   </Target>
92   <Target Name="AfterBuild">
93   </Target>
94   -->
95 </Project>