Rev 8 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8 | jlesech | 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)' == '' ">x86</Platform> |
||
6 | <ProductVersion>10.0.0</ProductVersion> |
||
7 | <SchemaVersion>2.0</SchemaVersion> |
||
8 | <ProjectGuid>{7954368F-3754-423C-B1D4-3F97C4EB6BD0}</ProjectGuid> |
||
9 | <OutputType>Exe</OutputType> |
||
10 | <RootNamespace>Race</RootNamespace> |
||
11 | <AssemblyName>Race</AssemblyName> |
||
12 | </PropertyGroup> |
||
13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
||
14 | <DebugSymbols>true</DebugSymbols> |
||
15 | <DebugType>full</DebugType> |
||
16 | <Optimize>false</Optimize> |
||
17 | <OutputPath>bin\Debug</OutputPath> |
||
18 | <DefineConstants>DEBUG;</DefineConstants> |
||
19 | <ErrorReport>prompt</ErrorReport> |
||
20 | <WarningLevel>4</WarningLevel> |
||
21 | <PlatformTarget>x86</PlatformTarget> |
||
22 | <Externalconsole>true</Externalconsole> |
||
23 | </PropertyGroup> |
||
24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
||
25 | <DebugType>none</DebugType> |
||
26 | <Optimize>true</Optimize> |
||
27 | <OutputPath>bin\Release</OutputPath> |
||
28 | <ErrorReport>prompt</ErrorReport> |
||
29 | <WarningLevel>4</WarningLevel> |
||
30 | <PlatformTarget>x86</PlatformTarget> |
||
31 | <Externalconsole>true</Externalconsole> |
||
32 | </PropertyGroup> |
||
33 | <ItemGroup> |
||
34 | <Reference Include="System" /> |
||
35 | <Reference Include="MongoDB.Driver"> |
||
36 | <HintPath>..\..\..\Downloads\CSharpDriver-1.9-rc0\MongoDB.Driver.dll</HintPath> |
||
37 | </Reference> |
||
9 | jlesech | 38 | <Reference Include="MongoDB.Bson"> |
39 | <HintPath>..\..\..\Downloads\CSharpDriver-1.9-rc0\MongoDB.Bson.dll</HintPath> |
||
40 | </Reference> |
||
8 | jlesech | 41 | </ItemGroup> |
42 | <ItemGroup> |
||
43 | <Compile Include="Main.cs" /> |
||
44 | <Compile Include="AssemblyInfo.cs" /> |
||
45 | <Compile Include="Participant.cs" /> |
||
46 | </ItemGroup> |
||
47 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
||
48 | </Project> |