| <?xml version='1.0'?> |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| --> |
| |
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| <PropertyGroup> |
| <ProjectType>Local</ProjectType> |
| <ProductVersion>8.0.50727</ProductVersion> |
| <SchemaVersion>2.0</SchemaVersion> |
| <ProjectGuid>{D49EB32C-B25F-4E25-BF6D-62EE38FC1A1F}</ProjectGuid> |
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| <ApplicationIcon> |
| </ApplicationIcon> |
| <AssemblyKeyContainerName> |
| </AssemblyKeyContainerName> |
| <AssemblyName>SimpleApp</AssemblyName> |
| <AssemblyOriginatorKeyFile> |
| </AssemblyOriginatorKeyFile> |
| <DefaultClientScript>JScript</DefaultClientScript> |
| <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> |
| <DefaultTargetSchema>IE50</DefaultTargetSchema> |
| <DelaySign>false</DelaySign> |
| <OutputType>Exe</OutputType> |
| <RootNamespace>SimpleApp</RootNamespace> |
| <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
| <StartupObject>SimpleApp.EntryPoint</StartupObject> |
| <FileUpgradeFlags> |
| </FileUpgradeFlags> |
| <UpgradeBackupLocation> |
| </UpgradeBackupLocation> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| <OutputPath>..\build\debug\</OutputPath> |
| <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| <BaseAddress>285212672</BaseAddress> |
| <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| <ConfigurationOverrideFile> |
| </ConfigurationOverrideFile> |
| <DefineConstants>DEBUG;TRACE</DefineConstants> |
| <DocumentationFile> |
| </DocumentationFile> |
| <DebugSymbols>true</DebugSymbols> |
| <FileAlignment>4096</FileAlignment> |
| <NoStdLib>false</NoStdLib> |
| <NoWarn> |
| </NoWarn> |
| <Optimize>false</Optimize> |
| <RegisterForComInterop>false</RegisterForComInterop> |
| <RemoveIntegerChecks>false</RemoveIntegerChecks> |
| <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| <WarningLevel>4</WarningLevel> |
| <DebugType>full</DebugType> |
| <ErrorReport>prompt</ErrorReport> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| <OutputPath>..\build\release\</OutputPath> |
| <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
| <BaseAddress>285212672</BaseAddress> |
| <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
| <ConfigurationOverrideFile> |
| </ConfigurationOverrideFile> |
| <DefineConstants>TRACE</DefineConstants> |
| <DocumentationFile> |
| </DocumentationFile> |
| <DebugSymbols>false</DebugSymbols> |
| <FileAlignment>4096</FileAlignment> |
| <NoStdLib>false</NoStdLib> |
| <NoWarn> |
| </NoWarn> |
| <Optimize>true</Optimize> |
| <RegisterForComInterop>false</RegisterForComInterop> |
| <RemoveIntegerChecks>false</RemoveIntegerChecks> |
| <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
| <WarningLevel>4</WarningLevel> |
| <DebugType>none</DebugType> |
| <ErrorReport>prompt</ErrorReport> |
| </PropertyGroup> |
| <ItemGroup> |
| <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, processorArchitecture=MSIL"> |
| <SpecificVersion>False</SpecificVersion> |
| <HintPath>..\..\..\..\..\..\..\bin\net\2.0\debug\log4net.dll</HintPath> |
| </Reference> |
| <Reference Include="System"> |
| <Name>System</Name> |
| </Reference> |
| <Reference Include="System.Data"> |
| <Name>System.Data</Name> |
| </Reference> |
| <Reference Include="System.Xml"> |
| <Name>System.XML</Name> |
| </Reference> |
| <ProjectReference Include="..\..\..\SharedModule\cs\src\SharedModule.csproj"> |
| <Name>SharedModule</Name> |
| <Project>{9AACDC1A-84FB-4042-85A5-7095C66AD973}</Project> |
| <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
| </ProjectReference> |
| <ProjectReference Include="..\..\..\SimpleModule\cs\src\SimpleModule.csproj"> |
| <Name>SimpleModule</Name> |
| <Project>{F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}</Project> |
| <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
| </ProjectReference> |
| </ItemGroup> |
| <ItemGroup> |
| <None Include="App.config" /> |
| <Compile Include="..\..\..\..\..\..\..\src\AssemblyVersionInfo.cs"> |
| <Link>AssemblyVersionInfo.cs</Link> |
| <SubType>Code</SubType> |
| </Compile> |
| <Compile Include="AssemblyInfo.cs"> |
| <SubType>Code</SubType> |
| </Compile> |
| <Compile Include="EntryPoint.cs"> |
| <SubType>Code</SubType> |
| </Compile> |
| <Content Include="SimpleApp.exe.log4net" /> |
| </ItemGroup> |
| <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| <PropertyGroup> |
| <PreBuildEvent> |
| </PreBuildEvent> |
| <PostBuildEvent> |
| </PostBuildEvent> |
| </PropertyGroup> |
| </Project> |