|
|
@ -16,7 +16,7 @@ |
|
|
<Deterministic>true</Deterministic> |
|
|
<Deterministic>true</Deterministic> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<PlatformTarget>x64</PlatformTarget> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugType>full</DebugType> |
|
|
<DebugType>full</DebugType> |
|
|
<Optimize>false</Optimize> |
|
|
<Optimize>false</Optimize> |
|
|
@ -24,6 +24,7 @@ |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
@ -37,6 +38,9 @@ |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<StartupObject>StatisticsUI.App</StartupObject> |
|
|
<StartupObject>StatisticsUI.App</StartupObject> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
<ApplicationIcon>sunlight_logo.ico</ApplicationIcon> |
|
|
|
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System.Data" /> |
|
|
<Reference Include="System.Data" /> |
|
|
|