Changeset 2347
- Timestamp:
- 11/5/2011 7:53:24 AM (19 months ago)
- Location:
- branches/eraser6/pluginsRewrite
- Files:
-
- 2 edited
-
Eraser.DefaultPlugins/Eraser.DefaultPlugins.csproj (modified) (3 diffs)
-
Eraser.Manager/Eraser.Manager.csproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/pluginsRewrite/Eraser.DefaultPlugins/Eraser.DefaultPlugins.csproj
r2344 r2347 15 15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 16 16 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> 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' "> … … 148 148 <Private>False</Private> 149 149 </ProjectReference> 150 <ProjectReference Include="..\Eraser.Plugins\Eraser.Plugins.csproj"> 151 <Project>{59F7ED0F-3589-4112-B612-4A9A6588F4A0}</Project> 152 <Name>Eraser.Plugins</Name> 153 </ProjectReference> 150 154 <ProjectReference Include="..\Eraser.Util.Native\Eraser.Util.Native.vcxproj"> 151 155 <Project>{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}</Project> -
branches/eraser6/pluginsRewrite/Eraser.Manager/Eraser.Manager.csproj
r2344 r2347 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' "> … … 84 84 </ItemGroup> 85 85 <ItemGroup> 86 <ProjectReference Include="..\Eraser.Plugins\Eraser.Plugins.csproj"> 87 <Project>{59F7ED0F-3589-4112-B612-4A9A6588F4A0}</Project> 88 <Name>Eraser.Plugins</Name> 89 </ProjectReference> 86 90 <ProjectReference Include="..\Eraser.Util.Native\Eraser.Util.Native.vcxproj"> 87 91 <Project>{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}</Project>
Note: See TracChangeset
for help on using the changeset viewer.
