1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 3.5" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
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 >{A7D135B5-3D2D-4E1D-80F7-CF37CC367A6F}</ProjectGuid >
9+ <OutputType >WinExe</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >CodeGenerator.MVP</RootNamespace >
12+ <AssemblyName >CodeGenerator.MVP</AssemblyName >
13+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16+ <WarningLevel >4</WarningLevel >
17+ <ManifestCertificateThumbprint >B86039CA80B98BED1E1B5867B2710CA2AD6B534A</ManifestCertificateThumbprint >
18+ <ManifestKeyFile >SPCreator_TemporaryKey.pfx</ManifestKeyFile >
19+ <GenerateManifests >true</GenerateManifests >
20+ <SignManifests >false</SignManifests >
21+ <IsWebBootstrapper >true</IsWebBootstrapper >
22+ <ApplicationIcon >
23+ </ApplicationIcon >
24+ <SignAssembly >false</SignAssembly >
25+ <AssemblyOriginatorKeyFile >
26+ </AssemblyOriginatorKeyFile >
27+ <SccProjectName >
28+ </SccProjectName >
29+ <SccLocalPath >
30+ </SccLocalPath >
31+ <SccAuxPath >
32+ </SccAuxPath >
33+ <SccProvider >
34+ </SccProvider >
35+ <PublishUrl >http://localhost/CodeGenerator/</PublishUrl >
36+ <Install >true</Install >
37+ <InstallFrom >Web</InstallFrom >
38+ <UpdateEnabled >true</UpdateEnabled >
39+ <UpdateMode >Background</UpdateMode >
40+ <UpdateInterval >7</UpdateInterval >
41+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
42+ <UpdatePeriodically >true</UpdatePeriodically >
43+ <UpdateRequired >false</UpdateRequired >
44+ <MapFileExtensions >true</MapFileExtensions >
45+ <ApplicationRevision >0</ApplicationRevision >
46+ <ApplicationVersion >1.0.0.0</ApplicationVersion >
47+ <UseApplicationTrust >false</UseApplicationTrust >
48+ <PublishWizardCompleted >true</PublishWizardCompleted >
49+ <BootstrapperEnabled >true</BootstrapperEnabled >
50+ </PropertyGroup >
51+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
52+ <DebugSymbols >true</DebugSymbols >
53+ <DebugType >full</DebugType >
54+ <Optimize >false</Optimize >
55+ <OutputPath >bin\Debug\</OutputPath >
56+ <DefineConstants >DEBUG;TRACE</DefineConstants >
57+ <ErrorReport >prompt</ErrorReport >
58+ <WarningLevel >4</WarningLevel >
59+ </PropertyGroup >
60+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
61+ <DebugType >pdbonly</DebugType >
62+ <Optimize >true</Optimize >
63+ <OutputPath >bin\Release\</OutputPath >
64+ <DefineConstants >TRACE</DefineConstants >
65+ <ErrorReport >prompt</ErrorReport >
66+ <WarningLevel >4</WarningLevel >
67+ </PropertyGroup >
68+ <ItemGroup >
69+ <Reference Include =" System" />
70+ <Reference Include =" System.configuration" />
71+ <Reference Include =" System.Core" >
72+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
73+ </Reference >
74+ <Reference Include =" System.Web.Extensions" >
75+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
76+ </Reference >
77+ <Reference Include =" System.Xml.Linq" >
78+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
79+ </Reference >
80+ <Reference Include =" System.Data.DataSetExtensions" >
81+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
82+ </Reference >
83+ <Reference Include =" System.Data" />
84+ <Reference Include =" System.Xml" />
85+ <Reference Include =" WindowsBase" />
86+ <Reference Include =" PresentationCore" />
87+ <Reference Include =" PresentationFramework" />
88+ </ItemGroup >
89+ <ItemGroup >
90+ <ApplicationDefinition Include =" App.xaml" >
91+ <Generator >MSBuild:Compile</Generator >
92+ <SubType >Designer</SubType >
93+ </ApplicationDefinition >
94+ <Page Include =" SPCreatorUI.xaml" >
95+ <Generator >MSBuild:Compile</Generator >
96+ <SubType >Designer</SubType >
97+ </Page >
98+ <Compile Include =" App.xaml.cs" >
99+ <DependentUpon >App.xaml</DependentUpon >
100+ <SubType >Code</SubType >
101+ </Compile >
102+ <Compile Include =" SPCreatorUI.xaml.cs" >
103+ <DependentUpon >SPCreatorUI.xaml</DependentUpon >
104+ <SubType >Code</SubType >
105+ </Compile >
106+ </ItemGroup >
107+ <ItemGroup >
108+ <Compile Include =" Properties\AssemblyInfo.cs" >
109+ <SubType >Code</SubType >
110+ </Compile >
111+ <Compile Include =" Properties\Resources.Designer.cs" >
112+ <AutoGen >True</AutoGen >
113+ <DesignTime >True</DesignTime >
114+ <DependentUpon >Resources.resx</DependentUpon >
115+ </Compile >
116+ <Compile Include =" Properties\Settings.Designer.cs" >
117+ <AutoGen >True</AutoGen >
118+ <DependentUpon >Settings.settings</DependentUpon >
119+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
120+ </Compile >
121+ <Compile Include =" DAL\SPCreatorDAL.cs" />
122+ <Compile Include =" Util\ObjectBuilderBase.cs" />
123+ <Compile Include =" Util\ObjectBuilderOracle.cs" />
124+ <Compile Include =" Util\ObjectBuilderSqlServer.cs" />
125+ <Compile Include =" Util\IObjectBuilder.cs" />
126+ <Compile Include =" Util\DbBuilderSqlServer.cs" />
127+ <Compile Include =" Util\DbBuilderOracle.cs" />
128+ <Compile Include =" Util\IDbBuilder.cs" />
129+ <Compile Include =" Util\Utility.cs" />
130+ <EmbeddedResource Include =" Properties\Resources.resx" >
131+ <Generator >ResXFileCodeGenerator</Generator >
132+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
133+ <SubType >Designer</SubType >
134+ </EmbeddedResource >
135+ <None Include =" App.config" />
136+ <None Include =" Properties\Settings.settings" >
137+ <Generator >SettingsSingleFileGenerator</Generator >
138+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
139+ </None >
140+ <AppDesigner Include =" Properties\" />
141+ </ItemGroup >
142+ <ItemGroup >
143+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
144+ <Visible >False</Visible >
145+ <ProductName >.NET Framework Client Profile</ProductName >
146+ <Install >false</Install >
147+ </BootstrapperPackage >
148+ <BootstrapperPackage Include =" Microsoft.Net.Framework.2.0" >
149+ <Visible >False</Visible >
150+ <ProductName >.NET Framework 2.0 %28x86%29</ProductName >
151+ <Install >false</Install >
152+ </BootstrapperPackage >
153+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.0" >
154+ <Visible >False</Visible >
155+ <ProductName >.NET Framework 3.0 %28x86%29</ProductName >
156+ <Install >false</Install >
157+ </BootstrapperPackage >
158+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5" >
159+ <Visible >False</Visible >
160+ <ProductName >.NET Framework 3.5</ProductName >
161+ <Install >true</Install >
162+ </BootstrapperPackage >
163+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
164+ <Visible >False</Visible >
165+ <ProductName >.NET Framework 3.5 SP1</ProductName >
166+ <Install >false</Install >
167+ </BootstrapperPackage >
168+ <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
169+ <Visible >False</Visible >
170+ <ProductName >Windows Installer 3.1</ProductName >
171+ <Install >true</Install >
172+ </BootstrapperPackage >
173+ </ItemGroup >
174+ <ItemGroup >
175+ <PublishFile Include =" SPCreator.exe.manifest" >
176+ <Visible >False</Visible >
177+ <Group >
178+ </Group >
179+ <TargetPath >
180+ </TargetPath >
181+ <PublishState >Auto</PublishState >
182+ <IncludeHash >False</IncludeHash >
183+ <FileType >ManifestEntryPoint</FileType >
184+ </PublishFile >
185+ </ItemGroup >
186+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
187+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
188+ Other similar extension points exist, see Microsoft.Common.targets.
189+ <Target Name="BeforeBuild">
190+ </Target>
191+ <Target Name="AfterBuild">
192+ </Target>
193+ -->
194+ </Project >
0 commit comments