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