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