Rev 55 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 55 | Rev 59 | ||
|---|---|---|---|
| Line 39... | Line 39... | ||
| 39 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
39 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
| 40 | <BaseAddress>4194304</BaseAddress> |
40 | <BaseAddress>4194304</BaseAddress> |
| 41 | <PlatformTarget>AnyCPU</PlatformTarget> |
41 | <PlatformTarget>AnyCPU</PlatformTarget> |
| 42 | <FileAlignment>4096</FileAlignment> |
42 | <FileAlignment>4096</FileAlignment> |
| 43 | </PropertyGroup> |
43 | </PropertyGroup> |
| - | 44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
| - | 45 | <OutputPath>..\..\exe\</OutputPath> |
|
| - | 46 | <DocumentationFile> |
|
| - | 47 | </DocumentationFile> |
|
| - | 48 | </PropertyGroup> |
|
| - | 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
| - | 50 | <DocumentationFile> |
|
| - | 51 | </DocumentationFile> |
|
| - | 52 | </PropertyGroup> |
|
| 44 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
53 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
| 45 | <ItemGroup> |
54 | <ItemGroup> |
| 46 | <Reference Include="System" /> |
55 | <Reference Include="System" /> |
| 47 | <Reference Include="System.Data" /> |
56 | <Reference Include="System.Data" /> |
| 48 | <Reference Include="System.Drawing" /> |
57 | <Reference Include="System.Drawing" /> |