3232 <ErrorReport >prompt</ErrorReport >
3333 <WarningLevel >4</WarningLevel >
3434 </PropertyGroup >
35+ <PropertyGroup >
36+ <RunPostBuildEvent >Always</RunPostBuildEvent >
37+ </PropertyGroup >
3538 <ItemGroup >
36- <Reference Include =" KY.Core.Common, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
37- <HintPath >..\packages\KY.Core.Common.4.0.1\lib\netstandard2.0\KY.Core.Common.dll</HintPath >
38- </Reference >
39- <Reference Include =" KY.Core.Meta, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
40- <HintPath >..\packages\KY.Core.Meta.4.0.0\lib\netstandard2.0\KY.Core.Meta.dll</HintPath >
41- </Reference >
42- <Reference Include =" KY.Core.Sql, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
43- <HintPath >..\packages\KY.Core.Sql.4.0.0\lib\netstandard2.0\KY.Core.Sql.dll</HintPath >
44- </Reference >
45- <Reference Include =" KY.Generator.Angular, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
46- <HintPath >..\packages\KY.Generator.Angular.0.8.0\lib\netstandard2.0\KY.Generator.Angular.dll</HintPath >
47- </Reference >
48- <Reference Include =" KY.Generator.AspDotNet, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
49- <HintPath >..\packages\KY.Generator.AspDotNet.0.8.0\lib\netstandard2.0\KY.Generator.AspDotNet.dll</HintPath >
50- </Reference >
51- <Reference Include =" KY.Generator.Core, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
52- <HintPath >..\packages\KY.Generator.Core.0.8.0\lib\netstandard2.0\KY.Generator.Core.dll</HintPath >
53- </Reference >
54- <Reference Include =" KY.Generator.CSharp, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
55- <HintPath >..\packages\KY.Generator.CSharp.0.8.0\lib\netstandard2.0\KY.Generator.CSharp.dll</HintPath >
56- </Reference >
57- <Reference Include =" KY.Generator.OData, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
58- <HintPath >..\packages\KY.Generator.OData.0.8.0\lib\netstandard2.0\KY.Generator.OData.dll</HintPath >
59- </Reference >
60- <Reference Include =" KY.Generator.Reflection, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
61- <HintPath >..\packages\KY.Generator.Reflection.0.8.0\lib\netstandard2.0\KY.Generator.Reflection.dll</HintPath >
62- </Reference >
63- <Reference Include =" KY.Generator.Tsql, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
64- <HintPath >..\packages\KY.Generator.Tsql.0.8.0\lib\netstandard2.0\KY.Generator.Tsql.dll</HintPath >
65- </Reference >
66- <Reference Include =" KY.Generator.TypeScript, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL" >
67- <HintPath >..\packages\KY.Generator.TypeScript.0.8.0\lib\netstandard2.0\KY.Generator.TypeScript.dll</HintPath >
68- </Reference >
69- <Reference Include =" Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
70- <HintPath >..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
71- </Reference >
7239 <Reference Include =" System" />
7340 <Reference Include =" System.Core" />
74- <Reference Include =" System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
75- <HintPath >..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath >
76- <Private >True</Private >
77- <Private >True</Private >
78- </Reference >
79- <Reference Include =" System.Data.SqlClient, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
80- <HintPath >..\packages\System.Data.SqlClient.4.3.0\lib\net46\System.Data.SqlClient.dll</HintPath >
81- </Reference >
8241 <Reference Include =" System.Xml.Linq" />
8342 <Reference Include =" System.Data.DataSetExtensions" />
8443 <Reference Include =" Microsoft.CSharp" />
10059 <Name >KY.Generator.Examples.Reflection</Name >
10160 </ProjectReference >
10261 </ItemGroup >
62+ <ItemGroup >
63+ <Folder Include =" Output\" />
64+ </ItemGroup >
10365 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
10466 <PropertyGroup >
105- <PreBuildEvent >"$(SolutionDir)packages\KY.Generator.CLI.0.8.0\tools\KY.Generator.exe" reflection -assembly="$(TargetDir)KY.Generator.Examples.Reflection.dll" -namespace=KY.Generator.Examples.Reflection -name=ExampleType -relativePath=..\..\..\KY.Generator.Examples.Reflection.Console\Output -language=TypeScript</PreBuildEvent >
67+ <PreBuildEvent >
68+ </PreBuildEvent >
69+ </PropertyGroup >
70+ <PropertyGroup >
71+ <PostBuildEvent >"$(SolutionDir)packages\KY.Generator.CLI.Standalone.0.8.1\tools\KY.Generator.exe" reflection -assembly="$(TargetDir)KY.Generator.Examples.Reflection.dll" -namespace=KY.Generator.Examples.Reflection -name=ExampleType -relativePath=..\..\..\KY.Generator.Examples.Reflection.Console\Output -language=TypeScript -propertiesToFields -formatNames</PostBuildEvent >
10672 </PropertyGroup >
10773</Project >
0 commit comments