2009-06-12 Bill Holmes <billholmes54@gmail.com>
[mono.git] / mcs / nunit20 / nunit-console / nunit-console20.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <ProjectType>Local</ProjectType>\r
4     <ProductVersion>8.0.50727</ProductVersion>\r
5     <SchemaVersion>2.0</SchemaVersion>\r
6     <ProjectGuid>{9367EC89-6A38-42BA-9607-0DC288E4BC3A}</ProjectGuid>\r
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
9     <ApplicationIcon>\r
10     </ApplicationIcon>\r
11     <AssemblyKeyContainerName>\r
12     </AssemblyKeyContainerName>\r
13     <AssemblyName>nunit-console</AssemblyName>\r
14     <AssemblyOriginatorKeyFile>\r
15     </AssemblyOriginatorKeyFile>\r
16     <DefaultClientScript>JScript</DefaultClientScript>\r
17     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>\r
18     <DefaultTargetSchema>IE50</DefaultTargetSchema>\r
19     <DelaySign>false</DelaySign>\r
20     <OutputType>Exe</OutputType>\r
21     <RootNamespace>nunit_console</RootNamespace>\r
22     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>\r
23     <StartupObject>\r
24     </StartupObject>\r
25     <FileUpgradeFlags>\r
26     </FileUpgradeFlags>\r
27     <UpgradeBackupLocation>\r
28     </UpgradeBackupLocation>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
31     <OutputPath>bin\Debug\</OutputPath>\r
32     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
33     <BaseAddress>285212672</BaseAddress>\r
34     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
35     <ConfigurationOverrideFile>\r
36     </ConfigurationOverrideFile>\r
37     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
38     <DocumentationFile>\r
39     </DocumentationFile>\r
40     <DebugSymbols>true</DebugSymbols>\r
41     <FileAlignment>4096</FileAlignment>\r
42     <NoStdLib>false</NoStdLib>\r
43     <NoWarn>618</NoWarn>\r
44     <Optimize>false</Optimize>\r
45     <RegisterForComInterop>false</RegisterForComInterop>\r
46     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
47     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
48     <WarningLevel>4</WarningLevel>\r
49     <DebugType>full</DebugType>\r
50     <ErrorReport>prompt</ErrorReport>\r
51   </PropertyGroup>\r
52   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
53     <OutputPath>bin\Release\</OutputPath>\r
54     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
55     <BaseAddress>285212672</BaseAddress>\r
56     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
57     <ConfigurationOverrideFile>\r
58     </ConfigurationOverrideFile>\r
59     <DefineConstants>TRACE</DefineConstants>\r
60     <DocumentationFile>\r
61     </DocumentationFile>\r
62     <DebugSymbols>false</DebugSymbols>\r
63     <FileAlignment>4096</FileAlignment>\r
64     <NoStdLib>false</NoStdLib>\r
65     <NoWarn>618</NoWarn>\r
66     <Optimize>true</Optimize>\r
67     <RegisterForComInterop>false</RegisterForComInterop>\r
68     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
69     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
70     <WarningLevel>4</WarningLevel>\r
71     <DebugType>none</DebugType>\r
72     <ErrorReport>prompt</ErrorReport>\r
73   </PropertyGroup>\r
74   <ItemGroup>\r
75     <Reference Include="System">\r
76       <Name>System</Name>\r
77     </Reference>\r
78     <Reference Include="System.Data">\r
79       <Name>System.Data</Name>\r
80     </Reference>\r
81     <Reference Include="System.Xml">\r
82       <Name>System.XML</Name>\r
83     </Reference>\r
84   </ItemGroup>\r
85   <ItemGroup>\r
86     <Content Include="App.ico" />\r
87     <Compile Include="AssemblyInfo.cs" />\r
88     <Compile Include="ConsoleUi.cs">\r
89       <SubType>Code</SubType>\r
90     </Compile>\r
91     <None Include="nunit-console.exe.config.net_2_0" />\r
92   </ItemGroup>\r
93   <ItemGroup>\r
94     <ProjectReference Include="..\core\nunit.core.dll20.csproj">\r
95       <Project>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</Project>\r
96       <Name>nunit.core.dll20</Name>\r
97     </ProjectReference>\r
98     <ProjectReference Include="..\util\nunit.util.dll20.csproj">\r
99       <Project>{61CE9CE5-943E-44D4-A381-814DC1406767}</Project>\r
100       <Name>nunit.util.dll20</Name>\r
101     </ProjectReference>\r
102   </ItemGroup>\r
103   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
104   <PropertyGroup>\r
105     <PreBuildEvent>\r
106     </PreBuildEvent>\r
107     <PostBuildEvent>copy "$(ProjectDir)nunit-console.exe.config.net_2_0" "$(TargetDir)nunit-console.exe.config"</PostBuildEvent>\r
108   </PropertyGroup>\r
109 </Project>