| <?xml version="1.0" encoding="Windows-1252"?> |
| <!-- |
| |
| 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. |
| |
| --> |
| |
| <VisualStudioProject |
| ProjectType="Visual C++" |
| Version="7.10" |
| Name="ConsoleApp" |
| ProjectGUID="{EF2FAB20-8AC6-420A-BCBF-B3C8D8467323}" |
| Keyword="ManagedCProj"> |
| <Platforms> |
| <Platform |
| Name="Win32"/> |
| </Platforms> |
| <Configurations> |
| <Configuration |
| Name="Debug|Win32" |
| OutputDirectory="..\build\debug" |
| IntermediateDirectory="Debug" |
| ConfigurationType="1" |
| CharacterSet="2" |
| ManagedExtensions="TRUE"> |
| <Tool |
| Name="VCCLCompilerTool" |
| Optimization="0" |
| PreprocessorDefinitions="WIN32;_DEBUG" |
| MinimalRebuild="FALSE" |
| BasicRuntimeChecks="0" |
| RuntimeLibrary="1" |
| UsePrecompiledHeader="0" |
| WarningLevel="3" |
| DebugInformationFormat="3" |
| ForcedUsingFiles="..\..\..\..\..\..\..\bin\net\1.1\release\log4net.dll"/> |
| <Tool |
| Name="VCCustomBuildTool"/> |
| <Tool |
| Name="VCLinkerTool" |
| OutputFile="$(OutDir)/ConsoleApp.exe" |
| LinkIncremental="2" |
| GenerateDebugInformation="TRUE"/> |
| <Tool |
| Name="VCMIDLTool"/> |
| <Tool |
| Name="VCPostBuildEventTool"/> |
| <Tool |
| Name="VCPreBuildEventTool"/> |
| <Tool |
| Name="VCPreLinkEventTool"/> |
| <Tool |
| Name="VCResourceCompilerTool"/> |
| <Tool |
| Name="VCWebServiceProxyGeneratorTool"/> |
| <Tool |
| Name="VCXMLDataGeneratorTool"/> |
| <Tool |
| Name="VCWebDeploymentTool"/> |
| <Tool |
| Name="VCManagedWrapperGeneratorTool"/> |
| <Tool |
| Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| </Configuration> |
| <Configuration |
| Name="Release|Win32" |
| OutputDirectory="..\build\release" |
| IntermediateDirectory="Release" |
| ConfigurationType="1" |
| CharacterSet="2" |
| ManagedExtensions="TRUE"> |
| <Tool |
| Name="VCCLCompilerTool" |
| Optimization="2" |
| InlineFunctionExpansion="1" |
| PreprocessorDefinitions="WIN32;NDEBUG" |
| MinimalRebuild="FALSE" |
| RuntimeLibrary="0" |
| UsePrecompiledHeader="0" |
| WarningLevel="3" |
| DebugInformationFormat="3" |
| ForcedUsingFiles="..\..\..\..\..\..\..\bin\net\1.1\release\log4net.dll"/> |
| <Tool |
| Name="VCCustomBuildTool"/> |
| <Tool |
| Name="VCLinkerTool" |
| OutputFile="$(OutDir)/ConsoleApp.exe" |
| LinkIncremental="1" |
| GenerateDebugInformation="TRUE"/> |
| <Tool |
| Name="VCMIDLTool"/> |
| <Tool |
| Name="VCPostBuildEventTool"/> |
| <Tool |
| Name="VCPreBuildEventTool"/> |
| <Tool |
| Name="VCPreLinkEventTool"/> |
| <Tool |
| Name="VCResourceCompilerTool"/> |
| <Tool |
| Name="VCWebServiceProxyGeneratorTool"/> |
| <Tool |
| Name="VCXMLDataGeneratorTool"/> |
| <Tool |
| Name="VCWebDeploymentTool"/> |
| <Tool |
| Name="VCManagedWrapperGeneratorTool"/> |
| <Tool |
| Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| </Configuration> |
| </Configurations> |
| <References> |
| </References> |
| <Files> |
| <Filter |
| Name="Source Files" |
| Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> |
| <File |
| RelativePath="AssemblyInfo.cpp"> |
| </File> |
| <File |
| RelativePath="..\..\..\..\..\..\..\src\AssemblyVersionInfo.cpp"> |
| <FileConfiguration |
| Name="Debug|Win32"> |
| <Tool |
| Name="VCCLCompilerTool" |
| ObjectFile="$(IntDir)/$(InputName)1.obj"/> |
| </FileConfiguration> |
| <FileConfiguration |
| Name="Release|Win32"> |
| <Tool |
| Name="VCCLCompilerTool" |
| ObjectFile="$(IntDir)/$(InputName)1.obj"/> |
| </FileConfiguration> |
| </File> |
| <File |
| RelativePath="ConsoleApp.cpp"> |
| </File> |
| </Filter> |
| <Filter |
| Name="Header Files" |
| Filter="h;hpp;hxx;hm;inl;inc"> |
| </Filter> |
| <Filter |
| Name="Resource Files" |
| Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;r"> |
| </Filter> |
| <File |
| RelativePath="App.config" |
| DeploymentContent="TRUE"> |
| <FileConfiguration |
| Name="Debug|Win32"> |
| <Tool |
| Name="VCCustomBuildTool" |
| CommandLine="copy $(InputPath) $(TargetDir)\ConsoleApp.exe.config |
| " |
| Outputs="$(TargetDir)\ConsoleApp.exe.config"/> |
| </FileConfiguration> |
| <FileConfiguration |
| Name="Release|Win32"> |
| <Tool |
| Name="VCCustomBuildTool" |
| CommandLine="copy $(InputPath) $(TargetDir)\ConsoleApp.exe.config |
| " |
| Outputs="$(TargetDir)\ConsoleApp.exe.config"/> |
| </FileConfiguration> |
| </File> |
| </Files> |
| <Globals> |
| </Globals> |
| </VisualStudioProject> |