Resources.mdp 1.5 KB

12345678910111213141516171819202122232425
  1. <Project name="Resources" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
  2. <Configurations active="Debug">
  3. <Configuration name="Debug" ctype="DotNetProjectConfiguration">
  4. <Output directory="../bin/Debug" assembly="Resources" />
  5. <Build debugmode="True" target="Library" />
  6. <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
  7. <CodeGeneration compiler="Csc" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
  8. </Configuration>
  9. <Configuration name="Release" ctype="DotNetProjectConfiguration">
  10. <Output directory="../bin/Release" assembly="Resources" />
  11. <Build debugmode="False" target="Library" />
  12. <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
  13. <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
  14. </Configuration>
  15. </Configurations>
  16. <DeployTargets />
  17. <Contents>
  18. <File name="./DefaultResourceManager.cs" subtype="Code" buildaction="Compile" />
  19. <File name="./ResourceManager.cs" subtype="Code" buildaction="Compile" />
  20. </Contents>
  21. <References />
  22. <DeploymentInformation strategy="File">
  23. <excludeFiles />
  24. </DeploymentInformation>
  25. </Project>