| 1 |
<?xml version="1.0" encoding="shift_jis"?> |
| 2 |
<VisualStudioProject |
| 3 |
ProjectType="Visual C++" |
| 4 |
Version="7.10" |
| 5 |
Name="lib_template" |
| 6 |
ProjectGUID="{E35DE899-8736-4A8E-A604-821469165AF1}" |
| 7 |
RootNamespace="lib_template" |
| 8 |
Keyword="ManagedCProj"> |
| 9 |
<Platforms> |
| 10 |
<Platform |
| 11 |
Name="Win32"/> |
| 12 |
</Platforms> |
| 13 |
<Configurations> |
| 14 |
<Configuration |
| 15 |
Name="Debug|Win32" |
| 16 |
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
| 17 |
IntermediateDirectory="$(ConfigurationName)" |
| 18 |
ConfigurationType="4" |
| 19 |
CharacterSet="2" |
| 20 |
ManagedExtensions="FALSE"> |
| 21 |
<Tool |
| 22 |
Name="VCCLCompilerTool" |
| 23 |
Optimization="0" |
| 24 |
PreprocessorDefinitions="WIN32;_DEBUG" |
| 25 |
MinimalRebuild="FALSE" |
| 26 |
BasicRuntimeChecks="0" |
| 27 |
RuntimeLibrary="1" |
| 28 |
WarningLevel="3" |
| 29 |
DebugInformationFormat="3"/> |
| 30 |
<Tool |
| 31 |
Name="VCCustomBuildTool"/> |
| 32 |
<Tool |
| 33 |
Name="VCLibrarianTool"/> |
| 34 |
<Tool |
| 35 |
Name="VCMIDLTool"/> |
| 36 |
<Tool |
| 37 |
Name="VCPostBuildEventTool"/> |
| 38 |
<Tool |
| 39 |
Name="VCPreBuildEventTool"/> |
| 40 |
<Tool |
| 41 |
Name="VCPreLinkEventTool"/> |
| 42 |
<Tool |
| 43 |
Name="VCResourceCompilerTool"/> |
| 44 |
<Tool |
| 45 |
Name="VCWebServiceProxyGeneratorTool"/> |
| 46 |
<Tool |
| 47 |
Name="VCXMLDataGeneratorTool"/> |
| 48 |
<Tool |
| 49 |
Name="VCManagedWrapperGeneratorTool"/> |
| 50 |
<Tool |
| 51 |
Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 52 |
</Configuration> |
| 53 |
<Configuration |
| 54 |
Name="Release|Win32" |
| 55 |
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
| 56 |
IntermediateDirectory="$(ConfigurationName)" |
| 57 |
ConfigurationType="1" |
| 58 |
CharacterSet="2" |
| 59 |
ManagedExtensions="FALSE"> |
| 60 |
<Tool |
| 61 |
Name="VCCLCompilerTool" |
| 62 |
PreprocessorDefinitions="WIN32;NDEBUG" |
| 63 |
MinimalRebuild="FALSE" |
| 64 |
RuntimeLibrary="0" |
| 65 |
WarningLevel="3" |
| 66 |
DebugInformationFormat="3"/> |
| 67 |
<Tool |
| 68 |
Name="VCCustomBuildTool"/> |
| 69 |
<Tool |
| 70 |
Name="VCLinkerTool" |
| 71 |
OutputFile="$(OutDir)\$(ProjectName).exe" |
| 72 |
LinkIncremental="1" |
| 73 |
GenerateDebugInformation="TRUE"/> |
| 74 |
<Tool |
| 75 |
Name="VCMIDLTool"/> |
| 76 |
<Tool |
| 77 |
Name="VCPostBuildEventTool"/> |
| 78 |
<Tool |
| 79 |
Name="VCPreBuildEventTool"/> |
| 80 |
<Tool |
| 81 |
Name="VCPreLinkEventTool"/> |
| 82 |
<Tool |
| 83 |
Name="VCResourceCompilerTool"/> |
| 84 |
<Tool |
| 85 |
Name="VCWebServiceProxyGeneratorTool"/> |
| 86 |
<Tool |
| 87 |
Name="VCXMLDataGeneratorTool"/> |
| 88 |
<Tool |
| 89 |
Name="VCWebDeploymentTool"/> |
| 90 |
<Tool |
| 91 |
Name="VCManagedWrapperGeneratorTool"/> |
| 92 |
<Tool |
| 93 |
Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 94 |
</Configuration> |
| 95 |
</Configurations> |
| 96 |
<References> |
| 97 |
</References> |
| 98 |
<Files> |
| 99 |
<Filter |
| 100 |
Name="Source files" |
| 101 |
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" |
| 102 |
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> |
| 103 |
<File |
| 104 |
RelativePath=".\test.cpp"> |
| 105 |
</File> |
| 106 |
</Filter> |
| 107 |
<Filter |
| 108 |
Name="Header files" |
| 109 |
Filter="h;hpp;hxx;hm;inl;inc;xsd" |
| 110 |
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> |
| 111 |
</Filter> |
| 112 |
<Filter |
| 113 |
Name="Resource files" |
| 114 |
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" |
| 115 |
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> |
| 116 |
</Filter> |
| 117 |
</Files> |
| 118 |
<Globals> |
| 119 |
</Globals> |
| 120 |
</VisualStudioProject> |