QuickImage – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{3CD732EC-B1BA-46AA-BA2F-7B5B76235D86}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>CraftSynth.ImageEditor.Gui</RootNamespace>
10 <AssemblyName>CraftSynth.ImageEditor.Gui</AssemblyName>
11 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment>
13 <TargetFrameworkProfile />
14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <PlatformTarget>AnyCPU</PlatformTarget>
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 <Prefer32Bit>false</Prefer32Bit>
25 <LangVersion>8</LangVersion>
26 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PlatformTarget>AnyCPU</PlatformTarget>
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 <Prefer32Bit>false</Prefer32Bit>
36 <LangVersion>8</LangVersion>
37 </PropertyGroup>
38 <ItemGroup>
39 <Reference Include="System" />
40 <Reference Include="System.Data" />
41 <Reference Include="System.Deployment" />
42 <Reference Include="System.Drawing" />
43 <Reference Include="System.Windows.Forms" />
44 <Reference Include="System.Xml" />
45 </ItemGroup>
46 <ItemGroup>
47 <Compile Include="Form1.cs">
48 <SubType>Form</SubType>
49 </Compile>
50 <Compile Include="Form1.Designer.cs">
51 <DependentUpon>Form1.cs</DependentUpon>
52 </Compile>
53 <Compile Include="Program.cs" />
54 <Compile Include="Properties\AssemblyInfo.cs" />
55 <EmbeddedResource Include="Form1.resx">
56 <DependentUpon>Form1.cs</DependentUpon>
57 </EmbeddedResource>
58 <EmbeddedResource Include="Properties\Resources.resx">
59 <Generator>ResXFileCodeGenerator</Generator>
60 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
61 <SubType>Designer</SubType>
62 </EmbeddedResource>
63 <Compile Include="Properties\Resources.Designer.cs">
64 <AutoGen>True</AutoGen>
65 <DependentUpon>Resources.resx</DependentUpon>
66 <DesignTime>True</DesignTime>
67 </Compile>
68 <None Include="app.config" />
69 <None Include="Properties\Settings.settings">
70 <Generator>SettingsSingleFileGenerator</Generator>
71 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
72 </None>
73 <Compile Include="Properties\Settings.Designer.cs">
74 <AutoGen>True</AutoGen>
75 <DependentUpon>Settings.settings</DependentUpon>
76 <DesignTimeSharedInput>True</DesignTimeSharedInput>
77 </Compile>
78 </ItemGroup>
79 <ItemGroup>
80 <ProjectReference Include="..\CraftSynth.ImageEditor\CraftSynth.ImageEditor.csproj">
81 <Project>{c2f951d8-2cb6-4ab5-9029-1ee3fcdb910a}</Project>
82 <Name>CraftSynth.ImageEditor</Name>
83 </ProjectReference>
84 </ItemGroup>
85 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86 </Project>