1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" 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 >{16D74531-7F85-4384-BF5A-3C0A9A5D4F3E}</ProjectGuid >
9+ <OutputType >WinExe</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >ClipArtViewer</RootNamespace >
12+ <AssemblyName >ClipArtViewer</AssemblyName >
13+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16+ <WarningLevel >4</WarningLevel >
17+ <SccProjectName >SAK</SccProjectName >
18+ <SccLocalPath >SAK</SccLocalPath >
19+ <SccAuxPath >SAK</SccAuxPath >
20+ <SccProvider >SAK</SccProvider >
21+ <FileUpgradeFlags >
22+ </FileUpgradeFlags >
23+ <UpgradeBackupLocation >
24+ </UpgradeBackupLocation >
25+ <OldToolsVersion >3.5</OldToolsVersion >
26+ <PublishUrl >publish\</PublishUrl >
27+ <Install >true</Install >
28+ <InstallFrom >Disk</InstallFrom >
29+ <UpdateEnabled >false</UpdateEnabled >
30+ <UpdateMode >Foreground</UpdateMode >
31+ <UpdateInterval >7</UpdateInterval >
32+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
33+ <UpdatePeriodically >false</UpdatePeriodically >
34+ <UpdateRequired >false</UpdateRequired >
35+ <MapFileExtensions >true</MapFileExtensions >
36+ <ApplicationRevision >0</ApplicationRevision >
37+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
38+ <IsWebBootstrapper >false</IsWebBootstrapper >
39+ <UseApplicationTrust >false</UseApplicationTrust >
40+ <BootstrapperEnabled >true</BootstrapperEnabled >
41+ <TargetFrameworkProfile />
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
44+ <DebugSymbols >true</DebugSymbols >
45+ <DebugType >full</DebugType >
46+ <Optimize >false</Optimize >
47+ <OutputPath >Output\</OutputPath >
48+ <DefineConstants >DEBUG;TRACE</DefineConstants >
49+ <ErrorReport >prompt</ErrorReport >
50+ <WarningLevel >4</WarningLevel >
51+ </PropertyGroup >
52+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
53+ <DebugType >pdbonly</DebugType >
54+ <Optimize >true</Optimize >
55+ <OutputPath >Output\</OutputPath >
56+ <DefineConstants >TRACE</DefineConstants >
57+ <ErrorReport >prompt</ErrorReport >
58+ <WarningLevel >4</WarningLevel >
59+ </PropertyGroup >
60+ <PropertyGroup >
61+ <ApplicationIcon >ClipArtViewer.ico</ApplicationIcon >
62+ </PropertyGroup >
63+ <ItemGroup >
64+ <Reference Include =" System" />
65+ <Reference Include =" System.Core" >
66+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
67+ </Reference >
68+ <Reference Include =" System.Drawing" />
69+ <Reference Include =" System.Windows.Forms" />
70+ <Reference Include =" System.Xaml" />
71+ <Reference Include =" System.Xml.Linq" >
72+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
73+ </Reference >
74+ <Reference Include =" System.Data.DataSetExtensions" >
75+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
76+ </Reference >
77+ <Reference Include =" System.Data" />
78+ <Reference Include =" System.Xml" />
79+ <Reference Include =" WindowsBase" />
80+ <Reference Include =" PresentationCore" />
81+ <Reference Include =" PresentationFramework" />
82+ </ItemGroup >
83+ <ItemGroup >
84+ <ApplicationDefinition Include =" App.xaml" >
85+ <Generator >MSBuild:Compile</Generator >
86+ <SubType >Designer</SubType >
87+ <Generator >MSBuild:Compile</Generator >
88+ <SubType >Designer</SubType >
89+ </ApplicationDefinition >
90+ <Page Include =" DebugForm.xaml" >
91+ <Generator >MSBuild:Compile</Generator >
92+ <SubType >Designer</SubType >
93+ </Page >
94+ <Page Include =" FullSizeForm.xaml" >
95+ <Generator >MSBuild:Compile</Generator >
96+ <SubType >Designer</SubType >
97+ </Page >
98+ <Page Include =" MainWindow.xaml" >
99+ <SubType >Designer</SubType >
100+ <Generator >MSBuild:Compile</Generator >
101+ </Page >
102+ <Page Include =" SizeTypeForm.xaml" >
103+ <SubType >Designer</SubType >
104+ <Generator >MSBuild:Compile</Generator >
105+ </Page >
106+ <Compile Include =" App.xaml.cs" >
107+ <DependentUpon >App.xaml</DependentUpon >
108+ <SubType >Code</SubType >
109+ </Compile >
110+ <Compile Include =" SVGObjectTree.cs" />
111+ <Compile Include =" SVGViewCanvas.cs" />
112+ <Compile Include =" DebugForm.xaml.cs" >
113+ <DependentUpon >DebugForm.xaml</DependentUpon >
114+ </Compile >
115+ <Compile Include =" FullSizeForm.xaml.cs" >
116+ <DependentUpon >FullSizeForm.xaml</DependentUpon >
117+ </Compile >
118+ <Compile Include =" MainWindow.xaml.cs" >
119+ <DependentUpon >MainWindow.xaml</DependentUpon >
120+ </Compile >
121+ <Compile Include =" SizeTypeForm.xaml.cs" >
122+ <DependentUpon >SizeTypeForm.xaml</DependentUpon >
123+ </Compile >
124+ </ItemGroup >
125+ <ItemGroup >
126+ <Compile Include =" Properties\AssemblyInfo.cs" >
127+ <SubType >Code</SubType >
128+ </Compile >
129+ <Compile Include =" Properties\Resources.Designer.cs" >
130+ <AutoGen >True</AutoGen >
131+ <DesignTime >True</DesignTime >
132+ <DependentUpon >Resources.resx</DependentUpon >
133+ </Compile >
134+ <Compile Include =" Properties\Settings.Designer.cs" >
135+ <AutoGen >True</AutoGen >
136+ <DependentUpon >Settings.settings</DependentUpon >
137+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
138+ </Compile >
139+ <EmbeddedResource Include =" Properties\Resources.resx" >
140+ <Generator >ResXFileCodeGenerator</Generator >
141+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
142+ </EmbeddedResource >
143+ <None Include =" app.config" />
144+ <None Include =" Properties\Settings.settings" >
145+ <Generator >SettingsSingleFileGenerator</Generator >
146+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
147+ </None >
148+ <AppDesigner Include =" Properties\" />
149+ </ItemGroup >
150+ <ItemGroup >
151+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
152+ <Visible >False</Visible >
153+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
154+ <Install >false</Install >
155+ </BootstrapperPackage >
156+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
157+ <Visible >False</Visible >
158+ <ProductName >.NET Framework 3.5 SP1</ProductName >
159+ <Install >true</Install >
160+ </BootstrapperPackage >
161+ <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
162+ <Visible >False</Visible >
163+ <ProductName >Windows Installer 3.1</ProductName >
164+ <Install >true</Install >
165+ </BootstrapperPackage >
166+ </ItemGroup >
167+ <ItemGroup >
168+ <ProjectReference Include =" ..\..\Source\SVGImage\DotNetProjects.SVGImage.csproj" >
169+ <Project >{5569522d-5c29-451e-8730-f119f0408bca}</Project >
170+ <Name >DotNetProjects.SVGImage</Name >
171+ </ProjectReference >
172+ </ItemGroup >
173+ <ItemGroup >
174+ <Resource Include =" ClipArtViewer.ico" />
175+ </ItemGroup >
176+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
177+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
178+ Other similar extension points exist, see Microsoft.Common.targets.
179+ <Target Name="BeforeBuild">
180+ </Target>
181+ <Target Name="AfterBuild">
182+ </Target>
183+ -->
184+ </Project >
0 commit comments