mirror of
https://github.com/TechplexEngineer/plexview.git
synced 2026-07-28 06:22:14 +00:00
I wish I could figure out how to have PlexVie be out of the LibOMV tree but its just not working die to a DLL not found exception about libopenjpeg. (Yes the dll is in the bin folder) This will do for now
32 lines
2.6 KiB
Plaintext
32 lines
2.6 KiB
Plaintext
<Project name="PlexView" description="" standardNamespace="PlexView" newfilesearch="None" enableviewstate="True" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
|
|
<Configurations active="Debug">
|
|
<Configuration name="Release" ctype="DotNetProjectConfiguration">
|
|
<Output directory="./../../../bin/" assembly="PlexView" executeScript="" executeBeforeBuild="" executeAfterBuild="" executeBeforeBuildArguments="" executeAfterBuildArguments="" />
|
|
<Build debugmode="True" target="Exe" />
|
|
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
|
|
<CodeGeneration compiler="Csc" warninglevel="4" nowarn="1591,1574,0419,0618" includedebuginformation="False" optimize="True" unsafecodeallowed="True" generateoverflowchecks="False" mainclass="" target="Exe" definesymbols="TRACE" generatexmldocumentation="False" win32Icon="" ctype="CSharpCompilerParameters" />
|
|
</Configuration>
|
|
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
|
|
<Output directory="./../../../bin/" assembly="PlexView" executeScript="" executeBeforeBuild="" executeAfterBuild="" executeBeforeBuildArguments="" executeAfterBuildArguments="" />
|
|
<Build debugmode="True" target="Exe" />
|
|
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
|
|
<CodeGeneration compiler="Csc" warninglevel="4" nowarn="1591,1574,0419,0618" includedebuginformation="True" optimize="False" unsafecodeallowed="True" generateoverflowchecks="False" mainclass="" target="Exe" definesymbols="TRACE;DEBUG" generatexmldocumentation="False" win32Icon="" ctype="CSharpCompilerParameters" />
|
|
</Configuration>
|
|
</Configurations>
|
|
<DeploymentInformation target="" script="" strategy="File">
|
|
<excludeFiles />
|
|
</DeploymentInformation>
|
|
<Contents>
|
|
<File name="./PlexView.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
|
|
<File name="./Program.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
|
|
<File name="./Properties/AssemblyInfo.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
|
|
</Contents>
|
|
<References>
|
|
<ProjectReference type="Gac" localcopy="False" refto="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
<ProjectReference type="Project" localcopy="False" refto="OpenMetaverse" />
|
|
<ProjectReference type="Project" localcopy="False" refto="OpenMetaverseTypes" />
|
|
<ProjectReference type="Project" localcopy="False" refto="OpenMetaverse.Utilities" />
|
|
<ProjectReference type="Project" localcopy="False" refto="OpenMetaverse.StructuredData" />
|
|
</References>
|
|
</Project>
|