| 1 | <?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|---|
| 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>{C1AC3255-0939-499D-A69D-725E3DD4F574}</ProjectGuid> |
|---|
| 9 | <OutputType>Library</OutputType> |
|---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
|---|
| 11 | <RootNamespace>Eraser.Manager</RootNamespace> |
|---|
| 12 | <AssemblyName>Eraser.Manager</AssemblyName> |
|---|
| 13 | <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> |
|---|
| 14 | <SignAssembly>true</SignAssembly> |
|---|
| 15 | <AssemblyOriginatorKeyFile>..\Strong Name.snk</AssemblyOriginatorKeyFile> |
|---|
| 16 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|---|
| 17 | <IsWebBootstrapper>false</IsWebBootstrapper> |
|---|
| 18 | <TargetFrameworkProfile /> |
|---|
| 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 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|---|
| 43 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|---|
| 44 | </PropertyGroup> |
|---|
| 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|---|
| 46 | <DebugType>pdbonly</DebugType> |
|---|
| 47 | <Optimize>true</Optimize> |
|---|
| 48 | <OutputPath>..\bin\Release\</OutputPath> |
|---|
| 49 | <DefineConstants>TRACE</DefineConstants> |
|---|
| 50 | <ErrorReport>prompt</ErrorReport> |
|---|
| 51 | <WarningLevel>4</WarningLevel> |
|---|
| 52 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|---|
| 53 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|---|
| 54 | </PropertyGroup> |
|---|
| 55 | <ItemGroup> |
|---|
| 56 | <Reference Include="System" /> |
|---|
| 57 | <Reference Include="System.Core"> |
|---|
| 58 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
|---|
| 59 | </Reference> |
|---|
| 60 | <Reference Include="System.Data" /> |
|---|
| 61 | <Reference Include="System.Drawing" /> |
|---|
| 62 | <Reference Include="System.Security" /> |
|---|
| 63 | <Reference Include="System.Windows.Forms" /> |
|---|
| 64 | <Reference Include="System.Xml" /> |
|---|
| 65 | </ItemGroup> |
|---|
| 66 | <ItemGroup> |
|---|
| 67 | <Compile Include="..\Version.cs"> |
|---|
| 68 | <Link>Version.cs</Link> |
|---|
| 69 | </Compile> |
|---|
| 70 | <Compile Include="DirectExecutor.cs" /> |
|---|
| 71 | <Compile Include="EntropyPoller.cs" /> |
|---|
| 72 | <Compile Include="ErasureTargetCollection.cs" /> |
|---|
| 73 | <Compile Include="Executor.cs" /> |
|---|
| 74 | <Compile Include="ManagerLibrary.cs" /> |
|---|
| 75 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|---|
| 76 | <Compile Include="RemoteExecutor.cs" /> |
|---|
| 77 | <Compile Include="Schedule.cs" /> |
|---|
| 78 | <Compile Include="Settings.cs" /> |
|---|
| 79 | <Compile Include="Task.cs" /> |
|---|
| 80 | </ItemGroup> |
|---|
| 81 | <ItemGroup> |
|---|
| 82 | <ProjectReference Include="..\Eraser.Plugins\Eraser.Plugins.csproj"> |
|---|
| 83 | <Project>{59F7ED0F-3589-4112-B612-4A9A6588F4A0}</Project> |
|---|
| 84 | <Name>Eraser.Plugins</Name> |
|---|
| 85 | </ProjectReference> |
|---|
| 86 | <ProjectReference Include="..\Eraser.Util.Native\Eraser.Util.Native.vcxproj"> |
|---|
| 87 | <Project>{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}</Project> |
|---|
| 88 | <Name>Eraser.Util.Native</Name> |
|---|
| 89 | </ProjectReference> |
|---|
| 90 | <ProjectReference Include="..\Eraser.Util\Eraser.Util.csproj"> |
|---|
| 91 | <Project>{D083E1A8-3A4C-4683-9B3F-D5FEDE61B9C9}</Project> |
|---|
| 92 | <Name>Eraser.Util</Name> |
|---|
| 93 | </ProjectReference> |
|---|
| 94 | </ItemGroup> |
|---|
| 95 | <ItemGroup> |
|---|
| 96 | <EmbeddedResource Include="Strings.en.resx"> |
|---|
| 97 | <SubType>Designer</SubType> |
|---|
| 98 | </EmbeddedResource> |
|---|
| 99 | <EmbeddedResource Include="Strings.it.resx" /> |
|---|
| 100 | <EmbeddedResource Include="Strings.nl.resx"> |
|---|
| 101 | <SubType>Designer</SubType> |
|---|
| 102 | </EmbeddedResource> |
|---|
| 103 | <EmbeddedResource Include="Strings.pl.resx" /> |
|---|
| 104 | <EmbeddedResource Include="Strings.resx"> |
|---|
| 105 | <SubType>Designer</SubType> |
|---|
| 106 | </EmbeddedResource> |
|---|
| 107 | </ItemGroup> |
|---|
| 108 | <ItemGroup> |
|---|
| 109 | <CodeAnalysisDictionary Include="..\CustomDictionary.xml"> |
|---|
| 110 | <Link>CustomDictionary.xml</Link> |
|---|
| 111 | </CodeAnalysisDictionary> |
|---|
| 112 | </ItemGroup> |
|---|
| 113 | <ItemGroup> |
|---|
| 114 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
|---|
| 115 | <Visible>False</Visible> |
|---|
| 116 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
|---|
| 117 | <Install>false</Install> |
|---|
| 118 | </BootstrapperPackage> |
|---|
| 119 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
|---|
| 120 | <Visible>False</Visible> |
|---|
| 121 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
|---|
| 122 | <Install>false</Install> |
|---|
| 123 | </BootstrapperPackage> |
|---|
| 124 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
|---|
| 125 | <Visible>False</Visible> |
|---|
| 126 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
|---|
| 127 | <Install>false</Install> |
|---|
| 128 | </BootstrapperPackage> |
|---|
| 129 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
|---|
| 130 | <Visible>False</Visible> |
|---|
| 131 | <ProductName>.NET Framework 3.5</ProductName> |
|---|
| 132 | <Install>false</Install> |
|---|
| 133 | </BootstrapperPackage> |
|---|
| 134 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|---|
| 135 | <Visible>False</Visible> |
|---|
| 136 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
|---|
| 137 | <Install>true</Install> |
|---|
| 138 | </BootstrapperPackage> |
|---|
| 139 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
|---|
| 140 | <Visible>False</Visible> |
|---|
| 141 | <ProductName>Windows Installer 3.1</ProductName> |
|---|
| 142 | <Install>true</Install> |
|---|
| 143 | </BootstrapperPackage> |
|---|
| 144 | </ItemGroup> |
|---|
| 145 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|---|
| 146 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|---|
| 147 | Other similar extension points exist, see Microsoft.Common.targets. |
|---|
| 148 | <Target Name="BeforeBuild"> |
|---|
| 149 | </Target> |
|---|
| 150 | <Target Name="AfterBuild"> |
|---|
| 151 | </Target> |
|---|
| 152 | --> |
|---|
| 153 | <PropertyGroup> |
|---|
| 154 | <PreBuildEvent>call "$(SolutionDir)UpdateVersions.bat" "$(SolutionDir)\." "$(SolutionDir)Version.cs.in" "$(SolutionDir)Version.cs" |
|---|
| 155 | csgettext --merge --recursive EN,NL,IT,PL "$(ProjectDir)\." Strings |
|---|
| 156 | if ERRORLEVEL 0 exit 0</PreBuildEvent> |
|---|
| 157 | </PropertyGroup> |
|---|
| 158 | </Project> |
|---|