[12762] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="12.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>{514A1E9D-0900-46A5-8073-F3C9CB2AAEE3}</ProjectGuid>
|
---|
| 9 | <OutputType>WinExe</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>WpfTestSvgSample</RootNamespace>
|
---|
| 12 | <AssemblyName>WpfTestSvgSample</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 | <StartupObject>
|
---|
| 18 | </StartupObject>
|
---|
| 19 | <ApplicationIcon>App.ico</ApplicationIcon>
|
---|
| 20 | <SccProjectName>SAK</SccProjectName>
|
---|
| 21 | <SccLocalPath>SAK</SccLocalPath>
|
---|
| 22 | <SccAuxPath>SAK</SccAuxPath>
|
---|
| 23 | <SccProvider>SAK</SccProvider>
|
---|
| 24 | <FileUpgradeFlags>
|
---|
| 25 | </FileUpgradeFlags>
|
---|
| 26 | <UpgradeBackupLocation>
|
---|
| 27 | </UpgradeBackupLocation>
|
---|
| 28 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 29 | </PropertyGroup>
|
---|
| 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 31 | <DebugSymbols>true</DebugSymbols>
|
---|
| 32 | <DebugType>full</DebugType>
|
---|
| 33 | <Optimize>false</Optimize>
|
---|
| 34 | <OutputPath>Output\</OutputPath>
|
---|
| 35 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 36 | <ErrorReport>prompt</ErrorReport>
|
---|
| 37 | <WarningLevel>4</WarningLevel>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 40 | <DebugType>pdbonly</DebugType>
|
---|
| 41 | <Optimize>true</Optimize>
|
---|
| 42 | <OutputPath>Output\</OutputPath>
|
---|
| 43 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 44 | <ErrorReport>prompt</ErrorReport>
|
---|
| 45 | <WarningLevel>4</WarningLevel>
|
---|
| 46 | </PropertyGroup>
|
---|
[12830] | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 48 | <DebugSymbols>true</DebugSymbols>
|
---|
| 49 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 50 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 51 | <DebugType>full</DebugType>
|
---|
| 52 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 53 | <ErrorReport>prompt</ErrorReport>
|
---|
| 54 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 55 | </PropertyGroup>
|
---|
| 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 57 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 58 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 59 | <Optimize>true</Optimize>
|
---|
| 60 | <DebugType>pdbonly</DebugType>
|
---|
| 61 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 62 | <ErrorReport>prompt</ErrorReport>
|
---|
| 63 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 64 | </PropertyGroup>
|
---|
[12762] | 65 | <ItemGroup>
|
---|
| 66 | <Reference Include="Accessibility" />
|
---|
| 67 | <Reference Include="ICSharpCode.AvalonEdit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
|
---|
| 68 | <SpecificVersion>False</SpecificVersion>
|
---|
| 69 | <HintPath>..\ICSharpCode.AvalonEdit.dll</HintPath>
|
---|
| 70 | </Reference>
|
---|
| 71 | <Reference Include="ReachFramework">
|
---|
| 72 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 73 | </Reference>
|
---|
| 74 | <Reference Include="System" />
|
---|
| 75 | <Reference Include="System.Core">
|
---|
| 76 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 77 | </Reference>
|
---|
| 78 | <Reference Include="System.Printing">
|
---|
| 79 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 80 | </Reference>
|
---|
| 81 | <Reference Include="System.Windows.Forms" />
|
---|
| 82 | <Reference Include="System.Xml.Linq">
|
---|
| 83 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 84 | </Reference>
|
---|
| 85 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 86 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 87 | </Reference>
|
---|
| 88 | <Reference Include="System.Data" />
|
---|
| 89 | <Reference Include="System.Xml" />
|
---|
| 90 | <Reference Include="UIAutomationProvider">
|
---|
| 91 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 92 | </Reference>
|
---|
| 93 | <Reference Include="WindowsBase">
|
---|
| 94 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 95 | </Reference>
|
---|
| 96 | <Reference Include="PresentationCore">
|
---|
| 97 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 98 | </Reference>
|
---|
| 99 | <Reference Include="PresentationFramework">
|
---|
| 100 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 101 | </Reference>
|
---|
| 102 | </ItemGroup>
|
---|
| 103 | <ItemGroup>
|
---|
| 104 | <ApplicationDefinition Include="App.xaml">
|
---|
| 105 | <Generator>MSBuild:Compile</Generator>
|
---|
| 106 | <SubType>Designer</SubType>
|
---|
| 107 | <Generator>MSBuild:Compile</Generator>
|
---|
| 108 | <SubType>Designer</SubType>
|
---|
| 109 | </ApplicationDefinition>
|
---|
| 110 | <Page Include="DrawingPage.xaml">
|
---|
| 111 | <Generator>MSBuild:Compile</Generator>
|
---|
| 112 | <SubType>Designer</SubType>
|
---|
| 113 | <Generator>MSBuild:Compile</Generator>
|
---|
| 114 | <SubType>Designer</SubType>
|
---|
| 115 | </Page>
|
---|
| 116 | <Page Include="MainWindow.xaml">
|
---|
| 117 | <Generator>MSBuild:Compile</Generator>
|
---|
| 118 | <SubType>Designer</SubType>
|
---|
| 119 | <Generator>MSBuild:Compile</Generator>
|
---|
| 120 | <SubType>Designer</SubType>
|
---|
| 121 | </Page>
|
---|
| 122 | <Page Include="PrintPreviewWindow.xaml">
|
---|
| 123 | <SubType>Designer</SubType>
|
---|
| 124 | <Generator>MSBuild:Compile</Generator>
|
---|
| 125 | <Generator>MSBuild:Compile</Generator>
|
---|
| 126 | <SubType>Designer</SubType>
|
---|
| 127 | </Page>
|
---|
| 128 | <Page Include="SvgPage.xaml">
|
---|
| 129 | <Generator>MSBuild:Compile</Generator>
|
---|
| 130 | <SubType>Designer</SubType>
|
---|
| 131 | <Generator>MSBuild:Compile</Generator>
|
---|
| 132 | <SubType>Designer</SubType>
|
---|
| 133 | </Page>
|
---|
| 134 | <Page Include="XamlPage.xaml">
|
---|
| 135 | <Generator>MSBuild:Compile</Generator>
|
---|
| 136 | <SubType>Designer</SubType>
|
---|
| 137 | <Generator>MSBuild:Compile</Generator>
|
---|
| 138 | <SubType>Designer</SubType>
|
---|
| 139 | </Page>
|
---|
| 140 | <Compile Include="App.xaml.cs">
|
---|
| 141 | <DependentUpon>App.xaml</DependentUpon>
|
---|
| 142 | <SubType>Code</SubType>
|
---|
| 143 | </Compile>
|
---|
| 144 | <Compile Include="MainWindow.xaml.cs">
|
---|
| 145 | <DependentUpon>MainWindow.xaml</DependentUpon>
|
---|
| 146 | <SubType>Code</SubType>
|
---|
| 147 | </Compile>
|
---|
| 148 | </ItemGroup>
|
---|
| 149 | <ItemGroup>
|
---|
| 150 | <Compile Include="DrawingPage.xaml.cs">
|
---|
| 151 | <DependentUpon>DrawingPage.xaml</DependentUpon>
|
---|
| 152 | </Compile>
|
---|
| 153 | <Compile Include="MouseHandlingMode.cs" />
|
---|
| 154 | <Compile Include="PrintPreviewWindow.xaml.cs">
|
---|
| 155 | <DependentUpon>PrintPreviewWindow.xaml</DependentUpon>
|
---|
| 156 | </Compile>
|
---|
| 157 | <Compile Include="Properties\AssemblyInfo.cs">
|
---|
| 158 | <SubType>Code</SubType>
|
---|
| 159 | </Compile>
|
---|
| 160 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 161 | <AutoGen>True</AutoGen>
|
---|
| 162 | <DesignTime>True</DesignTime>
|
---|
| 163 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 164 | </Compile>
|
---|
| 165 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 166 | <AutoGen>True</AutoGen>
|
---|
| 167 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 168 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 169 | </Compile>
|
---|
| 170 | <Compile Include="ScaleToPercentConverter.cs" />
|
---|
| 171 | <Compile Include="SvgPage.xaml.cs">
|
---|
| 172 | <DependentUpon>SvgPage.xaml</DependentUpon>
|
---|
| 173 | </Compile>
|
---|
| 174 | <Compile Include="XamlPage.xaml.cs">
|
---|
| 175 | <DependentUpon>XamlPage.xaml</DependentUpon>
|
---|
| 176 | </Compile>
|
---|
| 177 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 178 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 179 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 180 | </EmbeddedResource>
|
---|
| 181 | <None Include="Properties\Settings.settings">
|
---|
| 182 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 183 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 184 | </None>
|
---|
| 185 | <AppDesigner Include="Properties\" />
|
---|
| 186 | </ItemGroup>
|
---|
| 187 | <ItemGroup>
|
---|
| 188 | <ProjectReference Include="..\SharpVectorConverters\SharpVectors.Converters.csproj">
|
---|
| 189 | <Project>{E8056611-E49C-4BC3-A682-A629D5CEC11C}</Project>
|
---|
| 190 | <Name>SharpVectors.Converters</Name>
|
---|
| 191 | </ProjectReference>
|
---|
| 192 | <ProjectReference Include="..\SharpVectorCore\SharpVectors.Core.csproj">
|
---|
| 193 | <Project>{D6BB65FC-240E-4241-B2ED-A7FB3F13E978}</Project>
|
---|
| 194 | <Name>SharpVectors.Core</Name>
|
---|
| 195 | </ProjectReference>
|
---|
| 196 | <ProjectReference Include="..\SharpVectorCss\SharpVectors.Css.csproj">
|
---|
| 197 | <Project>{351B0A6E-2F6B-497A-844B-DCB5A502FB0D}</Project>
|
---|
| 198 | <Name>SharpVectors.Css</Name>
|
---|
| 199 | </ProjectReference>
|
---|
| 200 | <ProjectReference Include="..\SharpVectorDom\SharpVectors.Dom.csproj">
|
---|
| 201 | <Project>{FE34CBC0-D23C-4A95-BA64-83A031814010}</Project>
|
---|
| 202 | <Name>SharpVectors.Dom</Name>
|
---|
| 203 | </ProjectReference>
|
---|
| 204 | <ProjectReference Include="..\SharpVectorModel\SharpVectors.Model.csproj">
|
---|
| 205 | <Project>{5D336F48-3FB9-4382-B4B9-06974C764007}</Project>
|
---|
| 206 | <Name>SharpVectors.Model</Name>
|
---|
| 207 | </ProjectReference>
|
---|
| 208 | <ProjectReference Include="..\SharpVectorRenderingWpf\SharpVectors.Rendering.Wpf.csproj">
|
---|
| 209 | <Project>{A2576CE0-E492-490F-97E9-C0E7ABAFAF27}</Project>
|
---|
| 210 | <Name>SharpVectors.Rendering.Wpf</Name>
|
---|
| 211 | </ProjectReference>
|
---|
| 212 | <ProjectReference Include="..\SharpVectorRuntime\SharpVectors.Runtime.csproj">
|
---|
| 213 | <Project>{2CD52982-A1C2-4A14-9D69-D64719357216}</Project>
|
---|
| 214 | <Name>SharpVectors.Runtime</Name>
|
---|
| 215 | </ProjectReference>
|
---|
| 216 | </ItemGroup>
|
---|
| 217 | <ItemGroup>
|
---|
| 218 | <Resource Include="Images\Copy.png" />
|
---|
| 219 | <Resource Include="Images\Cut.png" />
|
---|
| 220 | <Resource Include="Images\Delete.png" />
|
---|
| 221 | <Resource Include="Images\Open.png" />
|
---|
| 222 | <Resource Include="Images\Paste.png" />
|
---|
| 223 | <Resource Include="Images\Redo.png" />
|
---|
| 224 | <Resource Include="Images\Save.png" />
|
---|
| 225 | <Resource Include="Images\Undo.png" />
|
---|
| 226 | <Resource Include="Images\WordWrap.png" />
|
---|
| 227 | </ItemGroup>
|
---|
| 228 | <ItemGroup>
|
---|
| 229 | <Resource Include="Images\Find.png" />
|
---|
| 230 | </ItemGroup>
|
---|
| 231 | <ItemGroup>
|
---|
| 232 | <Resource Include="Images\Panning.png" />
|
---|
| 233 | <Resource Include="Images\ZoomIn.png" />
|
---|
| 234 | <Resource Include="Images\ZoomOut.png" />
|
---|
| 235 | </ItemGroup>
|
---|
| 236 | <ItemGroup>
|
---|
| 237 | <None Include="Resources\PanTool.cur" />
|
---|
| 238 | </ItemGroup>
|
---|
| 239 | <ItemGroup>
|
---|
| 240 | <None Include="Resources\PanToolDown.cur" />
|
---|
| 241 | </ItemGroup>
|
---|
| 242 | <ItemGroup>
|
---|
| 243 | <Resource Include="Images\ZoomReset.png" />
|
---|
| 244 | </ItemGroup>
|
---|
| 245 | <ItemGroup>
|
---|
| 246 | <Resource Include="Images\PageNumber.png" />
|
---|
| 247 | </ItemGroup>
|
---|
| 248 | <ItemGroup>
|
---|
| 249 | <Resource Include="Images\Print.png" />
|
---|
| 250 | <Resource Include="Images\PrintPreview.png" />
|
---|
| 251 | </ItemGroup>
|
---|
| 252 | <ItemGroup>
|
---|
| 253 | <Resource Include="Images\FolderOpen.png" />
|
---|
| 254 | </ItemGroup>
|
---|
| 255 | <ItemGroup>
|
---|
| 256 | <Resource Include="Images\FolderClose.png" />
|
---|
| 257 | </ItemGroup>
|
---|
| 258 | <ItemGroup>
|
---|
| 259 | <Resource Include="Images\Thumbnail.png" />
|
---|
| 260 | </ItemGroup>
|
---|
| 261 | <ItemGroup>
|
---|
| 262 | <Resource Include="Resources\App.ico" />
|
---|
| 263 | </ItemGroup>
|
---|
| 264 | <ItemGroup>
|
---|
| 265 | <Resource Include="App.ico" />
|
---|
| 266 | </ItemGroup>
|
---|
| 267 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 268 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 269 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 270 | <Target Name="BeforeBuild">
|
---|
| 271 | </Target>
|
---|
| 272 | <Target Name="AfterBuild">
|
---|
| 273 | </Target>
|
---|
| 274 | -->
|
---|
| 275 | </Project> |
---|