1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProjectGuid >{48CD96FD-270B-491B-83F6-6E2ECD07DE29}</ProjectGuid >
7+ <OutputType >Library</OutputType >
8+ <RootNamespace >Codeaddicts.libArgument.Tests</RootNamespace >
9+ <AssemblyName >libArgument.Tests</AssemblyName >
10+ </PropertyGroup >
11+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
12+ <DebugSymbols >true</DebugSymbols >
13+ <DebugType >full</DebugType >
14+ <Optimize >false</Optimize >
15+ <OutputPath >bin\Debug</OutputPath >
16+ <DefineConstants >DEBUG;</DefineConstants >
17+ <ErrorReport >prompt</ErrorReport >
18+ <WarningLevel >4</WarningLevel >
19+ <ConsolePause >false</ConsolePause >
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
22+ <DebugType >full</DebugType >
23+ <Optimize >true</Optimize >
24+ <OutputPath >bin\Release</OutputPath >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ <ConsolePause >false</ConsolePause >
28+ </PropertyGroup >
29+ <ItemGroup >
30+ <Reference Include =" System" />
31+ <Reference Include =" nunit.framework" >
32+ <HintPath >..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath >
33+ </Reference >
34+ </ItemGroup >
35+ <ItemGroup >
36+ <Compile Include =" Test.cs" />
37+ </ItemGroup >
38+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
39+ <ItemGroup >
40+ <None Include =" packages.config" />
41+ </ItemGroup >
42+ <ItemGroup >
43+ <ProjectReference Include =" ..\libArgument\libArgument.csproj" >
44+ <Project >{FE5B4B56-39AB-49C0-8274-8ADC348F4185}</Project >
45+ <Name >libArgument</Name >
46+ </ProjectReference >
47+ </ItemGroup >
48+ </Project >
0 commit comments