root/trunk/AprSharp/dev/src/AprSharp.prjx

Revision 1, 3.5 kB (checked in by DenisG, 3 years ago)

Initial import

  • Property svn:eol-style set to native
Line 
1 <Project name="AprSharp" description="" newfilesearch="None" enableviewstate="True" version="1.1" projecttype="C#">
2   <Contents>
3     <File name="./AssemblyInfo.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
4     <File name="./Apr.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
5     <File name="./AprThreadMutex.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
6     <File name="./AprExceptions" subtype="Directory" buildaction="Compile" dependson="" data="" />
7     <File name="./AprMemory" subtype="Directory" buildaction="Compile" dependson="" data="" />
8     <File name="./AprAllocator.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
9     <File name="./AprMemNode.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
10     <File name="./AprPool.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
11     <File name="./AprArgumentException.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
12     <File name="./AprArgumentNullException.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
13     <File name="./AprArgumentOutOfRangeException.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
14     <File name="./AprException.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
15     <File name="./AprNullReferenceException.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
16     <File name="./AprTime.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
17     <File name="./AprTimeExp.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
18     <File name="./AprString.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
19   </Contents>
20   <References>
21     <Reference type="Project" refto="Softec" localcopy="True" />
22   </References>
23   <DeploymentInformation target="" script="" strategy="File" />
24   <Configuration runwithwarnings="False" name="Debug">
25     <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="True" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" />
26     <Execution commandlineparameters="" consolepause="False" />
27     <Output directory="../bin/Debug" assembly="AprSharp" executeScript="" executeBeforeBuild="" executeAfterBuild="" />
28   </Configuration>
29   <Configurations active="Debug">
30     <Configuration runwithwarnings="False" name="Debug">
31       <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="True" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" />
32       <Execution commandlineparameters="" consolepause="False" />
33       <Output directory="../bin/Debug" assembly="AprSharp" executeScript="" executeBeforeBuild="" executeAfterBuild="" />
34     </Configuration>
35     <Configuration runwithwarnings="False" name="Release">
36       <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="False" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" />
37       <Execution commandlineparameters="" consolepause="False" />
38       <Output directory="../bin/Release" assembly="AprSharp" executeScript="" executeBeforeBuild="" executeAfterBuild="" />
39     </Configuration>
40   </Configurations>
41 </Project>
Note: See TracBrowser for help on using the browser.