[msvc] Update csproj files (#4711)
[mono.git] / mcs / nunit24 / NUnitFramework / framework / nunit.framework.dll_VS2005.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>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</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.framework</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>Library</OutputType>\r
21     <RootNamespace>NUnit.Framework</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     <SignAssembly>false</SignAssembly>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release2005|AnyCPU' ">\r
32     <OutputPath>bin\Release2005\</OutputPath>\r
33     <DefineConstants>TRACE;VS2005</DefineConstants>\r
34     <BaseAddress>285212672</BaseAddress>\r
35     <DocumentationFile>nunit.framework.xml</DocumentationFile>\r
36     <Optimize>true</Optimize>\r
37     <NoWarn>1699</NoWarn>\r
38   </PropertyGroup>\r
39   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug2005|AnyCPU' ">\r
40     <DebugSymbols>true</DebugSymbols>\r
41     <OutputPath>bin\Debug2005\</OutputPath>\r
42     <DefineConstants>TRACE;DEBUG;VS2005</DefineConstants>\r
43     <BaseAddress>285212672</BaseAddress>\r
44     <DocumentationFile>nunit.framework.xml</DocumentationFile>\r
45     <NoWarn>1699</NoWarn>\r
46   </PropertyGroup>\r
47   <ItemGroup>\r
48     <Reference Include="System">\r
49       <Name>System</Name>\r
50     </Reference>\r
51     <Reference Include="System.Data">\r
52       <Name>System.Data</Name>\r
53     </Reference>\r
54     <Reference Include="System.Xml">\r
55       <Name>System.XML</Name>\r
56     </Reference>\r
57   </ItemGroup>\r
58   <ItemGroup>\r
59     <Compile Include="..\..\CommonAssemblyInfo.cs">\r
60       <Link>CommonAssemblyInfo.cs</Link>\r
61     </Compile>\r
62     <Compile Include="AbstractAsserter.cs">\r
63       <SubType>Code</SubType>\r
64     </Compile>\r
65     <Compile Include="AssemblyInfo.cs">\r
66       <SubType>Code</SubType>\r
67     </Compile>\r
68     <Compile Include="Assert.cs">\r
69       <SubType>Code</SubType>\r
70     </Compile>\r
71     <Compile Include="Assertion.cs">\r
72       <SubType>Code</SubType>\r
73     </Compile>\r
74     <Compile Include="AssertionException.cs">\r
75       <SubType>Code</SubType>\r
76     </Compile>\r
77     <Compile Include="AssertionFailureMessage.cs">\r
78       <SubType>Code</SubType>\r
79     </Compile>\r
80     <Compile Include="AssertionHelper.cs" />\r
81     <Compile Include="CategoryAttribute.cs">\r
82       <SubType>Code</SubType>\r
83     </Compile>\r
84     <Compile Include="CollectionAssert.cs" />\r
85     <Compile Include="Constraints\BinaryOperations.cs" />\r
86     <Compile Include="Constraints\CollectionConstraints.cs" />\r
87     <Compile Include="Constraints\ComparisonConstraints.cs" />\r
88     <Compile Include="Constraints\Constraint.cs" />\r
89     <Compile Include="Constraints\ConstraintBuilder.cs" />\r
90     <Compile Include="Constraints\ContainsConstraint.cs" />\r
91     <Compile Include="Constraints\EmptyConstraint.cs" />\r
92     <Compile Include="Constraints\EqualConstraint.cs" />\r
93     <Compile Include="Constraints\Numerics.cs" />\r
94     <Compile Include="Constraints\PrefixConstraints.cs" />\r
95     <Compile Include="Constraints\PropertyConstraint.cs" />\r
96     <Compile Include="Constraints\SameAsConstraint.cs" />\r
97     <Compile Include="Constraints\StringConstraints.cs" />\r
98     <Compile Include="Constraints\TypeConstraints.cs" />\r
99     <Compile Include="DescriptionAttribute.cs" />\r
100     <Compile Include="ExpectedExceptionAttribute.cs">\r
101       <SubType>Code</SubType>\r
102     </Compile>\r
103     <Compile Include="ExplicitAttribute.cs">\r
104       <SubType>Code</SubType>\r
105     </Compile>\r
106     <Compile Include="FileAssert.cs" />\r
107     <Compile Include="IAsserter.cs">\r
108       <SubType>Code</SubType>\r
109     </Compile>\r
110     <Compile Include="IExpectException.cs" />\r
111     <Compile Include="IgnoreAttribute.cs">\r
112       <SubType>Code</SubType>\r
113     </Compile>\r
114     <Compile Include="IgnoreException.cs">\r
115       <SubType>Code</SubType>\r
116     </Compile>\r
117     <Compile Include="IncludeExcludeAttributes.cs" />\r
118     <Compile Include="MessageWriter.cs" />\r
119     <Compile Include="MsgUtils.cs" />\r
120     <Compile Include="OldTestCase.cs">\r
121       <SubType>Code</SubType>\r
122     </Compile>\r
123     <Compile Include="PropertyAttribute.cs" />\r
124     <Compile Include="SetCultureAttribute.cs" />\r
125     <Compile Include="GlobalSettings.cs" />\r
126     <Compile Include="SetUpAttribute.cs">\r
127       <SubType>Code</SubType>\r
128     </Compile>\r
129     <Compile Include="SetUpFixtureAttribute.cs">\r
130       <SubType>Code</SubType>\r
131     </Compile>\r
132     <Compile Include="StringAssert.cs" />\r
133     <Compile Include="SuiteAttribute.cs">\r
134       <SubType>Code</SubType>\r
135     </Compile>\r
136     <Compile Include="SyntaxHelpers\List.cs" />\r
137     <Compile Include="SyntaxHelpers\Has.cs" />\r
138     <Compile Include="SyntaxHelpers\Is.cs" />\r
139     <Compile Include="SyntaxHelpers\ListMapper.cs" />\r
140     <Compile Include="SyntaxHelpers\Text.cs" />\r
141     <Compile Include="TearDownAttribute.cs">\r
142       <SubType>Code</SubType>\r
143     </Compile>\r
144     <Compile Include="TestAttribute.cs">\r
145       <SubType>Code</SubType>\r
146     </Compile>\r
147     <Compile Include="TestFixtureAttribute.cs">\r
148       <SubType>Code</SubType>\r
149     </Compile>\r
150     <Compile Include="TestFixtureSetUpAttribute.cs">\r
151       <SubType>Code</SubType>\r
152     </Compile>\r
153     <Compile Include="TestFixtureTearDownAttribute.cs">\r
154       <SubType>Code</SubType>\r
155     </Compile>\r
156     <Compile Include="TextMessageWriter.cs" />\r
157   </ItemGroup>\r
158   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
159   <PropertyGroup>\r
160     <PreBuildEvent>\r
161     </PreBuildEvent>\r
162     <PostBuildEvent>\r
163     </PostBuildEvent>\r
164   </PropertyGroup>\r
165 </Project>