

The portal aims to simplify the Environment, Social & Governance (ESG) disclosure process by converting data inputs into different reporting frameworks as required under different jurisdictions and purposes. These include interoperable data platforms that can aggregate new and existing sustainability data across multiple sectoral platforms and industry players and enable sharing of the data across different stakeholders.Ĥ MAS will work with the industry to pilot four common utility platforms, with the pilots expected to be completed in the second half of 2022.Ī) Greenprint Common Disclosure Portal, developed in partnership with the Singapore Exchange. Addressing these data gaps will enable financial institutions to direct capital towards sustainability projects in a more scalable way, effectively monitor their sustainability commitments, and quantify the risks and real-world impact of their portfolios.ģ Since the announcement of Project Greenprint last December, MAS has engaged the financial industry and other industry sectors to identify potential digital enablers to address the data challenges. Project Greenprint features three strategic thrusts – Green FinTech Ecosystem Development Greenprint Marketplace and Greenprint Data Platform.Ģ One of the key challenges faced in sustainability financing is the difficulty in accessing high quality, consistent and granular sustainability data. Project Greenprint was launched in December 2020 to harness innovation and technology to promote a green finance ecosystem through helping to mobilise capital, monitor sustainability commitments, and measure impact. Msbuild ABC.Singapore, 9 November 2021… The Monetary Authority of Singapore (MAS) announced today that it will partner the industry to pilot four digital platforms under Project Greenprint, to address the financial sector’s needs for good data on sustainability. Msbuild ABC.sln /target:Build /property:Configuration=Debug Platform=圆4 /verbosity:minimal Msbuild ABC.sln /target:Build /property:Configuration=Release Platform=x86 /verbosity:minimal Now switch the Active solution configuration to Release and define those extra platforms the same way.Īfter you do that you'll be able to build all 3 projects specifying just the solution file in the MSbuild command line: msbuild ABC.sln /target:Build /property:Configuration=Debug Platform=x86 /verbosity:minimal Also make sure that Build checkbox is checked. After you've created them select each one in that same drop-down and make sure that in the list you have Any CPU for your projects A and B and that the project C has correspondingly x86 or 圆4 selected. In the Active solution platforms drop-down there will be option that would allow you to create x86 and 圆4 platforms for the solution. Open the solution in Visual Studio, then open Configuration Manager for the solution. You can make this work if you define a custom build configurations in your solution file. Use Choose element in *.csproj file for detect building via Visual Studio or via MSBuild and use Reference (instead of ProjectReference) for MSBuild. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Ĭ:\Windows\Microsoft.NET\Framework64\v9\(609,5): error : The OutputPath property is not set for project 'B.csproj'. Msbuild C.csproj /target:Build /property:Configuration=Release Platform=圆4 /verbosity:minimalĬ:\Windows\Microsoft.NET\Framework64\v9\(609,5): error : The OutputPath property is not set for project 'A.csproj'. Msbuild C.csproj /target:Build /property:Configuration=Debug Platform=圆4 /verbosity:minimal Msbuild C.csproj /target:Build /property:Configuration=Release Platform=x86 /verbosity:minimal Msbuild C.csproj /target:Build /property:Configuration=Debug Platform=x86 /verbosity:minimal Msbuild B.csproj /target:Build /property:Configuration=Release Platform=An圜PU /verbosity:minimal

Msbuild B.csproj /target:Build /property:Configuration=Debug Platform=An圜PU /verbosity:minimal

Project C have B in dependencies and B have A in dependencies. Project C: Debug|x86, Debug|圆4, Release|x86, Release|圆4.
