1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{F016CA98-6DCE-4EAE-A70E-2A1F4583AA16}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >CodingChallenge.PirateSpeak.Tests</RootNamespace >
11
+ <AssemblyName >CodingChallenge.PirateSpeak.Tests</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <DebugSymbols >true</DebugSymbols >
17
+ <DebugType >full</DebugType >
18
+ <Optimize >false</Optimize >
19
+ <OutputPath >bin\Debug\</OutputPath >
20
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21
+ <ErrorReport >prompt</ErrorReport >
22
+ <WarningLevel >4</WarningLevel >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
+ <DebugType >pdbonly</DebugType >
26
+ <Optimize >true</Optimize >
27
+ <OutputPath >bin\Release\</OutputPath >
28
+ <DefineConstants >TRACE</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ </PropertyGroup >
32
+ <ItemGroup >
33
+ <Reference Include =" Given.Common" >
34
+ <HintPath >..\packages\Given.0.1.5034.35988\lib\net40\Given.Common.dll</HintPath >
35
+ </Reference >
36
+ <Reference Include =" Given.NUnit, Version=0.1.5034.35989, Culture=neutral, processorArchitecture=MSIL" >
37
+ <SpecificVersion >False</SpecificVersion >
38
+ <HintPath >..\packages\Given.NUnit.0.1.5034.35989\lib\net40\Given.NUnit.dll</HintPath >
39
+ </Reference >
40
+ <Reference Include =" nunit.framework" >
41
+ <HintPath >..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" System" />
44
+ <Reference Include =" System.Core" />
45
+ <Reference Include =" System.Xml.Linq" />
46
+ <Reference Include =" System.Data.DataSetExtensions" />
47
+ <Reference Include =" Microsoft.CSharp" />
48
+ <Reference Include =" System.Data" />
49
+ <Reference Include =" System.Xml" />
50
+ </ItemGroup >
51
+ <ItemGroup >
52
+ <Compile Include =" Class1.cs" />
53
+ <Compile Include =" Properties\AssemblyInfo.cs" />
54
+ </ItemGroup >
55
+ <ItemGroup >
56
+ <None Include =" packages.config" />
57
+ </ItemGroup >
58
+ <ItemGroup >
59
+ <ProjectReference Include =" ..\CodingChallenge.PirateSpeak\CodingChallenge.PirateSpeak.csproj" >
60
+ <Project >{467D3021-CBF9-4383-8886-72520FC0F274}</Project >
61
+ <Name >CodingChallenge.PirateSpeak</Name >
62
+ </ProjectReference >
63
+ </ItemGroup >
64
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
65
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
66
+ Other similar extension points exist, see Microsoft.Common.targets.
67
+ <Target Name="BeforeBuild">
68
+ </Target>
69
+ <Target Name="AfterBuild">
70
+ </Target>
71
+ -->
72
+ </Project >
0 commit comments