123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
- <PropertyGroup>
- <ProjectType>Local</ProjectType>
- <ProductVersion>7.10.3077</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{7025E82D-9D74-4025-AC84-77B7C2048576}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ApplicationIcon>brush_128.ico</ApplicationIcon>
- <AssemblyKeyContainerName />
- <AssemblyName>FreedomGraphics</AssemblyName>
- <AssemblyOriginatorKeyFile />
- <DefaultClientScript>JScript</DefaultClientScript>
- <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
- <DefaultTargetSchema>IE50</DefaultTargetSchema>
- <DelaySign>false</DelaySign>
- <OutputType>WinExe</OutputType>
- <RootNamespace>GraEditor</RootNamespace>
- <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
- <StartupObject />
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <OldToolsVersion>4.0</OldToolsVersion>
- <UpgradeBackupLocation />
- <TargetFrameworkProfile />
- <PublishUrl>publish\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>false</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <OutputPath>bin\Debug\</OutputPath>
- <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- <BaseAddress>285212672</BaseAddress>
- <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
- <ConfigurationOverrideFile />
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DocumentationFile />
- <DebugSymbols>true</DebugSymbols>
- <FileAlignment>4096</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <NoWarn />
- <Optimize>false</Optimize>
- <RegisterForComInterop>false</RegisterForComInterop>
- <RemoveIntegerChecks>false</RemoveIntegerChecks>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningLevel>4</WarningLevel>
- <DebugType>full</DebugType>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <OutputPath>bin\Release\</OutputPath>
- <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- <BaseAddress>285212672</BaseAddress>
- <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
- <ConfigurationOverrideFile />
- <DefineConstants>TRACE</DefineConstants>
- <DocumentationFile />
- <DebugSymbols>false</DebugSymbols>
- <FileAlignment>4096</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <NoWarn />
- <Optimize>true</Optimize>
- <RegisterForComInterop>false</RegisterForComInterop>
- <RemoveIntegerChecks>false</RemoveIntegerChecks>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningLevel>4</WarningLevel>
- <DebugType>none</DebugType>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup />
- <ItemGroup>
- <Reference Include="System">
- <Name>System</Name>
- </Reference>
- <Reference Include="System.Data">
- <Name>System.Data</Name>
- </Reference>
- <Reference Include="System.Drawing">
- <Name>System.Drawing</Name>
- </Reference>
- <Reference Include="System.Windows.Forms">
- <Name>System.Windows.Forms</Name>
- </Reference>
- <Reference Include="System.Xml">
- <Name>System.XML</Name>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="BrushExt.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Canvas.cs" />
- <Compile Include="frmEplainBitmapTitle.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmEplainBitmapTitle.Designer.cs">
- <DependentUpon>frmEplainBitmapTitle.cs</DependentUpon>
- </Compile>
- <Compile Include="frmMain.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmMain.Designer.cs">
- <DependentUpon>frmMain.cs</DependentUpon>
- </Compile>
- <Compile Include="GerElement.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="GraDrawTool.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="GraElement.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="MainView.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="NewCanvas.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="PenExt.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Content Include="brush_128.ico" />
- <Content Include="Icon\arrow.png" />
- <Content Include="Icon\brush.png" />
- <Content Include="Icon\cancel.png" />
- <Content Include="Icon\close.png" />
- <Content Include="Icon\Color.ico" />
- <None Include="Icon\draw_256.png" />
- <None Include="Icon\draw_2562.png" />
- <Content Include="Icon\ellips.png" />
- <Content Include="Icon\Ellipse.ico" />
- <Content Include="Icon\Erase.ico" />
- <Content Include="Icon\FillEllipse.ico" />
- <Content Include="Icon\Font.ico" />
- <Content Include="Icon\FrameEllipse.ico" />
- <None Include="Icon\hand_48.png" />
- <None Include="Icon\hand.cur" />
- <None Include="Icon\hand_480.png" />
- <None Include="Icon\Freehand.png" />
- <Content Include="Icon\Image.ico" />
- <Content Include="Icon\large.png" />
- <Content Include="Icon\Lines.ico" />
- <Content Include="Icon\middle.png" />
- <Content Include="Icon\New.ico" />
- <Content Include="Icon\none.png" />
- <Content Include="Icon\ok.png" />
- <Content Include="Icon\Open.ico" />
- <None Include="Icon\pencil_512.png" />
- <None Include="Icon\pen.png" />
- <Content Include="Icon\PenWidth.ico" />
- <Content Include="Icon\rect.png" />
- <Content Include="Icon\Save.ico" />
- <Content Include="Icon\save.png" />
- <Content Include="Icon\small.png" />
- <Content Include="Icon\Text.ico" />
- <Content Include="Icon\text.png" />
- <EmbeddedResource Include="frmEplainBitmapTitle.resx">
- <DependentUpon>frmEplainBitmapTitle.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmMain.resx">
- <DependentUpon>frmMain.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Icon\EraseCursor.cur" />
- <EmbeddedResource Include="Icon\Zoomin.cur" />
- <EmbeddedResource Include="Icon\Zoomout.cur" />
- <EmbeddedResource Include="NewCanvas.resx">
- <DependentUpon>NewCanvas.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>PublicResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
- <Visible>False</Visible>
- <ProductName>Windows Installer 3.1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent />
- <PostBuildEvent />
- </PropertyGroup>
- </Project>
|