diff --git a/2.5DHero.sln b/2.5DHero.sln index 08f299351..1de68df7d 100644 --- a/2.5DHero.sln +++ b/2.5DHero.sln @@ -7,17 +7,26 @@ Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "2.5DHero", "2.5DHero\2.5DHe EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU + DebugJian|Any CPU = DebugJian|Any CPU DebugNoContent|Any CPU = DebugNoContent|Any CPU - Release|Any CPU = Release|Any CPU + DebugStandard|Any CPU = DebugStandard|Any CPU + ReleaseJian|Any CPU = ReleaseJian|Any CPU + ReleaseNoContent|Any CPU = ReleaseNoContent|Any CPU + ReleaseStandard|Any CPU = ReleaseStandard|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.DebugJian|Any CPU.ActiveCfg = DebugJian|Any CPU + {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.DebugJian|Any CPU.Build.0 = DebugJian|Any CPU {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.DebugNoContent|Any CPU.ActiveCfg = DebugNoContent|Any CPU {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.DebugNoContent|Any CPU.Build.0 = DebugNoContent|Any CPU - {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.Release|Any CPU.Build.0 = Release|Any CPU + {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.DebugStandard|Any CPU.ActiveCfg = DebugStandard|Any CPU + {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.DebugStandard|Any CPU.Build.0 = DebugStandard|Any CPU + {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.ReleaseJian|Any CPU.ActiveCfg = ReleaseJian|Any CPU + {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.ReleaseJian|Any CPU.Build.0 = ReleaseJian|Any CPU + {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.ReleaseNoContent|Any CPU.ActiveCfg = ReleaseNoContent|Any CPU + {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.ReleaseNoContent|Any CPU.Build.0 = ReleaseNoContent|Any CPU + {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.ReleaseStandard|Any CPU.ActiveCfg = ReleaseStandard|Any CPU + {2AAF65BE-C81D-4663-ABF4-E2E09B16E12F}.ReleaseStandard|Any CPU.Build.0 = ReleaseStandard|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/2.5DHero/2.5DHero/2.5DHero.vbproj b/2.5DHero/2.5DHero/2.5DHero.vbproj index ce34e5851..3a8b5f151 100644 --- a/2.5DHero/2.5DHero/2.5DHero.vbproj +++ b/2.5DHero/2.5DHero/2.5DHero.vbproj @@ -27,13 +27,13 @@ false My Project\app.manifest - + true bin\DesktopGL\Debug\ DEBUG,TRACE,WINDOWS full - + bin\DesktopGL\Release\ TRACE,WINDOWS true @@ -1727,5 +1727,6 @@ - + + \ No newline at end of file diff --git a/2.5DHero/2.5DHero/MonoGame.Content.Builder.targets b/2.5DHero/2.5DHero/MonoGame.Content.Builder_Jian.targets similarity index 100% rename from 2.5DHero/2.5DHero/MonoGame.Content.Builder.targets rename to 2.5DHero/2.5DHero/MonoGame.Content.Builder_Jian.targets diff --git a/2.5DHero/2.5DHero/MonoGame.Content.Builder_Standard.targets b/2.5DHero/2.5DHero/MonoGame.Content.Builder_Standard.targets new file mode 100644 index 000000000..533f45aae --- /dev/null +++ b/2.5DHero/2.5DHero/MonoGame.Content.Builder_Standard.targets @@ -0,0 +1,109 @@ + + + + + + + + + + + + true + + + + + + + $(ProjectDir)..\2.5DHeroContent\bin\$(MonoGamePlatform) + $(ProjectDir)..\2.5DHeroContent\obj\$(MonoGamePlatform) + + + + /Library/Frameworks/Mono.framework/Versions/Current/bin/mono + /usr/local/bin/mono + /usr/bin/mono + mono + + $(MSBuildExtensionsPath)\MonoGame\v3.0\Tools\MGCB.exe + "$(MonoGameContentBuilderExe)" + $(MonoExe) $(MonoGameContentBuilderCmd) + + Resources\ + Assets\ + + +
/platform:$(MonoGamePlatform) /outputDir:"$(ParentOutputDir)" /intermediateDir:"$(ParentIntermediateDir)" /quiet
+
+ + + + + + + + + + + + + + + + +
+ + + + BuildContent; + $(BuildDependsOn); + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file