1- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2- < Project DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " ToolsVersion = " 12.0 " >
1+ <Project Sdk = " Microsoft.NET.Sdk " >
2+ < Import Project = " ../NHibernate.Mapping.Attributes.props " / >
33 <PropertyGroup >
4- <ProjectType >Local</ProjectType >
5- <ProductVersion >9.0.30729</ProductVersion >
6- <SchemaVersion >2.0</SchemaVersion >
7- <ProjectGuid >{22CADD56-EF07-4040-A171-BC5A3AB896FD}</ProjectGuid >
8- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
10- <ApplicationIcon >App.ico</ApplicationIcon >
11- <AssemblyKeyContainerName >
12- </AssemblyKeyContainerName >
13- <AssemblyName >NHibernate.Mapping.Attributes.Generator</AssemblyName >
14- <AssemblyOriginatorKeyFile >
15- </AssemblyOriginatorKeyFile >
16- <DefaultClientScript >JScript</DefaultClientScript >
17- <DefaultHTMLPageLayout >Grid</DefaultHTMLPageLayout >
18- <DefaultTargetSchema >IE50</DefaultTargetSchema >
19- <DelaySign >false</DelaySign >
4+ <Product >NHibernate.Mapping.Attributes.Generator</Product >
5+ <Description >NHibernate.Mapping.Attributes code generator.</Description >
6+ <TargetFramework >net461</TargetFramework >
207 <OutputType >Exe</OutputType >
21- <RootNamespace >NHibernate.Mapping.Attributes.Generator</RootNamespace >
22- <RunPostBuildEvent >OnBuildSuccess</RunPostBuildEvent >
23- <StartupObject >
24- </StartupObject >
25- <FileUpgradeFlags >
26- </FileUpgradeFlags >
27- <UpgradeBackupLocation >
28- </UpgradeBackupLocation >
29- <OldToolsVersion >3.5</OldToolsVersion >
30- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
31- <TargetFrameworkProfile />
32- <PublishUrl >publish\</PublishUrl >
33- <Install >true</Install >
34- <InstallFrom >Disk</InstallFrom >
35- <UpdateEnabled >false</UpdateEnabled >
36- <UpdateMode >Foreground</UpdateMode >
37- <UpdateInterval >7</UpdateInterval >
38- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
39- <UpdatePeriodically >false</UpdatePeriodically >
40- <UpdateRequired >false</UpdateRequired >
41- <MapFileExtensions >true</MapFileExtensions >
42- <ApplicationRevision >0</ApplicationRevision >
43- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
44- <IsWebBootstrapper >false</IsWebBootstrapper >
45- <UseApplicationTrust >false</UseApplicationTrust >
46- <BootstrapperEnabled >true</BootstrapperEnabled >
47- </PropertyGroup >
48- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
49- <OutputPath >bin\Debug\</OutputPath >
50- <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
51- <BaseAddress >285212672</BaseAddress >
52- <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
53- <ConfigurationOverrideFile >
54- </ConfigurationOverrideFile >
55- <DefineConstants >DEBUG;TRACE</DefineConstants >
56- <DocumentationFile >
57- </DocumentationFile >
58- <DebugSymbols >true</DebugSymbols >
59- <FileAlignment >4096</FileAlignment >
60- <NoStdLib >false</NoStdLib >
61- <NoWarn >
62- </NoWarn >
63- <Optimize >false</Optimize >
64- <RegisterForComInterop >false</RegisterForComInterop >
65- <RemoveIntegerChecks >false</RemoveIntegerChecks >
66- <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
67- <WarningLevel >4</WarningLevel >
68- <DebugType >full</DebugType >
69- <ErrorReport >prompt</ErrorReport >
70- </PropertyGroup >
71- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
72- <OutputPath >bin\Release\</OutputPath >
73- <AllowUnsafeBlocks >false</AllowUnsafeBlocks >
74- <BaseAddress >285212672</BaseAddress >
75- <CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
76- <ConfigurationOverrideFile >
77- </ConfigurationOverrideFile >
78- <DefineConstants >TRACE</DefineConstants >
79- <DocumentationFile >
80- </DocumentationFile >
81- <DebugSymbols >false</DebugSymbols >
82- <FileAlignment >4096</FileAlignment >
83- <NoStdLib >false</NoStdLib >
84- <NoWarn >
85- </NoWarn >
86- <Optimize >true</Optimize >
87- <RegisterForComInterop >false</RegisterForComInterop >
88- <RemoveIntegerChecks >false</RemoveIntegerChecks >
89- <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
90- <WarningLevel >4</WarningLevel >
91- <DebugType >none</DebugType >
92- <ErrorReport >prompt</ErrorReport >
8+ <AssemblyName >NHibernate.Mapping.Attributes.Generator</AssemblyName >
9+ <IsPackable >false</IsPackable >
10+ <ApplicationIcon >App.ico</ApplicationIcon >
9311 </PropertyGroup >
9412 <ItemGroup >
95- <Reference Include =" log4net" >
96- <HintPath >..\..\lib\net\4.0\log4net.dll</HintPath >
97- </Reference >
98- <Reference Include =" System" >
99- <Name >System</Name >
100- </Reference >
101- <Reference Include =" System.Data" >
102- <Name >System.Data</Name >
103- </Reference >
104- <Reference Include =" System.Xml" >
105- <Name >System.XML</Name >
106- </Reference >
107- <ProjectReference Include =" ..\Refly\Refly.csproj" >
108- <Name >Refly</Name >
109- <Project >{53086B22-3A6C-4017-ADB7-F22BF49FFF58}</Project >
110- </ProjectReference >
111- </ItemGroup >
112- <ItemGroup >
113- <None Include =" app.config" />
114- <Content Include =" App.ico" />
115- <Compile Include =" AssemblyInfo.cs" >
116- <SubType >Code</SubType >
117- </Compile >
118- <Compile Include =" AttributeAndEnumGenerator.cs" >
119- <SubType >Code</SubType >
120- </Compile >
121- <Compile Include =" HbmWriterGenerator.cs" >
122- <SubType >Code</SubType >
123- </Compile >
124- <Compile Include =" Program.cs" >
125- <SubType >Code</SubType >
126- </Compile >
127- <Compile Include =" Utils.cs" >
128- <SubType >Code</SubType >
129- </Compile >
130- <None Include =" packages.config" />
13+ <ProjectReference Include =" ..\Refly\Refly.csproj" />
13114 </ItemGroup >
13215 <ItemGroup >
133- <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
134- <Visible >False</Visible >
135- <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
136- <Install >false</Install >
137- </BootstrapperPackage >
138- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
139- <Visible >False</Visible >
140- <ProductName >.NET Framework 3.5 SP1</ProductName >
141- <Install >true</Install >
142- </BootstrapperPackage >
16+ <PackageReference Include =" log4net" Version =" 2.0.8" />
14317 </ItemGroup >
144- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
145- <PropertyGroup >
146- <PreBuildEvent >
147- </PreBuildEvent >
148- <PostBuildEvent >
149- </PostBuildEvent >
150- </PropertyGroup >
15118</Project >
0 commit comments