Develop and Download Open Source Software

Browse Subversion Repository

Contents of /script/exe_template.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 178 - (show annotations) (download)
Sun Dec 16 03:22:57 2007 UTC (16 years, 3 months ago) by satofumi
File size: 3305 byte(s)
fix TextInputComponent.cpp

1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="exe_template"
6 ProjectGUID="{BA46C739-97CD-4F68-9F3D-ECF9759134CE}"
7 RootNamespace="exe_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="1"
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="VCLinkerTool"
34 OutputFile="$(OutDir)\$(ProjectName).exe"
35 LinkIncremental="2"
36 SuppressStartupBanner="TRUE"
37 GenerateDebugInformation="TRUE"
38 AssemblyDebug="1"/>
39 <Tool
40 Name="VCMIDLTool"/>
41 <Tool
42 Name="VCPostBuildEventTool"/>
43 <Tool
44 Name="VCPreBuildEventTool"/>
45 <Tool
46 Name="VCPreLinkEventTool"/>
47 <Tool
48 Name="VCResourceCompilerTool"/>
49 <Tool
50 Name="VCWebServiceProxyGeneratorTool"/>
51 <Tool
52 Name="VCXMLDataGeneratorTool"/>
53 <Tool
54 Name="VCWebDeploymentTool"/>
55 <Tool
56 Name="VCManagedWrapperGeneratorTool"/>
57 <Tool
58 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59 </Configuration>
60 <Configuration
61 Name="Release|Win32"
62 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
63 IntermediateDirectory="$(ConfigurationName)"
64 ConfigurationType="1"
65 CharacterSet="2"
66 ManagedExtensions="FALSE">
67 <Tool
68 Name="VCCLCompilerTool"
69 PreprocessorDefinitions="WIN32;NDEBUG"
70 MinimalRebuild="FALSE"
71 RuntimeLibrary="0"
72 WarningLevel="3"
73 DebugInformationFormat="3"/>
74 <Tool
75 Name="VCCustomBuildTool"/>
76 <Tool
77 Name="VCLinkerTool"
78 OutputFile="$(OutDir)\$(ProjectName).exe"
79 LinkIncremental="1"
80 GenerateDebugInformation="TRUE"/>
81 <Tool
82 Name="VCMIDLTool"/>
83 <Tool
84 Name="VCPostBuildEventTool"/>
85 <Tool
86 Name="VCPreBuildEventTool"/>
87 <Tool
88 Name="VCPreLinkEventTool"/>
89 <Tool
90 Name="VCResourceCompilerTool"/>
91 <Tool
92 Name="VCWebServiceProxyGeneratorTool"/>
93 <Tool
94 Name="VCXMLDataGeneratorTool"/>
95 <Tool
96 Name="VCWebDeploymentTool"/>
97 <Tool
98 Name="VCManagedWrapperGeneratorTool"/>
99 <Tool
100 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
101 </Configuration>
102 </Configurations>
103 <References>
104 </References>
105 <Files>
106 <Filter
107 Name="Source files"
108 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
109 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
110 <File
111 RelativePath=".\test.cpp">
112 </File>
113 </Filter>
114 <Filter
115 Name="Header files"
116 Filter="h;hpp;hxx;hm;inl;inc;xsd"
117 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
118 </Filter>
119 <Filter
120 Name="Resource files"
121 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
122 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
123 </Filter>
124 </Files>
125 <Globals>
126 </Globals>
127 </VisualStudioProject>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26