Changeset 2509 for trunk/eraser/Eraser.Manager/Eraser.Manager.csproj
- Timestamp:
- 3/14/2012 5:45:46 AM (14 months ago)
- Location:
- trunk/eraser
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Eraser.Manager/Eraser.Manager.csproj (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser
- Property svn:mergeinfo changed
/branches/eraser6/pluginsRewrite (added) merged: 2285-2508
- Property svn:mergeinfo changed
-
trunk/eraser/Eraser.Manager/Eraser.Manager.csproj
r2320 r2509 15 15 <AssemblyOriginatorKeyFile>..\Strong Name.snk</AssemblyOriginatorKeyFile> 16 16 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 17 <IsWebBootstrapper>false</IsWebBootstrapper> 18 <TargetFrameworkProfile /> 17 19 <PublishUrl>publish\</PublishUrl> 18 20 <Install>true</Install> … … 27 29 <ApplicationRevision>0</ApplicationRevision> 28 30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 29 <IsWebBootstrapper>false</IsWebBootstrapper>30 31 <UseApplicationTrust>false</UseApplicationTrust> 31 32 <BootstrapperEnabled>true</BootstrapperEnabled> 32 <TargetFrameworkProfile />33 33 </PropertyGroup> 34 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 69 69 </Compile> 70 70 <Compile Include="DirectExecutor.cs" /> 71 <Compile Include="EntropySource.cs" /> 72 <Compile Include="ErasureTarget.cs" /> 73 <Compile Include="Exception.cs" /> 71 <Compile Include="EntropyPoller.cs" /> 72 <Compile Include="ErasureTargetCollection.cs" /> 74 73 <Compile Include="Executor.cs" /> 75 <Compile Include="FileSystem.cs" />76 <Compile Include="IConfigurer.cs" />77 <Compile Include="IRegistrar.cs" />78 74 <Compile Include="ManagerLibrary.cs" /> 79 <Compile Include="ErasureMethod.cs" />80 <Compile Include="Plugins.cs" />81 <Compile Include="PRNG.cs" />82 75 <Compile Include="Properties\AssemblyInfo.cs" /> 83 76 <Compile Include="RemoteExecutor.cs" /> … … 87 80 </ItemGroup> 88 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> 89 86 <ProjectReference Include="..\Eraser.Util.Native\Eraser.Util.Native.vcxproj"> 90 87 <Project>{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}</Project>
Note: See TracChangeset
for help on using the changeset viewer.
