From emmanuil.tsagarakis at gmail.com Fri Dec 8 05:44:29 2023 From: emmanuil.tsagarakis at gmail.com (Emmanuil Tsagarakis) Date: Fri Dec 8 05:35:30 2023 Subject: [xsd-users] xsd v4.2 - etc folder - Visual Studio xsd mapping rules files Message-ID: Hello, Does anyone know about the missing etc folder from v4.2 installation? Where did the visual studio xsd mapping rules files (that used to be in etc folder) go in the latest version? - xsd-cxx-tree.props - xsd-cxx-tree.targets - xsd-cxx-tree.xml Thank you Emmanuil From boris at codesynthesis.com Fri Dec 8 06:08:28 2023 From: boris at codesynthesis.com (Boris Kolpackov) Date: Fri Dec 8 05:59:00 2023 Subject: [xsd-users] xsd v4.2 - etc folder - Visual Studio xsd mapping rules files In-Reply-To: References: Message-ID: Emmanuil Tsagarakis writes: > Does anyone know about the missing etc folder from v4.2 installation? > > Where did the visual studio xsd mapping rules files (that used to be in etc > folder) go in the latest version? > > - xsd-cxx-tree.props > - xsd-cxx-tree.targets > - xsd-cxx-tree.xml Unfortunately, we don't have the resources to maintain this sort of per-IDE projects/solutions and/or integrations so all of this has been dropped in the 4.2 release. But you can still find the old files in the git repository: https://git.codesynthesis.com/cgit/xsd/xsd/tree/dist?h=4.0.0 From emmanuil.tsagarakis at gmail.com Fri Dec 8 12:31:59 2023 From: emmanuil.tsagarakis at gmail.com (Emmanuil Tsagarakis) Date: Fri Dec 8 12:23:02 2023 Subject: [xsd-users] xsd v4.2 - etc folder - Visual Studio xsd mapping rules files In-Reply-To: References: Message-ID: Thanks, I'll check it out. On Fri, Dec 8, 2023 at 1:08?PM Boris Kolpackov wrote: > Emmanuil Tsagarakis writes: > > > Does anyone know about the missing etc folder from v4.2 installation? > > > > Where did the visual studio xsd mapping rules files (that used to be in > etc > > folder) go in the latest version? > > > > - xsd-cxx-tree.props > > - xsd-cxx-tree.targets > > - xsd-cxx-tree.xml > > Unfortunately, we don't have the resources to maintain this sort > of per-IDE projects/solutions and/or integrations so all of this > has been dropped in the 4.2 release. But you can still find the > old files in the git repository: > > https://git.codesynthesis.com/cgit/xsd/xsd/tree/dist?h=4.0.0 >