1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProductVersion >9.0.30729</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{6D59D6A8-B8DD-4D9B-9AEF-0897D9165DFC}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >CodeGenerator</RootNamespace >
12
+ <AssemblyName >CodeGenerator</AssemblyName >
13
+ <SccProjectName >SAK</SccProjectName >
14
+ <SccLocalPath >SAK</SccLocalPath >
15
+ <SccAuxPath >SAK</SccAuxPath >
16
+ <SccProvider >SAK</SccProvider >
17
+ <FileUpgradeFlags >
18
+ </FileUpgradeFlags >
19
+ <OldToolsVersion >3.5</OldToolsVersion >
20
+ <UpgradeBackupLocation >
21
+ </UpgradeBackupLocation >
22
+ <TargetFrameworkVersion >v2.0</TargetFrameworkVersion >
23
+ <IsWebBootstrapper >false</IsWebBootstrapper >
24
+ <PublishUrl >publish\</PublishUrl >
25
+ <Install >true</Install >
26
+ <InstallFrom >Disk</InstallFrom >
27
+ <UpdateEnabled >false</UpdateEnabled >
28
+ <UpdateMode >Foreground</UpdateMode >
29
+ <UpdateInterval >7</UpdateInterval >
30
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
31
+ <UpdatePeriodically >false</UpdatePeriodically >
32
+ <UpdateRequired >false</UpdateRequired >
33
+ <MapFileExtensions >true</MapFileExtensions >
34
+ <ApplicationRevision >0</ApplicationRevision >
35
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
36
+ <UseApplicationTrust >false</UseApplicationTrust >
37
+ <BootstrapperEnabled >true</BootstrapperEnabled >
38
+ </PropertyGroup >
39
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
40
+ <DebugSymbols >true</DebugSymbols >
41
+ <DebugType >full</DebugType >
42
+ <Optimize >false</Optimize >
43
+ <OutputPath >bin\Debug\</OutputPath >
44
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
45
+ <ErrorReport >prompt</ErrorReport >
46
+ <WarningLevel >4</WarningLevel >
47
+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
48
+ </PropertyGroup >
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
50
+ <DebugType >pdbonly</DebugType >
51
+ <Optimize >true</Optimize >
52
+ <OutputPath >bin\Release\</OutputPath >
53
+ <DefineConstants >TRACE</DefineConstants >
54
+ <ErrorReport >prompt</ErrorReport >
55
+ <WarningLevel >4</WarningLevel >
56
+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
57
+ </PropertyGroup >
58
+ <ItemGroup >
59
+ <Reference Include =" System" />
60
+ <Reference Include =" System.Data" />
61
+ <Reference Include =" System.Xml" />
62
+ </ItemGroup >
63
+ <ItemGroup >
64
+ <Compile Include =" Class.cs" />
65
+ <Compile Include =" Classes.cs" />
66
+ <Compile Include =" ITemplate.cs" />
67
+ <Compile Include =" Method.cs" />
68
+ <Compile Include =" Properties\AssemblyInfo.cs" />
69
+ </ItemGroup >
70
+ <ItemGroup >
71
+ <ProjectReference Include =" ..\DataBaseManagerInterface\SchemaObjects.csproj" >
72
+ <Project >{3CE96A1E-0D22-448D-9345-098C6E13E050}</Project >
73
+ <Name >SchemaObjects</Name >
74
+ </ProjectReference >
75
+ </ItemGroup >
76
+ <ItemGroup >
77
+ <None Include =" ClassDiagram1.cd" />
78
+ </ItemGroup >
79
+ <ItemGroup >
80
+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
81
+ <Visible >False</Visible >
82
+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
83
+ <Install >false</Install >
84
+ </BootstrapperPackage >
85
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
86
+ <Visible >False</Visible >
87
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
88
+ <Install >true</Install >
89
+ </BootstrapperPackage >
90
+ <BootstrapperPackage Include =" Microsoft.VisualBasic.PowerPacks.10.0" >
91
+ <Visible >False</Visible >
92
+ <ProductName >Microsoft Visual Basic PowerPacks 10.0</ProductName >
93
+ <Install >true</Install >
94
+ </BootstrapperPackage >
95
+ <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
96
+ <Visible >False</Visible >
97
+ <ProductName >Windows Installer 3.1</ProductName >
98
+ <Install >true</Install >
99
+ </BootstrapperPackage >
100
+ </ItemGroup >
101
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
102
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
103
+ Other similar extension points exist, see Microsoft.Common.targets.
104
+ <Target Name="BeforeBuild">
105
+ </Target>
106
+ <Target Name="AfterBuild">
107
+ </Target>
108
+ -->
109
+ </Project >
0 commit comments