1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project ToolsVersion="4.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>{9B390DE8-884A-433D-828A-C7B969F19924}</ProjectGuid> |
---|
9 | <OutputType>WinExe</OutputType> |
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
---|
11 | <RootNamespace>TestPiwigoLib</RootNamespace> |
---|
12 | <AssemblyName>TestPiwigoLib</AssemblyName> |
---|
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
---|
14 | <FileAlignment>512</FileAlignment> |
---|
15 | <FileUpgradeFlags> |
---|
16 | </FileUpgradeFlags> |
---|
17 | <OldToolsVersion>3.5</OldToolsVersion> |
---|
18 | <UpgradeBackupLocation /> |
---|
19 | </PropertyGroup> |
---|
20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
---|
21 | <DebugSymbols>true</DebugSymbols> |
---|
22 | <DebugType>full</DebugType> |
---|
23 | <Optimize>false</Optimize> |
---|
24 | <OutputPath>bin\Debug\</OutputPath> |
---|
25 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
---|
26 | <ErrorReport>prompt</ErrorReport> |
---|
27 | <WarningLevel>4</WarningLevel> |
---|
28 | </PropertyGroup> |
---|
29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
---|
30 | <DebugType>pdbonly</DebugType> |
---|
31 | <Optimize>true</Optimize> |
---|
32 | <OutputPath>bin\Release\</OutputPath> |
---|
33 | <DefineConstants>TRACE</DefineConstants> |
---|
34 | <ErrorReport>prompt</ErrorReport> |
---|
35 | <WarningLevel>4</WarningLevel> |
---|
36 | </PropertyGroup> |
---|
37 | <ItemGroup> |
---|
38 | <Reference Include="System" /> |
---|
39 | <Reference Include="System.Core"> |
---|
40 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
---|
41 | </Reference> |
---|
42 | <Reference Include="System.Xml.Linq"> |
---|
43 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
---|
44 | </Reference> |
---|
45 | <Reference Include="System.Data.DataSetExtensions"> |
---|
46 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
---|
47 | </Reference> |
---|
48 | <Reference Include="System.Data" /> |
---|
49 | <Reference Include="System.Deployment" /> |
---|
50 | <Reference Include="System.Drawing" /> |
---|
51 | <Reference Include="System.Windows.Forms" /> |
---|
52 | <Reference Include="System.Xml" /> |
---|
53 | </ItemGroup> |
---|
54 | <ItemGroup> |
---|
55 | <Compile Include="Form1.cs"> |
---|
56 | <SubType>Form</SubType> |
---|
57 | </Compile> |
---|
58 | <Compile Include="Form1.Designer.cs"> |
---|
59 | <DependentUpon>Form1.cs</DependentUpon> |
---|
60 | </Compile> |
---|
61 | <Compile Include="Program.cs" /> |
---|
62 | <Compile Include="Properties\AssemblyInfo.cs" /> |
---|
63 | <EmbeddedResource Include="Form1.resx"> |
---|
64 | <DependentUpon>Form1.cs</DependentUpon> |
---|
65 | <SubType>Designer</SubType> |
---|
66 | </EmbeddedResource> |
---|
67 | <EmbeddedResource Include="Properties\Resources.resx"> |
---|
68 | <Generator>ResXFileCodeGenerator</Generator> |
---|
69 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
---|
70 | <SubType>Designer</SubType> |
---|
71 | </EmbeddedResource> |
---|
72 | <Compile Include="Properties\Resources.Designer.cs"> |
---|
73 | <AutoGen>True</AutoGen> |
---|
74 | <DependentUpon>Resources.resx</DependentUpon> |
---|
75 | <DesignTime>True</DesignTime> |
---|
76 | </Compile> |
---|
77 | <None Include="app.config" /> |
---|
78 | <None Include="Properties\Settings.settings"> |
---|
79 | <Generator>SettingsSingleFileGenerator</Generator> |
---|
80 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
---|
81 | </None> |
---|
82 | <Compile Include="Properties\Settings.Designer.cs"> |
---|
83 | <AutoGen>True</AutoGen> |
---|
84 | <DependentUpon>Settings.settings</DependentUpon> |
---|
85 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
---|
86 | </Compile> |
---|
87 | <Compile Include="Settings.cs" /> |
---|
88 | </ItemGroup> |
---|
89 | <ItemGroup> |
---|
90 | <ProjectReference Include="..\PiwigoLib\PiwigoLib.csproj"> |
---|
91 | <Project>{64C068C5-DBFE-4712-9081-B9100698F35C}</Project> |
---|
92 | <Name>PiwigoLib</Name> |
---|
93 | </ProjectReference> |
---|
94 | </ItemGroup> |
---|
95 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
---|
96 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
---|
97 | Other similar extension points exist, see Microsoft.Common.targets. |
---|
98 | <Target Name="BeforeBuild"> |
---|
99 | </Target> |
---|
100 | <Target Name="AfterBuild"> |
---|
101 | </Target> |
---|
102 | --> |
---|
103 | </Project> |
---|