Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Experiments / AnakiaNet / Anakia / Anakia-vs2005.csproj
blob86799da31c13aa28fc2b398a4c7bdab62e7dc27f
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>{D88343F9-C426-4166-AE1B-FF5A96AC8009}</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>Anakia</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>Anakia</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>\r
44     </NoWarn>\r
45     <Optimize>false</Optimize>\r
46     <RegisterForComInterop>false</RegisterForComInterop>\r
47     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
48     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
49     <WarningLevel>4</WarningLevel>\r
50     <DebugType>full</DebugType>\r
51     <ErrorReport>prompt</ErrorReport>\r
52   </PropertyGroup>\r
53   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
54     <OutputPath>bin\Release\</OutputPath>\r
55     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
56     <BaseAddress>285212672</BaseAddress>\r
57     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
58     <ConfigurationOverrideFile>\r
59     </ConfigurationOverrideFile>\r
60     <DefineConstants>TRACE</DefineConstants>\r
61     <DocumentationFile>\r
62     </DocumentationFile>\r
63     <DebugSymbols>false</DebugSymbols>\r
64     <FileAlignment>4096</FileAlignment>\r
65     <NoStdLib>false</NoStdLib>\r
66     <NoWarn>\r
67     </NoWarn>\r
68     <Optimize>true</Optimize>\r
69     <RegisterForComInterop>false</RegisterForComInterop>\r
70     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
71     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
72     <WarningLevel>4</WarningLevel>\r
73     <DebugType>none</DebugType>\r
74     <ErrorReport>prompt</ErrorReport>\r
75   </PropertyGroup>\r
76   <ItemGroup>\r
77     <Reference Include="NAnt.Core, Version=0.85.2478.0, Culture=neutral">\r
78       <SpecificVersion>False</SpecificVersion>\r
79       <HintPath>..\..\..\SharedLibs\net\NAnt.Core.dll</HintPath>\r
80     </Reference>\r
81     <Reference Include="NVelocity, Version=0.5.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
82       <SpecificVersion>False</SpecificVersion>\r
83       <HintPath>..\..\..\build\net-2.0\debug\NVelocity.dll</HintPath>\r
84     </Reference>\r
85     <Reference Include="System">\r
86       <Name>System</Name>\r
87     </Reference>\r
88     <Reference Include="System.Data">\r
89       <Name>System.Data</Name>\r
90     </Reference>\r
91     <Reference Include="System.Xml">\r
92       <Name>System.XML</Name>\r
93     </Reference>\r
94   </ItemGroup>\r
95   <ItemGroup>\r
96     <Compile Include="AnakiaTask.cs">\r
97       <SubType>Code</SubType>\r
98     </Compile>\r
99     <Compile Include="AssemblyInfo.cs">\r
100       <SubType>Code</SubType>\r
101     </Compile>\r
102     <Compile Include="BreadCrumb.cs">\r
103       <SubType>Code</SubType>\r
104     </Compile>\r
105     <Compile Include="BreadthFirstWalker.cs">\r
106       <SubType>Code</SubType>\r
107     </Compile>\r
108     <Compile Include="CodeFormat\CLikeFormat.cs">\r
109       <SubType>Code</SubType>\r
110     </Compile>\r
111     <Compile Include="CodeFormat\CodeFormat.cs">\r
112       <SubType>Code</SubType>\r
113     </Compile>\r
114     <Compile Include="CodeFormat\CSharpFormat.cs">\r
115       <SubType>Code</SubType>\r
116     </Compile>\r
117     <Compile Include="CodeFormat\HtmlFormat.cs">\r
118       <SubType>Code</SubType>\r
119     </Compile>\r
120     <Compile Include="CodeFormat\JavaScriptFormat.cs">\r
121       <SubType>Code</SubType>\r
122     </Compile>\r
123     <Compile Include="CodeFormat\MshFormat.cs">\r
124       <SubType>Code</SubType>\r
125     </Compile>\r
126     <Compile Include="CodeFormat\SourceFormat.cs">\r
127       <SubType>Code</SubType>\r
128     </Compile>\r
129     <Compile Include="CodeFormat\TsqlFormat.cs">\r
130       <SubType>Code</SubType>\r
131     </Compile>\r
132     <Compile Include="CodeFormat\VisualBasicFormat.cs">\r
133       <SubType>Code</SubType>\r
134     </Compile>\r
135     <Compile Include="DepthFirstWalker.cs">\r
136       <SubType>Code</SubType>\r
137     </Compile>\r
138     <Compile Include="DocumentMeta.cs">\r
139       <SubType>Code</SubType>\r
140     </Compile>\r
141     <Compile Include="DocumentNode.cs">\r
142       <SubType>Code</SubType>\r
143     </Compile>\r
144     <Compile Include="DocumentNodeCollection.cs">\r
145       <SubType>Code</SubType>\r
146     </Compile>\r
147     <Compile Include="DocumentNodeComparer.cs">\r
148       <SubType>Code</SubType>\r
149     </Compile>\r
150     <Compile Include="FileToCopy.cs">\r
151       <SubType>Code</SubType>\r
152     </Compile>\r
153     <Compile Include="Folder.cs">\r
154       <SubType>Code</SubType>\r
155     </Compile>\r
156     <Compile Include="FolderCollection.cs">\r
157       <SubType>Code</SubType>\r
158     </Compile>\r
159     <Compile Include="ITreeWalker.cs">\r
160       <SubType>Code</SubType>\r
161     </Compile>\r
162     <Compile Include="SimpleConverter.cs">\r
163       <SubType>Code</SubType>\r
164     </Compile>\r
165     <Compile Include="SimpleHelper.cs">\r
166       <SubType>Code</SubType>\r
167     </Compile>\r
168   </ItemGroup>\r
169   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
170   <PropertyGroup>\r
171     <PreBuildEvent>\r
172     </PreBuildEvent>\r
173     <PostBuildEvent>\r
174     </PostBuildEvent>\r
175   </PropertyGroup>\r
176 </Project>