Rev 55 | Rev 69 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 55 | Rev 59 | ||
|---|---|---|---|
| Line 59... | Line 59... | ||
| 59 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
59 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
| 60 | <BaseAddress>4194304</BaseAddress> |
60 | <BaseAddress>4194304</BaseAddress> |
| 61 | <PlatformTarget>AnyCPU</PlatformTarget> |
61 | <PlatformTarget>AnyCPU</PlatformTarget> |
| 62 | <FileAlignment>4096</FileAlignment> |
62 | <FileAlignment>4096</FileAlignment> |
| 63 | </PropertyGroup> |
63 | </PropertyGroup> |
| - | 64 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
| - | 65 | <OutputPath>..\..\exe\</OutputPath> |
|
| - | 66 | <DocumentationFile> |
|
| - | 67 | </DocumentationFile> |
|
| - | 68 | </PropertyGroup> |
|
| - | 69 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
| - | 70 | <DocumentationFile> |
|
| - | 71 | </DocumentationFile> |
|
| - | 72 | </PropertyGroup> |
|
| 64 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
73 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
| 65 | <ItemGroup> |
74 | <ItemGroup> |
| 66 | <Reference Include="System" /> |
75 | <Reference Include="System" /> |
| 67 | <Reference Include="System.Configuration" /> |
76 | <Reference Include="System.Configuration" /> |
| 68 | <Reference Include="System.Data" /> |
77 | <Reference Include="System.Data" /> |