Fixing an issue with output parameters that are of type IntPtr
[castle.git] / AspectSharp / AspectSharp.Lang.Tests / AspectSharp.Lang.Tests-vs2005.csproj
blob6ad112581de91d06b769e32cb058377b13b3e90e
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <ProjectType>Local</ProjectType>
4     <ProductVersion>8.0.50727</ProductVersion>
5     <SchemaVersion>2.0</SchemaVersion>
6     <ProjectGuid>{9499E7DA-93CF-4A05-9DD5-249D294F4488}</ProjectGuid>
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9     <ApplicationIcon>
10     </ApplicationIcon>
11     <AssemblyKeyContainerName>
12     </AssemblyKeyContainerName>
13     <AssemblyName>AspectSharp.Lang.Tests</AssemblyName>
14     <AssemblyOriginatorKeyFile>
15     </AssemblyOriginatorKeyFile>
16     <DefaultClientScript>JScript</DefaultClientScript>
17     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18     <DefaultTargetSchema>IE50</DefaultTargetSchema>
19     <DelaySign>false</DelaySign>
20     <OutputType>Library</OutputType>
21     <RootNamespace>AspectSharp.Lang.Tests</RootNamespace>
22     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23     <StartupObject>
24     </StartupObject>
25     <FileUpgradeFlags>
26     </FileUpgradeFlags>
27     <UpgradeBackupLocation>
28     </UpgradeBackupLocation>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31     <OutputPath>..\bin\</OutputPath>
32     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
33     <BaseAddress>285212672</BaseAddress>
34     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
35     <ConfigurationOverrideFile>
36     </ConfigurationOverrideFile>
37     <DefineConstants>DEBUG;TRACE</DefineConstants>
38     <DocumentationFile>
39     </DocumentationFile>
40     <DebugSymbols>true</DebugSymbols>
41     <FileAlignment>4096</FileAlignment>
42     <NoStdLib>false</NoStdLib>
43     <NoWarn>
44     </NoWarn>
45     <Optimize>false</Optimize>
46     <RegisterForComInterop>false</RegisterForComInterop>
47     <RemoveIntegerChecks>false</RemoveIntegerChecks>
48     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
49     <WarningLevel>4</WarningLevel>
50     <DebugType>full</DebugType>
51     <ErrorReport>prompt</ErrorReport>
52   </PropertyGroup>
53   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54     <OutputPath>..\bin\</OutputPath>
55     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
56     <BaseAddress>285212672</BaseAddress>
57     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
58     <ConfigurationOverrideFile>
59     </ConfigurationOverrideFile>
60     <DefineConstants>TRACE</DefineConstants>
61     <DocumentationFile>
62     </DocumentationFile>
63     <DebugSymbols>false</DebugSymbols>
64     <FileAlignment>4096</FileAlignment>
65     <NoStdLib>false</NoStdLib>
66     <NoWarn>
67     </NoWarn>
68     <Optimize>true</Optimize>
69     <RegisterForComInterop>false</RegisterForComInterop>
70     <RemoveIntegerChecks>false</RemoveIntegerChecks>
71     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
72     <WarningLevel>4</WarningLevel>
73     <DebugType>none</DebugType>
74     <ErrorReport>prompt</ErrorReport>
75   </PropertyGroup>
76   <ItemGroup>
77     <Reference Include="antlr.runtime">
78       <Name>antlr.runtime</Name>
79       <HintPath>..\..\build\net-1.1\debug\antlr.runtime.dll</HintPath>
80     </Reference>
81     <Reference Include="nunit.framework">
82       <Name>nunit.framework</Name>
83       <HintPath>..\..\build\net-1.1\debug\nunit.framework.dll</HintPath>
84     </Reference>
85     <Reference Include="System">
86       <Name>System</Name>
87     </Reference>
88     <Reference Include="System.Data">
89       <Name>System.Data</Name>
90     </Reference>
91     <Reference Include="System.Xml">
92       <Name>System.XML</Name>
93     </Reference>
94     <ProjectReference Include="..\AopAlliance\AopAlliance-vs2005.csproj">
95       <Name>AopAlliance-vs2005</Name>
96       <Project>{74C3CE90-25AF-4998-9123-61D19041AF68}</Project>
97       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
98     </ProjectReference>
99     <ProjectReference Include="..\AspectSharp.Lang\AspectSharp.Lang-vs2005.csproj">
100       <Name>AspectSharp.Lang-vs2005</Name>
101       <Project>{6B00E2C0-C58E-4399-A323-A034415E67D4}</Project>
102       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
103     </ProjectReference>
104     <ProjectReference Include="..\AspectSharp\AspectSharp-vs2005.csproj">
105       <Name>AspectSharp-vs2005</Name>
106       <Project>{C50C59E8-410B-48C6-8CD0-DB351C0AB75E}</Project>
107       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
108     </ProjectReference>
109   </ItemGroup>
110   <ItemGroup>
111     <Compile Include="AssemblyInfo.cs">
112       <SubType>Code</SubType>
113     </Compile>
114     <Compile Include="ParserAspectTestCase.cs">
115       <SubType>Code</SubType>
116     </Compile>
117     <Compile Include="ParserGlobalsTestCase.cs">
118       <SubType>Code</SubType>
119     </Compile>
120     <Compile Include="ParserImportTestCase.cs">
121       <SubType>Code</SubType>
122     </Compile>
123     <Compile Include="ParserPointcutTestCase.cs">
124       <SubType>Code</SubType>
125     </Compile>
126     <Compile Include="ParserTestCaseBase.cs">
127       <SubType>Code</SubType>
128     </Compile>
129     <Compile Include="SemanticAnalizerTestCase.cs">
130       <SubType>Code</SubType>
131     </Compile>
132     <Compile Include="Types\Interceptors\DummyInterceptor.cs">
133       <SubType>Code</SubType>
134     </Compile>
135     <Compile Include="Types\Matcher\ValidMatcher.cs">
136       <SubType>Code</SubType>
137     </Compile>
138     <Compile Include="Types\Mixins\MockMixin.cs">
139       <SubType>Code</SubType>
140     </Compile>
141     <Compile Include="Types\PruneTypesStepTestCase.cs">
142       <SubType>Code</SubType>
143     </Compile>
144     <Compile Include="Types\ResolveTypesStepTestCase.cs">
145       <SubType>Code</SubType>
146     </Compile>
147     <Compile Include="Types\TypeManagerTestCase.cs">
148       <SubType>Code</SubType>
149     </Compile>
150     <Compile Include="Visitors\XmlTreeVisitorTestCase.cs">
151       <SubType>Code</SubType>
152     </Compile>
153   </ItemGroup>
154   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
155   <PropertyGroup>
156     <PreBuildEvent>
157     </PreBuildEvent>
158     <PostBuildEvent>
159     </PostBuildEvent>
160   </PropertyGroup>
161 </Project>