6236c42928e90399d7c3242bdd21e1fcdd1d6011
Dev Ghai Removed the contorted conce...

Dev Ghai authored 11 years ago

1) <?xml version="1.0" encoding="utf-8"?>
Dev Ghai Revert "Removing byte order...

Dev Ghai authored 11 years ago

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)' == '' ">x86</Platform>
6)     <ProductVersion>8.0.30703</ProductVersion>
7)     <SchemaVersion>2.0</SchemaVersion>
8)     <ProjectGuid>{AB752D5B-37CC-4029-8621-FA970CDD5E2A}</ProjectGuid>
9)     <OutputType>Exe</OutputType>
10)     <AppDesignerFolder>Properties</AppDesignerFolder>
11)     <RootNamespace>Boggle</RootNamespace>
12)     <AssemblyName>Boggle</AssemblyName>
13)     <FileAlignment>512</FileAlignment>
14)   </PropertyGroup>
15)   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
16)     <PlatformTarget>x86</PlatformTarget>
17)     <DebugSymbols>true</DebugSymbols>
18)     <DebugType>full</DebugType>
19)     <Optimize>false</Optimize>
20)     <OutputPath>bin\Debug\</OutputPath>
21)     <DefineConstants>DEBUG;TRACE</DefineConstants>
22)     <ErrorReport>prompt</ErrorReport>
23)     <WarningLevel>4</WarningLevel>
24)   </PropertyGroup>
25)   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
26)     <PlatformTarget>x86</PlatformTarget>
27)     <DebugType>pdbonly</DebugType>
28)     <Optimize>true</Optimize>
29)     <OutputPath>bin\Release\</OutputPath>
30)     <DefineConstants>TRACE</DefineConstants>
31)     <ErrorReport>prompt</ErrorReport>
32)     <WarningLevel>4</WarningLevel>
33)   </PropertyGroup>
34)   <ItemGroup>
Dev Ghai Removed the contorted conce...

Dev Ghai authored 11 years ago

35)     <Reference Include="protobuf-net">
36)       <HintPath>dependencies\protobuf-net.dll</HintPath>
37)     </Reference>
Dev Ghai Revert "Removing byte order...

Dev Ghai authored 11 years ago

38)     <Reference Include="System" />
39)     <Reference Include="System.Core" />
40)     <Reference Include="System.Xml.Linq" />
41)     <Reference Include="System.Data.DataSetExtensions" />
42)     <Reference Include="Microsoft.CSharp" />
43)     <Reference Include="System.Data" />
44)     <Reference Include="System.Xml" />
45)   </ItemGroup>
46)   <ItemGroup>
47)     <Compile Include="Boggle.cs" />
48)     <Compile Include="BoggleBoard.cs" />
49)     <Compile Include="BoggleList.cs" />
Dev Ghai Removed the contorted conce...

Dev Ghai authored 11 years ago

50)     <Compile Include="SupportedLists.cs" />