0
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 |
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{142CDB0D-7277-4655-9AE7-70EA09B6BEF7}</ProjectGuid>
|
|
8 |
<OutputType>Exe</OutputType>
|
|
9 |
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
10 |
<RootNamespace>Delegates</RootNamespace>
|
|
11 |
<AssemblyName>Sales</AssemblyName>
|
|
12 |
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
13 |
<FileAlignment>512</FileAlignment>
|
|
14 |
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
15 |
<PublishUrl>publish\</PublishUrl>
|
|
16 |
<Install>true</Install>
|
|
17 |
<InstallFrom>Disk</InstallFrom>
|
|
18 |
<UpdateEnabled>false</UpdateEnabled>
|
|
19 |
<UpdateMode>Foreground</UpdateMode>
|
|
20 |
<UpdateInterval>7</UpdateInterval>
|
|
21 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
22 |
<UpdatePeriodically>false</UpdatePeriodically>
|
|
23 |
<UpdateRequired>false</UpdateRequired>
|
|
24 |
<MapFileExtensions>true</MapFileExtensions>
|
|
25 |
<ApplicationRevision>0</ApplicationRevision>
|
|
26 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
27 |
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
28 |
<UseApplicationTrust>false</UseApplicationTrust>
|
|
29 |
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
30 |
</PropertyGroup>
|
|
31 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
32 |
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
33 |
<DebugSymbols>true</DebugSymbols>
|
|
34 |
<DebugType>full</DebugType>
|
|
35 |
<Optimize>false</Optimize>
|
|
36 |
<OutputPath>bin\Debug\</OutputPath>
|
|
37 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
38 |
<ErrorReport>prompt</ErrorReport>
|
|
39 |
<WarningLevel>4</WarningLevel>
|
|
40 |
</PropertyGroup>
|
|
41 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
42 |
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
43 |
<DebugType>pdbonly</DebugType>
|
|
44 |
<Optimize>true</Optimize>
|
|
45 |
<OutputPath>bin\Release\</OutputPath>
|
|
46 |
<DefineConstants>TRACE</DefineConstants>
|
|
47 |
<ErrorReport>prompt</ErrorReport>
|
|
48 |
<WarningLevel>4</WarningLevel>
|
|
49 |
</PropertyGroup>
|
|
50 |
<ItemGroup>
|
|
51 |
<Reference Include="System" />
|
|
52 |
<Reference Include="System.Core" />
|
|
53 |
<Reference Include="System.Xml.Linq" />
|
|
54 |
<Reference Include="System.Data.DataSetExtensions" />
|
|
55 |
<Reference Include="Microsoft.CSharp" />
|
|
56 |
<Reference Include="System.Data" />
|
|
57 |
<Reference Include="System.Net.Http" />
|
|
58 |
<Reference Include="System.Xml" />
|
|
59 |
</ItemGroup>
|
|
60 |
<ItemGroup>
|
|
61 |
<Compile Include="Payment.cs" />
|
|
62 |
<Compile Include="Program.cs" />
|
|
63 |
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
64 |
<Compile Include="Invoice.cs" />
|
|
65 |
</ItemGroup>
|
|
66 |
<ItemGroup>
|
|
67 |
<None Include="App.config" />
|
|
68 |
</ItemGroup>
|
|
69 |
<ItemGroup>
|
|
70 |
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
|
|
71 |
<Visible>False</Visible>
|
|
72 |
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 und x64%29</ProductName>
|
|
73 |
<Install>true</Install>
|
|
74 |
</BootstrapperPackage>
|
|
75 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
76 |
<Visible>False</Visible>
|
|
77 |
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
78 |
<Install>false</Install>
|
|
79 |
</BootstrapperPackage>
|
|
80 |
</ItemGroup>
|
|
81 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
82 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
83 |
Other similar extension points exist, see Microsoft.Common.targets.
|
|
84 |
<Target Name="BeforeBuild">
|
|
85 |
</Target>
|
|
86 |
<Target Name="AfterBuild">
|
|
87 |
</Target>
|
|
88 |
-->
|
|
89 |
</Project> |