| 1 | <?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|---|
| 3 | <PropertyGroup> |
|---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|---|
| 6 | <ProductVersion>9.0.30729</ProductVersion> |
|---|
| 7 | <SchemaVersion>2.0</SchemaVersion> |
|---|
| 8 | <ProjectGuid>{A9884ABF-46E8-42C1-A30B-9A3DD6C38004}</ProjectGuid> |
|---|
| 9 | <OutputType>WinExe</OutputType> |
|---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
|---|
| 11 | <RootNamespace>Eraser</RootNamespace> |
|---|
| 12 | <AssemblyName>Eraser</AssemblyName> |
|---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|---|
| 14 | <FileAlignment>512</FileAlignment> |
|---|
| 15 | <ApplicationIcon>..\Resources\Eraser.ico</ApplicationIcon> |
|---|
| 16 | <IsWebBootstrapper>false</IsWebBootstrapper> |
|---|
| 17 | <SignAssembly>true</SignAssembly> |
|---|
| 18 | <AssemblyOriginatorKeyFile>..\Strong Name.snk</AssemblyOriginatorKeyFile> |
|---|
| 19 | <PublishUrl>publish\</PublishUrl> |
|---|
| 20 | <Install>true</Install> |
|---|
| 21 | <InstallFrom>Disk</InstallFrom> |
|---|
| 22 | <UpdateEnabled>false</UpdateEnabled> |
|---|
| 23 | <UpdateMode>Foreground</UpdateMode> |
|---|
| 24 | <UpdateInterval>7</UpdateInterval> |
|---|
| 25 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|---|
| 26 | <UpdatePeriodically>false</UpdatePeriodically> |
|---|
| 27 | <UpdateRequired>false</UpdateRequired> |
|---|
| 28 | <MapFileExtensions>true</MapFileExtensions> |
|---|
| 29 | <ApplicationRevision>0</ApplicationRevision> |
|---|
| 30 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|---|
| 31 | <UseApplicationTrust>false</UseApplicationTrust> |
|---|
| 32 | <BootstrapperEnabled>true</BootstrapperEnabled> |
|---|
| 33 | </PropertyGroup> |
|---|
| 34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|---|
| 35 | <DebugSymbols>true</DebugSymbols> |
|---|
| 36 | <DebugType>full</DebugType> |
|---|
| 37 | <Optimize>false</Optimize> |
|---|
| 38 | <OutputPath>..\bin\Debug\</OutputPath> |
|---|
| 39 | <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants> |
|---|
| 40 | <ErrorReport>prompt</ErrorReport> |
|---|
| 41 | <WarningLevel>4</WarningLevel> |
|---|
| 42 | <PlatformTarget>AnyCPU</PlatformTarget> |
|---|
| 43 | </PropertyGroup> |
|---|
| 44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|---|
| 45 | <DebugType>pdbonly</DebugType> |
|---|
| 46 | <Optimize>true</Optimize> |
|---|
| 47 | <OutputPath>..\bin\Release\</OutputPath> |
|---|
| 48 | <DefineConstants>TRACE</DefineConstants> |
|---|
| 49 | <ErrorReport>prompt</ErrorReport> |
|---|
| 50 | <WarningLevel>4</WarningLevel> |
|---|
| 51 | </PropertyGroup> |
|---|
| 52 | <ItemGroup> |
|---|
| 53 | <Reference Include="BevelLine, Version=1.0.2859.29240, Culture=neutral, processorArchitecture=MSIL"> |
|---|
| 54 | <SpecificVersion>False</SpecificVersion> |
|---|
| 55 | <HintPath>..\Dependencies\BevelLine.dll</HintPath> |
|---|
| 56 | </Reference> |
|---|
| 57 | <Reference Include="CommonLibrary, Version=0.9.3.10, Culture=neutral, processorArchitecture=MSIL"> |
|---|
| 58 | <SpecificVersion>False</SpecificVersion> |
|---|
| 59 | <HintPath>..\Dependencies\CommonLibrary.dll</HintPath> |
|---|
| 60 | </Reference> |
|---|
| 61 | <Reference Include="DragDropLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|---|
| 62 | <SpecificVersion>False</SpecificVersion> |
|---|
| 63 | <HintPath>..\Dependencies\DragDropLib.dll</HintPath> |
|---|
| 64 | </Reference> |
|---|
| 65 | <Reference Include="System" /> |
|---|
| 66 | <Reference Include="System.Core"> |
|---|
| 67 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
|---|
| 68 | </Reference> |
|---|
| 69 | <Reference Include="System.Data" /> |
|---|
| 70 | <Reference Include="System.Deployment" /> |
|---|
| 71 | <Reference Include="System.Drawing" /> |
|---|
| 72 | <Reference Include="System.Windows.Forms" /> |
|---|
| 73 | <Reference Include="System.Xml" /> |
|---|
| 74 | </ItemGroup> |
|---|
| 75 | <ItemGroup> |
|---|
| 76 | <Compile Include="..\Version.cs"> |
|---|
| 77 | <Link>Version.cs</Link> |
|---|
| 78 | </Compile> |
|---|
| 79 | <Compile Include="AboutForm.cs"> |
|---|
| 80 | <SubType>Form</SubType> |
|---|
| 81 | </Compile> |
|---|
| 82 | <Compile Include="AboutForm.Designer.cs"> |
|---|
| 83 | <DependentUpon>AboutForm.cs</DependentUpon> |
|---|
| 84 | </Compile> |
|---|
| 85 | <Compile Include="BasePanel.cs"> |
|---|
| 86 | <SubType>UserControl</SubType> |
|---|
| 87 | </Compile> |
|---|
| 88 | <Compile Include="BasePanel.Designer.cs"> |
|---|
| 89 | <DependentUpon>BasePanel.cs</DependentUpon> |
|---|
| 90 | </Compile> |
|---|
| 91 | <Compile Include="BlackBoxMainForm.cs"> |
|---|
| 92 | <SubType>Form</SubType> |
|---|
| 93 | </Compile> |
|---|
| 94 | <Compile Include="BlackBoxMainForm.Designer.cs"> |
|---|
| 95 | <DependentUpon>BlackBoxMainForm.cs</DependentUpon> |
|---|
| 96 | </Compile> |
|---|
| 97 | <Compile Include="BlackBoxUploadForm.cs"> |
|---|
| 98 | <SubType>Form</SubType> |
|---|
| 99 | </Compile> |
|---|
| 100 | <Compile Include="BlackBoxUploadForm.Designer.cs"> |
|---|
| 101 | <DependentUpon>BlackBoxUploadForm.cs</DependentUpon> |
|---|
| 102 | </Compile> |
|---|
| 103 | <Compile Include="LightGroup.cs"> |
|---|
| 104 | <SubType>UserControl</SubType> |
|---|
| 105 | </Compile> |
|---|
| 106 | <Compile Include="LightGroup.Designer.cs"> |
|---|
| 107 | <DependentUpon>LightGroup.cs</DependentUpon> |
|---|
| 108 | </Compile> |
|---|
| 109 | <Compile Include="LogForm.cs"> |
|---|
| 110 | <SubType>Form</SubType> |
|---|
| 111 | </Compile> |
|---|
| 112 | <Compile Include="LogForm.Designer.cs"> |
|---|
| 113 | <DependentUpon>LogForm.cs</DependentUpon> |
|---|
| 114 | </Compile> |
|---|
| 115 | <Compile Include="MainForm.cs"> |
|---|
| 116 | <SubType>Form</SubType> |
|---|
| 117 | </Compile> |
|---|
| 118 | <Compile Include="MainForm.Designer.cs"> |
|---|
| 119 | <DependentUpon>MainForm.cs</DependentUpon> |
|---|
| 120 | </Compile> |
|---|
| 121 | <Compile Include="Program.GuiProgram.cs" /> |
|---|
| 122 | <Compile Include="ProgressForm.cs"> |
|---|
| 123 | <SubType>Form</SubType> |
|---|
| 124 | </Compile> |
|---|
| 125 | <Compile Include="ProgressForm.Designer.cs"> |
|---|
| 126 | <DependentUpon>ProgressForm.cs</DependentUpon> |
|---|
| 127 | </Compile> |
|---|
| 128 | <Compile Include="Program.cs" /> |
|---|
| 129 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|---|
| 130 | <EmbeddedResource Include="AboutForm.resx"> |
|---|
| 131 | <SubType>Designer</SubType> |
|---|
| 132 | <DependentUpon>AboutForm.cs</DependentUpon> |
|---|
| 133 | </EmbeddedResource> |
|---|
| 134 | <EmbeddedResource Include="BasePanel.it.resx"> |
|---|
| 135 | <DependentUpon>BasePanel.cs</DependentUpon> |
|---|
| 136 | </EmbeddedResource> |
|---|
| 137 | <EmbeddedResource Include="BasePanel.nl.resx"> |
|---|
| 138 | <SubType>Designer</SubType> |
|---|
| 139 | <DependentUpon>BasePanel.cs</DependentUpon> |
|---|
| 140 | </EmbeddedResource> |
|---|
| 141 | <EmbeddedResource Include="BasePanel.resx"> |
|---|
| 142 | <SubType>Designer</SubType> |
|---|
| 143 | <DependentUpon>BasePanel.cs</DependentUpon> |
|---|
| 144 | </EmbeddedResource> |
|---|
| 145 | <EmbeddedResource Include="BlackBoxMainForm.it.resx"> |
|---|
| 146 | <DependentUpon>BlackBoxMainForm.cs</DependentUpon> |
|---|
| 147 | </EmbeddedResource> |
|---|
| 148 | <EmbeddedResource Include="BlackBoxMainForm.resx"> |
|---|
| 149 | <DependentUpon>BlackBoxMainForm.cs</DependentUpon> |
|---|
| 150 | </EmbeddedResource> |
|---|
| 151 | <EmbeddedResource Include="BlackBoxUploadForm.it.resx"> |
|---|
| 152 | <DependentUpon>BlackBoxUploadForm.cs</DependentUpon> |
|---|
| 153 | </EmbeddedResource> |
|---|
| 154 | <EmbeddedResource Include="BlackBoxUploadForm.resx"> |
|---|
| 155 | <DependentUpon>BlackBoxUploadForm.cs</DependentUpon> |
|---|
| 156 | </EmbeddedResource> |
|---|
| 157 | <EmbeddedResource Include="LightGroup.it.resx"> |
|---|
| 158 | <DependentUpon>LightGroup.cs</DependentUpon> |
|---|
| 159 | </EmbeddedResource> |
|---|
| 160 | <EmbeddedResource Include="LightGroup.resx"> |
|---|
| 161 | <SubType>Designer</SubType> |
|---|
| 162 | <DependentUpon>LightGroup.cs</DependentUpon> |
|---|
| 163 | </EmbeddedResource> |
|---|
| 164 | <EmbeddedResource Include="LogForm.it.resx"> |
|---|
| 165 | <DependentUpon>LogForm.cs</DependentUpon> |
|---|
| 166 | </EmbeddedResource> |
|---|
| 167 | <EmbeddedResource Include="LogForm.nl.resx"> |
|---|
| 168 | <SubType>Designer</SubType> |
|---|
| 169 | <DependentUpon>LogForm.cs</DependentUpon> |
|---|
| 170 | </EmbeddedResource> |
|---|
| 171 | <EmbeddedResource Include="LogForm.resx"> |
|---|
| 172 | <SubType>Designer</SubType> |
|---|
| 173 | <DependentUpon>LogForm.cs</DependentUpon> |
|---|
| 174 | </EmbeddedResource> |
|---|
| 175 | <EmbeddedResource Include="MainForm.it.resx"> |
|---|
| 176 | <DependentUpon>MainForm.cs</DependentUpon> |
|---|
| 177 | </EmbeddedResource> |
|---|
| 178 | <EmbeddedResource Include="MainForm.nl.resx"> |
|---|
| 179 | <SubType>Designer</SubType> |
|---|
| 180 | <DependentUpon>MainForm.cs</DependentUpon> |
|---|
| 181 | </EmbeddedResource> |
|---|
| 182 | <EmbeddedResource Include="MainForm.resx"> |
|---|
| 183 | <SubType>Designer</SubType> |
|---|
| 184 | <DependentUpon>MainForm.cs</DependentUpon> |
|---|
| 185 | </EmbeddedResource> |
|---|
| 186 | <EmbeddedResource Include="ProgressForm.it.resx"> |
|---|
| 187 | <DependentUpon>ProgressForm.cs</DependentUpon> |
|---|
| 188 | </EmbeddedResource> |
|---|
| 189 | <EmbeddedResource Include="ProgressForm.nl.resx"> |
|---|
| 190 | <SubType>Designer</SubType> |
|---|
| 191 | <DependentUpon>ProgressForm.cs</DependentUpon> |
|---|
| 192 | </EmbeddedResource> |
|---|
| 193 | <EmbeddedResource Include="ProgressForm.resx"> |
|---|
| 194 | <SubType>Designer</SubType> |
|---|
| 195 | <DependentUpon>ProgressForm.cs</DependentUpon> |
|---|
| 196 | </EmbeddedResource> |
|---|
| 197 | <EmbeddedResource Include="Properties\Resources.resx"> |
|---|
| 198 | <Generator>ResXFileCodeGenerator</Generator> |
|---|
| 199 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|---|
| 200 | <SubType>Designer</SubType> |
|---|
| 201 | </EmbeddedResource> |
|---|
| 202 | <EmbeddedResource Include="SchedulerPanel.it.resx"> |
|---|
| 203 | <DependentUpon>SchedulerPanel.cs</DependentUpon> |
|---|
| 204 | </EmbeddedResource> |
|---|
| 205 | <EmbeddedResource Include="SchedulerPanel.nl.resx"> |
|---|
| 206 | <SubType>Designer</SubType> |
|---|
| 207 | <DependentUpon>SchedulerPanel.cs</DependentUpon> |
|---|
| 208 | </EmbeddedResource> |
|---|
| 209 | <EmbeddedResource Include="SettingsPanel.it.resx"> |
|---|
| 210 | <DependentUpon>SettingsPanel.cs</DependentUpon> |
|---|
| 211 | </EmbeddedResource> |
|---|
| 212 | <EmbeddedResource Include="Strings.en.resx"> |
|---|
| 213 | <SubType>Designer</SubType> |
|---|
| 214 | </EmbeddedResource> |
|---|
| 215 | <EmbeddedResource Include="Strings.it.resx" /> |
|---|
| 216 | <EmbeddedResource Include="Strings.resx"> |
|---|
| 217 | <SubType>Designer</SubType> |
|---|
| 218 | <LastGenOutput>Strings.Designer.cs</LastGenOutput> |
|---|
| 219 | </EmbeddedResource> |
|---|
| 220 | <EmbeddedResource Include="Strings.nl.resx"> |
|---|
| 221 | <SubType>Designer</SubType> |
|---|
| 222 | <LastGenOutput>Strings.nl.Designer.cs</LastGenOutput> |
|---|
| 223 | </EmbeddedResource> |
|---|
| 224 | <EmbeddedResource Include="SchedulerPanel.resx"> |
|---|
| 225 | <SubType>Designer</SubType> |
|---|
| 226 | <DependentUpon>SchedulerPanel.cs</DependentUpon> |
|---|
| 227 | </EmbeddedResource> |
|---|
| 228 | <EmbeddedResource Include="SettingsPanel.nl.resx"> |
|---|
| 229 | <DependentUpon>SettingsPanel.cs</DependentUpon> |
|---|
| 230 | <SubType>Designer</SubType> |
|---|
| 231 | </EmbeddedResource> |
|---|
| 232 | <EmbeddedResource Include="SettingsPanel.resx"> |
|---|
| 233 | <SubType>Designer</SubType> |
|---|
| 234 | <DependentUpon>SettingsPanel.cs</DependentUpon> |
|---|
| 235 | </EmbeddedResource> |
|---|
| 236 | <EmbeddedResource Include="TaskDataSelectionForm.it.resx"> |
|---|
| 237 | <DependentUpon>TaskDataSelectionForm.cs</DependentUpon> |
|---|
| 238 | </EmbeddedResource> |
|---|
| 239 | <EmbeddedResource Include="TaskDataSelectionForm.nl.resx"> |
|---|
| 240 | <SubType>Designer</SubType> |
|---|
| 241 | <DependentUpon>TaskDataSelectionForm.cs</DependentUpon> |
|---|
| 242 | </EmbeddedResource> |
|---|
| 243 | <EmbeddedResource Include="TaskDataSelectionForm.resx"> |
|---|
| 244 | <SubType>Designer</SubType> |
|---|
| 245 | <DependentUpon>TaskDataSelectionForm.cs</DependentUpon> |
|---|
| 246 | </EmbeddedResource> |
|---|
| 247 | <EmbeddedResource Include="TaskPropertiesForm.it.resx"> |
|---|
| 248 | <DependentUpon>TaskPropertiesForm.cs</DependentUpon> |
|---|
| 249 | </EmbeddedResource> |
|---|
| 250 | <EmbeddedResource Include="TaskPropertiesForm.nl.resx"> |
|---|
| 251 | <SubType>Designer</SubType> |
|---|
| 252 | <DependentUpon>TaskPropertiesForm.cs</DependentUpon> |
|---|
| 253 | </EmbeddedResource> |
|---|
| 254 | <EmbeddedResource Include="TaskPropertiesForm.resx"> |
|---|
| 255 | <SubType>Designer</SubType> |
|---|
| 256 | <DependentUpon>TaskPropertiesForm.cs</DependentUpon> |
|---|
| 257 | </EmbeddedResource> |
|---|
| 258 | <EmbeddedResource Include="ToolBar.resx"> |
|---|
| 259 | <SubType>Designer</SubType> |
|---|
| 260 | <DependentUpon>ToolBar.cs</DependentUpon> |
|---|
| 261 | </EmbeddedResource> |
|---|
| 262 | <EmbeddedResource Include="UpdateForm.it.resx"> |
|---|
| 263 | <DependentUpon>UpdateForm.cs</DependentUpon> |
|---|
| 264 | </EmbeddedResource> |
|---|
| 265 | <EmbeddedResource Include="UpdateForm.resx"> |
|---|
| 266 | <DependentUpon>UpdateForm.cs</DependentUpon> |
|---|
| 267 | <SubType>Designer</SubType> |
|---|
| 268 | </EmbeddedResource> |
|---|
| 269 | <Compile Include="Properties\Resources.Designer.cs"> |
|---|
| 270 | <AutoGen>True</AutoGen> |
|---|
| 271 | <DependentUpon>Resources.resx</DependentUpon> |
|---|
| 272 | <DesignTime>True</DesignTime> |
|---|
| 273 | </Compile> |
|---|
| 274 | <None Include="Properties\Settings.settings"> |
|---|
| 275 | <Generator>SettingsSingleFileGenerator</Generator> |
|---|
| 276 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|---|
| 277 | </None> |
|---|
| 278 | <Compile Include="Properties\Settings.Designer.cs"> |
|---|
| 279 | <AutoGen>True</AutoGen> |
|---|
| 280 | <DependentUpon>Settings.settings</DependentUpon> |
|---|
| 281 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
|---|
| 282 | </Compile> |
|---|
| 283 | <Compile Include="SchedulerPanel.cs"> |
|---|
| 284 | <SubType>UserControl</SubType> |
|---|
| 285 | </Compile> |
|---|
| 286 | <Compile Include="SchedulerPanel.Designer.cs"> |
|---|
| 287 | <DependentUpon>SchedulerPanel.cs</DependentUpon> |
|---|
| 288 | </Compile> |
|---|
| 289 | <Compile Include="Settings.cs" /> |
|---|
| 290 | <Compile Include="SettingsCompatibility.cs" /> |
|---|
| 291 | <Compile Include="SettingsPanel.cs"> |
|---|
| 292 | <SubType>UserControl</SubType> |
|---|
| 293 | </Compile> |
|---|
| 294 | <Compile Include="SettingsPanel.Designer.cs"> |
|---|
| 295 | <DependentUpon>SettingsPanel.cs</DependentUpon> |
|---|
| 296 | </Compile> |
|---|
| 297 | <Compile Include="TaskDataSelectionForm.cs"> |
|---|
| 298 | <SubType>Form</SubType> |
|---|
| 299 | </Compile> |
|---|
| 300 | <Compile Include="TaskDataSelectionForm.Designer.cs"> |
|---|
| 301 | <DependentUpon>TaskDataSelectionForm.cs</DependentUpon> |
|---|
| 302 | </Compile> |
|---|
| 303 | <Compile Include="TaskPropertiesForm.cs"> |
|---|
| 304 | <SubType>Form</SubType> |
|---|
| 305 | </Compile> |
|---|
| 306 | <Compile Include="TaskPropertiesForm.Designer.cs"> |
|---|
| 307 | <DependentUpon>TaskPropertiesForm.cs</DependentUpon> |
|---|
| 308 | </Compile> |
|---|
| 309 | <Compile Include="ToolBar.cs"> |
|---|
| 310 | <SubType>Component</SubType> |
|---|
| 311 | </Compile> |
|---|
| 312 | <Compile Include="ToolBar.Designer.cs"> |
|---|
| 313 | <DependentUpon>ToolBar.cs</DependentUpon> |
|---|
| 314 | </Compile> |
|---|
| 315 | <Compile Include="UpdateForm.cs"> |
|---|
| 316 | <SubType>Form</SubType> |
|---|
| 317 | </Compile> |
|---|
| 318 | <Compile Include="UpdateForm.Designer.cs"> |
|---|
| 319 | <DependentUpon>UpdateForm.cs</DependentUpon> |
|---|
| 320 | </Compile> |
|---|
| 321 | </ItemGroup> |
|---|
| 322 | <ItemGroup> |
|---|
| 323 | <Compile Include="Program.ConsoleProgram.cs" /> |
|---|
| 324 | <None Include="Resources\AboutDialog.png" /> |
|---|
| 325 | <CodeAnalysisDictionary Include="..\CustomDictionary.xml"> |
|---|
| 326 | <Link>CustomDictionary.xml</Link> |
|---|
| 327 | </CodeAnalysisDictionary> |
|---|
| 328 | <Content Include="Resources\BackgroundGradient.bmp" /> |
|---|
| 329 | <None Include="Resources\ToolbarArrow.png" /> |
|---|
| 330 | <None Include="Resources\ToolbarHelp.png" /> |
|---|
| 331 | <None Include="Resources\BackgroundLogo.png" /> |
|---|
| 332 | <None Include="Resources\Information.png" /> |
|---|
| 333 | <Content Include="Resources\NotifyIcon1.ico" /> |
|---|
| 334 | <Content Include="Resources\NotifyIcon2.ico" /> |
|---|
| 335 | <Content Include="Resources\NotifyIcon3.ico" /> |
|---|
| 336 | <Content Include="Resources\NotifyIcon4.ico" /> |
|---|
| 337 | <Content Include="Resources\NotifyIcon5.ico" /> |
|---|
| 338 | <Content Include="Resources\ToolbarSchedule.png" /> |
|---|
| 339 | <Content Include="Resources\ToolbarSettings.png" /> |
|---|
| 340 | </ItemGroup> |
|---|
| 341 | <ItemGroup> |
|---|
| 342 | <ProjectReference Include="..\Eraser.Manager\Eraser.Manager.csproj"> |
|---|
| 343 | <Project>{C1AC3255-0939-499D-A69D-725E3DD4F574}</Project> |
|---|
| 344 | <Name>Eraser.Manager</Name> |
|---|
| 345 | </ProjectReference> |
|---|
| 346 | <ProjectReference Include="..\Eraser.Util\Eraser.Util.csproj"> |
|---|
| 347 | <Project>{D083E1A8-3A4C-4683-9B3F-D5FEDE61B9C9}</Project> |
|---|
| 348 | <Name>Eraser.Util</Name> |
|---|
| 349 | </ProjectReference> |
|---|
| 350 | </ItemGroup> |
|---|
| 351 | <ItemGroup> |
|---|
| 352 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
|---|
| 353 | <Visible>False</Visible> |
|---|
| 354 | <ProductName>.NET Framework Client Profile</ProductName> |
|---|
| 355 | <Install>false</Install> |
|---|
| 356 | </BootstrapperPackage> |
|---|
| 357 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
|---|
| 358 | <Visible>False</Visible> |
|---|
| 359 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
|---|
| 360 | <Install>false</Install> |
|---|
| 361 | </BootstrapperPackage> |
|---|
| 362 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
|---|
| 363 | <Visible>False</Visible> |
|---|
| 364 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
|---|
| 365 | <Install>false</Install> |
|---|
| 366 | </BootstrapperPackage> |
|---|
| 367 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
|---|
| 368 | <Visible>False</Visible> |
|---|
| 369 | <ProductName>.NET Framework 3.5</ProductName> |
|---|
| 370 | <Install>false</Install> |
|---|
| 371 | </BootstrapperPackage> |
|---|
| 372 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|---|
| 373 | <Visible>False</Visible> |
|---|
| 374 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
|---|
| 375 | <Install>true</Install> |
|---|
| 376 | </BootstrapperPackage> |
|---|
| 377 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
|---|
| 378 | <Visible>False</Visible> |
|---|
| 379 | <ProductName>Windows Installer 3.1</ProductName> |
|---|
| 380 | <Install>true</Install> |
|---|
| 381 | </BootstrapperPackage> |
|---|
| 382 | </ItemGroup> |
|---|
| 383 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|---|
| 384 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|---|
| 385 | Other similar extension points exist, see Microsoft.Common.targets. |
|---|
| 386 | <Target Name="BeforeBuild"> |
|---|
| 387 | </Target> |
|---|
| 388 | <Target Name="AfterBuild"> |
|---|
| 389 | </Target> |
|---|
| 390 | --> |
|---|
| 391 | <PropertyGroup> |
|---|
| 392 | <PostBuildEvent> |
|---|
| 393 | </PostBuildEvent> |
|---|
| 394 | <PreBuildEvent>call "$(SolutionDir)UpdateVersions.bat" "$(SolutionDir)\." "$(SolutionDir)Version.cs.in" "$(SolutionDir)Version.cs" |
|---|
| 395 | csgettext --merge --recursive EN,NL,IT "$(ProjectDir)\." Strings |
|---|
| 396 | if ERRORLEVEL 0 exit 0</PreBuildEvent> |
|---|
| 397 | </PropertyGroup> |
|---|
| 398 | </Project> |
|---|