| 1234567891011121314151617181920212223242526272829 |
- <Project name="Test" description="Creates an empty C# class library" newfilesearch="None" enableviewstate="True" version="1.1" projecttype="C#">
- <Contents>
- <File name=".\AssemblyInfo.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\SoapFormatterTest.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
- <File name=".\main.cs" subtype="Code" buildaction="Nothing" dependson="" data="" />
- </Contents>
- <References>
- <Reference type="Gac" refto="nunit.framework, Version=2.0.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
- <Reference type="Project" refto="SoapFormatter" />
- </References>
- <DeploymentInformation target="" script="" strategy="File" />
- <Configuration runwithwarnings="True" name="Debug">
- <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="0" includedebuginformation="True" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" />
- <Execution commandlineparameters="" consolepause="True" />
- <Output directory="..\" assembly="Test" />
- </Configuration>
- <Configurations active="Debug">
- <Configuration runwithwarnings="True" name="Debug">
- <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="0" includedebuginformation="True" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" />
- <Execution commandlineparameters="" consolepause="True" />
- <Output directory="..\" assembly="Test" />
- </Configuration>
- <Configuration runwithwarnings="True" name="Release">
- <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="0" includedebuginformation="False" optimize="True" unsafecodeallowed="True" generateoverflowchecks="False" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" />
- <Execution commandlineparameters="" consolepause="False" />
- <Output directory=".\" assembly="SoapFormatterTest" />
- </Configuration>
- </Configurations>
- </Project>
|