Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Samples / Facilities / EventWiring / EventWiring.csproj
blob7d484936aff574852e4c4616948185fba6f8dc9c
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>{83EBB92B-BBAB-45B8-9EDF-C5FBE2DAE98C}</ProjectGuid>\r
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
9     <ApplicationIcon>App.ico</ApplicationIcon>\r
10     <AssemblyKeyContainerName>\r
11     </AssemblyKeyContainerName>\r
12     <AssemblyName>EventWiring</AssemblyName>\r
13     <AssemblyOriginatorKeyFile>\r
14     </AssemblyOriginatorKeyFile>\r
15     <DefaultClientScript>JScript</DefaultClientScript>\r
16     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>\r
17     <DefaultTargetSchema>IE50</DefaultTargetSchema>\r
18     <DelaySign>false</DelaySign>\r
19     <OutputType>Exe</OutputType>\r
20     <RootNamespace>EventWiring</RootNamespace>\r
21     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>\r
22     <StartupObject>\r
23     </StartupObject>\r
24     <FileUpgradeFlags>\r
25     </FileUpgradeFlags>\r
26     <UpgradeBackupLocation>\r
27     </UpgradeBackupLocation>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
30     <OutputPath>bin\</OutputPath>\r
31     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
32     <BaseAddress>285212672</BaseAddress>\r
33     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
34     <ConfigurationOverrideFile>\r
35     </ConfigurationOverrideFile>\r
36     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
37     <DocumentationFile>\r
38     </DocumentationFile>\r
39     <DebugSymbols>true</DebugSymbols>\r
40     <FileAlignment>4096</FileAlignment>\r
41     <NoStdLib>false</NoStdLib>\r
42     <NoWarn>\r
43     </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\</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>\r
66     </NoWarn>\r
67     <Optimize>true</Optimize>\r
68     <RegisterForComInterop>false</RegisterForComInterop>\r
69     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
70     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
71     <WarningLevel>4</WarningLevel>\r
72     <DebugType>none</DebugType>\r
73     <ErrorReport>prompt</ErrorReport>\r
74   </PropertyGroup>\r
75   <ItemGroup>\r
76     <Reference Include="Castle.Core">\r
77       <Name>Castle.Core</Name>\r
78       <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>\r
79     </Reference>\r
80     <Reference Include="Castle.DynamicProxy2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">\r
81       <SpecificVersion>False</SpecificVersion>\r
82       <HintPath>..\..\..\build\net-2.0\debug\Castle.DynamicProxy2.dll</HintPath>\r
83     </Reference>\r
84     <Reference Include="Castle.MicroKernel">\r
85       <Name>Castle.MicroKernel</Name>\r
86       <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>\r
87     </Reference>\r
88     <Reference Include="Castle.Windsor">\r
89       <Name>Castle.Windsor</Name>\r
90       <HintPath>..\..\..\build\net-2.0\debug\Castle.Windsor.dll</HintPath>\r
91     </Reference>\r
92     <Reference Include="System">\r
93       <Name>System</Name>\r
94     </Reference>\r
95     <Reference Include="System.Data">\r
96       <Name>System.Data</Name>\r
97     </Reference>\r
98     <Reference Include="System.Xml">\r
99       <Name>System.XML</Name>\r
100     </Reference>\r
101   </ItemGroup>\r
102   <ItemGroup>\r
103     <Compile Include="App.cs">\r
104       <SubType>Code</SubType>\r
105     </Compile>\r
106     <Compile Include="AssemblyInfo.cs">\r
107       <SubType>Code</SubType>\r
108     </Compile>\r
109     <Content Include="App.ico" />\r
110     <Content Include="config.xml" />\r
111   </ItemGroup>\r
112   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
113   <PropertyGroup>\r
114     <PreBuildEvent>\r
115     </PreBuildEvent>\r
116     <PostBuildEvent>\r
117     </PostBuildEvent>\r
118   </PropertyGroup>\r
119 </Project>