1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\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
26 <UpgradeBackupLocation>
\r
27 </UpgradeBackupLocation>
\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
38 </DocumentationFile>
\r
39 <DebugSymbols>true</DebugSymbols>
\r
40 <FileAlignment>4096</FileAlignment>
\r
41 <NoStdLib>false</NoStdLib>
\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
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
61 </DocumentationFile>
\r
62 <DebugSymbols>false</DebugSymbols>
\r
63 <FileAlignment>4096</FileAlignment>
\r
64 <NoStdLib>false</NoStdLib>
\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
76 <Reference Include="Castle.Core">
\r
77 <Name>Castle.Core</Name>
\r
78 <HintPath>..\..\..\build\net-2.0\debug\Castle.Core.dll</HintPath>
\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
84 <Reference Include="Castle.MicroKernel">
\r
85 <Name>Castle.MicroKernel</Name>
\r
86 <HintPath>..\..\..\build\net-2.0\debug\Castle.MicroKernel.dll</HintPath>
\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
92 <Reference Include="System">
\r
95 <Reference Include="System.Data">
\r
96 <Name>System.Data</Name>
\r
98 <Reference Include="System.Xml">
\r
99 <Name>System.XML</Name>
\r
103 <Compile Include="App.cs">
\r
104 <SubType>Code</SubType>
\r
106 <Compile Include="AssemblyInfo.cs">
\r
107 <SubType>Code</SubType>
\r
109 <Content Include="App.ico" />
\r
110 <Content Include="config.xml" />
\r
112 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r