root/trunk/AprSharp/test/src/AprTest.prjx

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

Initial import

  • Property svn:eol-style set to native
Line 
1 <Project name="AprTest" description="" newfilesearch="None" enableviewstate="True" version="1.1" projecttype="C#">
2   <Contents>
3     <File name="./Main.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
4     <File name="./AssemblyInfo.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
5   </Contents>
6   <References>
7     <Reference type="Project" refto="Softec" localcopy="True" />
8     <Reference type="Project" refto="AprSharp" localcopy="True" />
9   </References>
10   <DeploymentInformation target="" script="" strategy="File" />
11   <Configuration runwithwarnings="False" name="Debug">
12     <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="True" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" mainclass="" target="Exe" definesymbols="" generatexmldocumentation="False" win32Icon="" />
13     <Execution commandlineparameters="" consolepause="True" />
14     <Output directory="../bin/Debug" assembly="AprTest" executeScript="" executeBeforeBuild="" executeAfterBuild="" />
15   </Configuration>
16   <Configurations active="Debug">
17     <Configuration runwithwarnings="False" name="Debug">
18       <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="True" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" mainclass="" target="Exe" definesymbols="" generatexmldocumentation="False" win32Icon="" />
19       <Execution commandlineparameters="" consolepause="True" />
20       <Output directory="../bin/Debug" assembly="AprTest" executeScript="" executeBeforeBuild="" executeAfterBuild="" />
21     </Configuration>
22     <Configuration runwithwarnings="False" name="Release">
23       <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="4" nowarn="" includedebuginformation="False" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" target="Exe" definesymbols="" generatexmldocumentation="False" win32Icon="" />
24       <Execution commandlineparameters="" consolepause="True" />
25       <Output directory="../bin/Release" assembly="AprTest" executeScript="" executeBeforeBuild="" executeAfterBuild="" />
26     </Configuration>
27   </Configurations>
28 </Project>
Note: See TracBrowser for help on using the browser.