1234567891011121314151617181920212223 |
- <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">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../bin/Debug" assembly="Resources" />
- <Build debugmode="True" target="Library" />
- <Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="../bin/Release" assembly="Resources" />
- <Build debugmode="False" target="Library" />
- <Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File subtype="Code" buildaction="Compile" name="DefaultResourceManager.cs" />
- <File subtype="Code" buildaction="Compile" name="ResourceManager.cs" />
- <File subtype="Code" buildaction="Compile" name="AssemblyInfo.cs" />
- <File subtype="Code" buildaction="Nothing" name="Resources.csproj" />
- </Contents>
- <DeploymentInformation strategy="File" />
- </Project>
|