Rev 6 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 6 | Rev 59 | ||
|---|---|---|---|
| Line 52... | Line 52... | ||
| 52 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
52 | <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
| 53 | <BaseAddress>4194304</BaseAddress> |
53 | <BaseAddress>4194304</BaseAddress> |
| 54 | <PlatformTarget>AnyCPU</PlatformTarget> |
54 | <PlatformTarget>AnyCPU</PlatformTarget> |
| 55 | <FileAlignment>4096</FileAlignment> |
55 | <FileAlignment>4096</FileAlignment> |
| 56 | </PropertyGroup> |
56 | </PropertyGroup> |
| - | 57 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
| - | 58 | <OutputPath>..\..\exe\</OutputPath> |
|
| - | 59 | <DocumentationFile> |
|
| - | 60 | </DocumentationFile> |
|
| - | 61 | </PropertyGroup> |
|
| - | 62 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
| - | 63 | <DocumentationFile> |
|
| - | 64 | </DocumentationFile> |
|
| - | 65 | </PropertyGroup> |
|
| 57 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
66 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
| 58 | <ItemGroup> |
67 | <ItemGroup> |
| 59 | <Reference Include="System" /> |
68 | <Reference Include="System" /> |
| 60 | <Reference Include="System.Configuration" /> |
69 | <Reference Include="System.Configuration" /> |
| 61 | <Reference Include="System.Configuration.Install" /> |
70 | <Reference Include="System.Configuration.Install" /> |