CraftSynth.ImageEditor – Blame information for rev 3

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>
3 office 11 <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1 office 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>
3 office 24 <Prefer32Bit>false</Prefer32Bit>
1 office 25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <PlatformTarget>AnyCPU</PlatformTarget>
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>bin\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
3 office 34 <Prefer32Bit>false</Prefer32Bit>
1 office 35 </PropertyGroup>
36 <ItemGroup>
37 <Reference Include="System" />
38 <Reference Include="System.Data" />
39 <Reference Include="System.Deployment" />
40 <Reference Include="System.Drawing" />
41 <Reference Include="System.Windows.Forms" />
42 <Reference Include="System.Xml" />
43 </ItemGroup>
44 <ItemGroup>
45 <Compile Include="Form1.cs">
46 <SubType>Form</SubType>
47 </Compile>
48 <Compile Include="Form1.Designer.cs">
49 <DependentUpon>Form1.cs</DependentUpon>
50 </Compile>
51 <Compile Include="Program.cs" />
52 <Compile Include="Properties\AssemblyInfo.cs" />
53 <EmbeddedResource Include="Form1.resx">
54 <DependentUpon>Form1.cs</DependentUpon>
55 </EmbeddedResource>
56 <EmbeddedResource Include="Properties\Resources.resx">
57 <Generator>ResXFileCodeGenerator</Generator>
58 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
59 <SubType>Designer</SubType>
60 </EmbeddedResource>
61 <Compile Include="Properties\Resources.Designer.cs">
62 <AutoGen>True</AutoGen>
63 <DependentUpon>Resources.resx</DependentUpon>
64 <DesignTime>True</DesignTime>
65 </Compile>
66 <None Include="app.config" />
67 <None Include="Properties\Settings.settings">
68 <Generator>SettingsSingleFileGenerator</Generator>
69 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
70 </None>
71 <Compile Include="Properties\Settings.Designer.cs">
72 <AutoGen>True</AutoGen>
73 <DependentUpon>Settings.settings</DependentUpon>
74 <DesignTimeSharedInput>True</DesignTimeSharedInput>
75 </Compile>
76 </ItemGroup>
77 <ItemGroup>
78 <ProjectReference Include="..\CraftSynth.ImageEditor\CraftSynth.ImageEditor.csproj">
79 <Project>{c2f951d8-2cb6-4ab5-9029-1ee3fcdb910a}</Project>
80 <Name>CraftSynth.ImageEditor</Name>
81 </ProjectReference>
82 </ItemGroup>
83 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84 </Project>