wasCSharpSQLite – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{5275CAE1-E902-44C8-9DA6-0FC33FC0B68C}</ProjectGuid>
8 <OutputType>Exe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>tcl</RootNamespace>
11 <AssemblyName>tcl</AssemblyName>
12 <FileUpgradeFlags>
13 </FileUpgradeFlags>
14 <OldToolsVersion>2.0</OldToolsVersion>
15 <UpgradeBackupLocation>
16 </UpgradeBackupLocation>
17 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
18 <PublishUrl>publish\</PublishUrl>
19 <Install>true</Install>
20 <InstallFrom>Disk</InstallFrom>
21 <UpdateEnabled>false</UpdateEnabled>
22 <UpdateMode>Foreground</UpdateMode>
23 <UpdateInterval>7</UpdateInterval>
24 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25 <UpdatePeriodically>false</UpdatePeriodically>
26 <UpdateRequired>false</UpdateRequired>
27 <MapFileExtensions>true</MapFileExtensions>
28 <ApplicationRevision>0</ApplicationRevision>
29 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30 <IsWebBootstrapper>false</IsWebBootstrapper>
31 <UseApplicationTrust>false</UseApplicationTrust>
32 <BootstrapperEnabled>true</BootstrapperEnabled>
33 </PropertyGroup>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
35 <DebugSymbols>true</DebugSymbols>
36 <DebugType>full</DebugType>
37 <Optimize>false</Optimize>
38 <OutputPath>bin\Debug\</OutputPath>
39 <DefineConstants>DEBUG;TRACE</DefineConstants>
40 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel>
42 <NoWarn>0168 ; 0169; 0414; 0618; 0649</NoWarn>
43 </PropertyGroup>
44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45 <DebugType>pdbonly</DebugType>
46 <Optimize>true</Optimize>
47 <OutputPath>bin\Release\</OutputPath>
48 <DefineConstants>TRACE</DefineConstants>
49 <ErrorReport>prompt</ErrorReport>
50 <WarningLevel>4</WarningLevel>
51 </PropertyGroup>
52 <ItemGroup>
53 <Reference Include="System" />
54 <Reference Include="System.Core">
55 <RequiredTargetFramework>3.5</RequiredTargetFramework>
56 </Reference>
57 <Reference Include="System.Data" />
58 <Reference Include="System.Xml" />
59 </ItemGroup>
60 <ItemGroup>
61 <Compile Include="Properties\AssemblyInfo.cs" />
62 <Compile Include="src\base\AssocData.cs" />
63 <Compile Include="src\base\BackSlashResult.cs" />
64 <Compile Include="src\base\BgErrorMgr.cs" />
65 <Compile Include="src\base\CallFrame.cs" />
66 <Compile Include="src\base\CharPointer.cs" />
67 <Compile Include="src\base\CObject.cs" />
68 <Compile Include="src\base\Command.cs" />
69 <Compile Include="src\base\CommandWithDispose.cs" />
70 <Compile Include="src\base\DebugInfo.cs" />
71 <Compile Include="src\base\Env.cs" />
72 <Compile Include="src\base\EventDeleter.cs" />
73 <Compile Include="src\base\EventuallyFreed.cs" />
74 <Compile Include="src\base\Expression.cs" />
75 <Compile Include="src\base\ExprValue.cs" />
76 <Compile Include="src\base\Extension.cs" />
77 <Compile Include="src\base\FindElemResult.cs" />
78 <Compile Include="src\base\IdleHandler.cs" />
79 <Compile Include="src\base\ImportedCmdData.cs" />
80 <Compile Include="src\base\ImportRef.cs" />
81 <Compile Include="src\base\InternalRep.cs" />
82 <Compile Include="src\base\Interp.cs" />
83 <Compile Include="src\base\JACL.cs" />
84 <Compile Include="src\base\Notifier.cs" />
85 <Compile Include="src\base\Parser.cs" />
86 <Compile Include="src\base\ParseResult.cs" />
87 <Compile Include="src\base\Procedure.cs" />
88 <Compile Include="src\base\QSort.cs" />
89 <Compile Include="src\base\Resolver.cs" />
90 <Compile Include="src\base\SearchId.cs" />
91 <Compile Include="src\base\TCL.cs" />
92 <Compile Include="src\base\TclBoolean.cs" />
93 <Compile Include="src\base\TclByteArray.cs" />
94 <Compile Include="src\base\TclDouble.cs" />
95 <Compile Include="src\base\TclEvent.cs" />
96 <Compile Include="src\base\TclException.cs" />
97 <Compile Include="src\base\TclIndex.cs" />
98 <Compile Include="src\base\TclInteger.cs" />
99 <Compile Include="src\base\TclList.cs" />
100 <Compile Include="src\base\TclLong.cs" />
101 <Compile Include="src\base\TclNumArgsException.cs" />
102 <Compile Include="src\base\TCLObj.cs" />
103 <Compile Include="src\base\TclObject.cs" />
104 <Compile Include="src\base\TclParse.cs" />
105 <Compile Include="src\base\TclPosixException.cs" />
106 <Compile Include="src\base\TclRegexp.cs" />
107 <Compile Include="src\base\TclRuntimeError.cs" />
108 <Compile Include="src\base\TclString.cs" />
109 <Compile Include="src\base\TclToken.cs" />
110 <Compile Include="src\base\TclVarException.cs" />
111 <Compile Include="src\base\TimerHandler.cs" />
112 <Compile Include="src\base\TraceRecord.cs" />
113 <Compile Include="src\base\Util.cs" />
114 <Compile Include="src\base\Var.cs" />
115 <Compile Include="src\base\VarTrace.cs" />
116 <Compile Include="src\base\WrappedCommand.cs" />
117 <Compile Include="src\commands\AfterCmd.cs" />
118 <Compile Include="src\commands\AppendCmd.cs" />
119 <Compile Include="src\commands\ArrayCmd.cs" />
120 <Compile Include="src\commands\BinaryCmd.cs" />
121 <Compile Include="src\commands\BreakCmd.cs" />
122 <Compile Include="src\commands\CaseCmd.cs" />
123 <Compile Include="src\commands\CatchCmd.cs" />
124 <Compile Include="src\commands\CdCmd.cs" />
125 <Compile Include="src\commands\ClockCmd.cs" />
126 <Compile Include="src\commands\CloseCmd.cs" />
127 <Compile Include="src\commands\ConcatCmd.cs" />
128 <Compile Include="src\commands\ContinueCmd.cs" />
129 <Compile Include="src\commands\EncodingCmd.cs" />
130 <Compile Include="src\commands\EofCmd.cs" />
131 <Compile Include="src\commands\ErrorCmd.cs" />
132 <Compile Include="src\commands\EvalCmd.cs" />
133 <Compile Include="src\commands\ExecCmd.cs" />
134 <Compile Include="src\commands\ExitCmd.cs" />
135 <Compile Include="src\commands\ExprCmd.cs" />
136 <Compile Include="src\commands\FblockedCmd.cs" />
137 <Compile Include="src\commands\FconfigureCmd.cs" />
138 <Compile Include="src\commands\FileCmd.cs" />
139 <Compile Include="src\commands\FlushCmd.cs" />
140 <Compile Include="src\commands\ForCmd.cs" />
141 <Compile Include="src\commands\ForeachCmd.cs" />
142 <Compile Include="src\commands\FormatCmd.cs" />
143 <Compile Include="src\commands\GetsCmd.cs" />
144 <Compile Include="src\commands\GlobalCmd.cs" />
145 <Compile Include="src\commands\GlobCmd.cs" />
146 <Compile Include="src\commands\IfCmd.cs" />
147 <Compile Include="src\commands\IncrCmd.cs" />
148 <Compile Include="src\commands\InfoCmd.cs" />
149 <Compile Include="src\commands\InterpAliasCmd.cs" />
150 <Compile Include="src\commands\InterpCmd.cs" />
151 <Compile Include="src\commands\InterpSlaveCmd.cs" />
152 <Compile Include="src\commands\JoinCmd.cs" />
153 <Compile Include="src\commands\LappendCmd.cs" />
154 <Compile Include="src\commands\LindexCmd.cs" />
155 <Compile Include="src\commands\LinsertCmd.cs" />
156 <Compile Include="src\commands\ListCmd.cs" />
157 <Compile Include="src\commands\LlengthCmd.cs" />
158 <Compile Include="src\commands\LrangeCmd.cs" />
159 <Compile Include="src\commands\LreplaceCmd.cs" />
160 <Compile Include="src\commands\LsearchCmd.cs" />
161 <Compile Include="src\commands\LsortCmd.cs" />
162 <Compile Include="src\commands\NamespaceCmd.cs" />
163 <Compile Include="src\commands\OpenCmd.cs" />
164 <Compile Include="src\commands\PackageCmd.cs" />
165 <Compile Include="src\commands\ParseAdaptor.cs" />
166 <Compile Include="src\commands\ProcCmd.cs" />
167 <Compile Include="src\commands\PutsCmd.cs" />
168 <Compile Include="src\commands\PwdCmd.cs" />
169 <Compile Include="src\commands\ReadCmd.cs" />
170 <Compile Include="src\commands\RegexpCmd.cs" />
171 <Compile Include="src\commands\RegsubCmd.cs" />
172 <Compile Include="src\commands\RenameCmd.cs" />
173 <Compile Include="src\commands\ReturnCmd.cs" />
174 <Compile Include="src\commands\ScanCmd.cs" />
175 <Compile Include="src\commands\SeekCmd.cs" />
176 <Compile Include="src\commands\SetCmd.cs" />
177 <Compile Include="src\commands\SocketChannel.cs" />
178 <Compile Include="src\commands\SourceCmd.cs" />
179 <Compile Include="src\commands\SplitCmd.cs" />
180 <Compile Include="src\commands\StdChannel.cs" />
181 <Compile Include="src\commands\StringCmd.cs" />
182 <Compile Include="src\commands\StrtodResult.cs" />
183 <Compile Include="src\commands\StrtoulResult.cs" />
184 <Compile Include="src\commands\SubstCmd.cs" />
185 <Compile Include="src\commands\SwitchCmd.cs" />
186 <Compile Include="src\commands\TellCmd.cs" />
187 <Compile Include="src\commands\TimeCmd.cs" />
188 <Compile Include="src\commands\TraceCmd.cs" />
189 <Compile Include="src\commands\UnsetCmd.cs" />
190 <Compile Include="src\commands\UpdateCmd.cs" />
191 <Compile Include="src\commands\UplevelCmd.cs" />
192 <Compile Include="src\commands\UpvarCmd.cs" />
193 <Compile Include="src\commands\VariableCmd.cs" />
194 <Compile Include="src\commands\VwaitCmd.cs" />
195 <Compile Include="src\commands\WhileCmd.cs" />
196 <Compile Include="src\csTCL.cs" />
197 <Compile Include="src\io\Channel.cs" />
198 <Compile Include="src\io\ChannelBuffer.cs" />
199 <Compile Include="src\io\FileChannel.cs" />
200 <Compile Include="src\io\FileUtil.cs" />
201 <Compile Include="src\io\TclInputStream.cs" />
202 <Compile Include="src\io\TclIO.cs" />
203 <Compile Include="src\io\TclOutputStream.cs" />
204 <Compile Include="src\regexp_brazil\Regexp.cs" />
205 <Compile Include="src\regexp_brazil\Regsub.cs" />
206 <Compile Include="src\SupportClass.cs" />
207 <Compile Include="src\tcl_h.cs" />
208 <Compile Include="src\_tcl_Conversions.cs" />
209 </ItemGroup>
210 <ItemGroup>
211 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
212 <Visible>False</Visible>
213 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
214 <Install>true</Install>
215 </BootstrapperPackage>
216 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
217 <Visible>False</Visible>
218 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
219 <Install>false</Install>
220 </BootstrapperPackage>
221 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
222 <Visible>False</Visible>
223 <ProductName>.NET Framework 3.5</ProductName>
224 <Install>false</Install>
225 </BootstrapperPackage>
226 </ItemGroup>
227 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
228 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
229 Other similar extension points exist, see Microsoft.Common.targets.
230 <Target Name="BeforeBuild">
231 </Target>
232 <Target Name="AfterBuild">
233 </Target>
234 -->
235 </Project>