Resources.mdp 1.6 KB

1234567891011121314151617181920212223
  1. <Project name="Resources" fileversion="2.0" releaseVersion="0.3.x" newfilesearch="OnLoad" DefaultNamespace="Resources" language="C#" clr-version="Net_2_0" targetFramework="4.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 consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
  7. <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" 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 consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
  13. <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
  14. </Configuration>
  15. </Configurations>
  16. <Contents>
  17. <File subtype="Code" buildaction="Compile" name="DefaultResourceManager.cs" />
  18. <File subtype="Code" buildaction="Compile" name="ResourceManager.cs" />
  19. <File subtype="Code" buildaction="Compile" name="AssemblyInfo.cs" />
  20. <File subtype="Code" buildaction="Nothing" name="Resources.csproj" />
  21. </Contents>
  22. <DeploymentInformation strategy="File" />
  23. </Project>