Test.prjx 2.2 KB

1234567891011121314151617181920212223242526272829
  1. <Project name="Test" description="Creates an empty C# class library" 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=".\SoapFormatterTest.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
  5. <File name=".\main.cs" subtype="Code" buildaction="Nothing" dependson="" data="" />
  6. </Contents>
  7. <References>
  8. <Reference type="Gac" refto="nunit.framework, Version=2.0.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
  9. <Reference type="Project" refto="SoapFormatter" />
  10. </References>
  11. <DeploymentInformation target="" script="" strategy="File" />
  12. <Configuration runwithwarnings="True" name="Debug">
  13. <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="0" includedebuginformation="True" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" />
  14. <Execution commandlineparameters="" consolepause="True" />
  15. <Output directory="..\" assembly="Test" />
  16. </Configuration>
  17. <Configurations active="Debug">
  18. <Configuration runwithwarnings="True" name="Debug">
  19. <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="0" includedebuginformation="True" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" />
  20. <Execution commandlineparameters="" consolepause="True" />
  21. <Output directory="..\" assembly="Test" />
  22. </Configuration>
  23. <Configuration runwithwarnings="True" name="Release">
  24. <CodeGeneration runtime="MsNet" compiler="Csc" warninglevel="0" includedebuginformation="False" optimize="True" unsafecodeallowed="True" generateoverflowchecks="False" mainclass="" target="Library" definesymbols="" generatexmldocumentation="False" win32Icon="" />
  25. <Execution commandlineparameters="" consolepause="False" />
  26. <Output directory=".\" assembly="SoapFormatterTest" />
  27. </Configuration>
  28. </Configurations>
  29. </Project>