OSDN Git Service

Merge branch 'mustard'
[applistation/AppliStation.git] / test-na-get-lib / test-na-get-lib.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <ProjectGuid>{C87091F6-1265-43E4-A9F9-AF593626FDB8}</ProjectGuid>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <OutputType>Library</OutputType>
7     <RootNamespace>test_na_get_lib</RootNamespace>
8     <AssemblyName>test-na-get-lib</AssemblyName>
9     <BaseIntermediateOutputPath>bin\</BaseIntermediateOutputPath>
10     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
11     <NoStdLib>False</NoStdLib>
12     <WarningLevel>4</WarningLevel>
13     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
14   </PropertyGroup>
15   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
16     <OutputPath>bin\Debug\</OutputPath>
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>Full</DebugType>
19     <Optimize>False</Optimize>
20     <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
24     <OutputPath>bin\Release\</OutputPath>
25     <DebugSymbols>False</DebugSymbols>
26     <DebugType>None</DebugType>
27     <Optimize>True</Optimize>
28     <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
29     <DefineConstants>TRACE</DefineConstants>
30   </PropertyGroup>
31   <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
32     <RegisterForComInterop>False</RegisterForComInterop>
33     <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
34     <BaseAddress>4194304</BaseAddress>
35     <PlatformTarget>AnyCPU</PlatformTarget>
36     <FileAlignment>4096</FileAlignment>
37   </PropertyGroup>
38   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
39   <ItemGroup>
40     <Reference Include="nunit.core" />
41     <Reference Include="nunit.framework" />
42     <Reference Include="System" />
43     <Reference Include="System.Xml" />
44   </ItemGroup>
45   <ItemGroup>
46     <Compile Include="AssemblyInfo.cs" />
47     <Compile Include="FunctionalSubTaskTest.cs" />
48     <Compile Include="NaGetSubTaskTest.cs" />
49     <Compile Include="NaGetTaskSet2Test.cs" />
50     <Compile Include="TaskTest.cs" />
51   </ItemGroup>
52   <ItemGroup>
53     <ProjectReference Include="..\na-get-lib\na-get-lib.csproj">
54       <Project>{058E953D-3986-4F74-8516-5A50D267D36A}</Project>
55       <Name>na-get-lib</Name>
56     </ProjectReference>
57   </ItemGroup>
58 </Project>