<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>{3E561192-4292-4998-BC67-8C1B82A56108}</ProjectGuid> | |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
<ApplicationIcon>App.ico</ApplicationIcon> | |
<AssemblyKeyContainerName> | |
</AssemblyKeyContainerName> | |
<AssemblyName>IndexFiles</AssemblyName> | |
<AssemblyOriginatorKeyFile> | |
</AssemblyOriginatorKeyFile> | |
<DefaultClientScript>JScript</DefaultClientScript> | |
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | |
<DefaultTargetSchema>IE50</DefaultTargetSchema> | |
<DelaySign>false</DelaySign> | |
<OutputType>Exe</OutputType> | |
<RootNamespace>IndexFiles</RootNamespace> | |
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> | |
<StartupObject> | |
</StartupObject> | |
<FileUpgradeFlags> | |
</FileUpgradeFlags> | |
<UpgradeBackupLocation> | |
</UpgradeBackupLocation> | |
</PropertyGroup> | |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
<OutputPath>bin\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>bin\Release\</OutputPath> | |
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> | |
<BaseAddress>285212672</BaseAddress> | |
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> | |
<ConfigurationOverrideFile> | |
</ConfigurationOverrideFile> | |
<DefineConstants>TRACE</DefineConstants> | |
<DocumentationFile>IndexFiles.xml</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="Lucene.Net"> | |
<Name>Lucene.Net</Name> | |
<HintPath>..\..\Lucene.Net\bin\Debug\Lucene.Net.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="..\DemoLib\DemoLib.csproj"> | |
<Name>DemoLib</Name> | |
<Project>{72AE650A-73E9-4F01-918B-5B166C2129FA}</Project> | |
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | |
</ProjectReference> | |
</ItemGroup> | |
<ItemGroup> | |
<Content Include="App.ico" /> | |
<Compile Include="AssemblyInfo.cs"> | |
<SubType>Code</SubType> | |
</Compile> | |
<Compile Include="IndexFiles.cs"> | |
<SubType>Code</SubType> | |
</Compile> | |
</ItemGroup> | |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
<PropertyGroup> | |
<PreBuildEvent> | |
</PreBuildEvent> | |
<PostBuildEvent> | |
</PostBuildEvent> | |
</PropertyGroup> | |
</Project> |