Changeset 633
- Timestamp:
- 11/30/2008 3:23:06 AM (4 years ago)
- Location:
- branches/eraser6
- Files:
-
- 1 added
- 7 edited
-
. (modified) (1 prop)
-
DefaultPlugins/DefaultPlugins.csproj (modified) (3 diffs)
-
Eraser.sln (modified) (1 diff)
-
Eraser/Eraser.csproj (modified) (4 diffs)
-
Installer/Installer.wixproj (modified) (2 diffs)
-
Installer/SignBin.bat (added)
-
Manager/Manager.csproj (modified) (3 diffs)
-
Util/Util.csproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6
- Property svn:ignore
-
old new 3 3 *.ncb 4 4 *.pfx 5 *.snk
-
- Property svn:ignore
-
branches/eraser6/DefaultPlugins/DefaultPlugins.csproj
r592 r633 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion>9.0. 30729</ProductVersion>5 <ProductVersion>9.0.21022</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 7 <ProjectGuid>{21752123-7BD7-4B44-B512-14A963C55FD8}</ProjectGuid> … … 11 11 <AssemblyName>Eraser.DefaultPlugins</AssemblyName> 12 12 <SignAssembly>true</SignAssembly> 13 <AssemblyOriginatorKeyFile>..\ Key File.pfx</AssemblyOriginatorKeyFile>13 <AssemblyOriginatorKeyFile>..\Strong Name.snk</AssemblyOriginatorKeyFile> 14 14 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 15 15 </PropertyGroup> … … 105 105 <EmbeddedResource Include="CustomMethodPassEditor.resx"> 106 106 <DependentUpon>CustomMethodPassEditor.cs</DependentUpon> 107 <SubType>Designer</SubType> 107 108 </EmbeddedResource> 108 109 <EmbeddedResource Include="Strings.en.resx"> -
branches/eraser6/Eraser.sln
r592 r633 4 4 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4AA1FBC2-DA5C-4204-B152-B5929516DC48}" 5 5 ProjectSection(SolutionItems) = preProject 6 Strong Name.snk = Strong Name.snk 6 7 Version.cs = Version.cs 7 8 EndProjectSection -
branches/eraser6/Eraser/Eraser.csproj
r603 r633 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 30729</ProductVersion>6 <ProductVersion>9.0.21022</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{A9884ABF-46E8-42C1-A30B-9A3DD6C38004}</ProjectGuid> … … 30 30 <BootstrapperEnabled>true</BootstrapperEnabled> 31 31 <SignAssembly>true</SignAssembly> 32 <AssemblyOriginatorKeyFile>..\ Key File.pfx</AssemblyOriginatorKeyFile>32 <AssemblyOriginatorKeyFile>..\Strong Name.snk</AssemblyOriginatorKeyFile> 33 33 </PropertyGroup> 34 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 181 181 <EmbeddedResource Include="TaskDataSelectionForm.en.resx"> 182 182 <DependentUpon>TaskDataSelectionForm.cs</DependentUpon> 183 <SubType>Designer</SubType> 183 184 </EmbeddedResource> 184 185 <EmbeddedResource Include="TaskDataSelectionForm.nl.resx"> … … 204 205 <EmbeddedResource Include="UpdateForm.resx"> 205 206 <DependentUpon>UpdateForm.cs</DependentUpon> 207 <SubType>Designer</SubType> 206 208 </EmbeddedResource> 207 209 <Compile Include="Properties\Resources.Designer.cs"> -
branches/eraser6/Installer/Installer.wixproj
r590 r633 51 51 <Content Include="Resources\Information.ico" /> 52 52 <Content Include="Resources\New Folder.ico" /> 53 <None Include="SignBin.bat" /> 53 54 </ItemGroup> 54 55 <ItemGroup> … … 64 65 </Target> 65 66 --> 67 <PropertyGroup> 68 <PreBuildEvent>"$(ProjectDir)\SignBin.bat" "$(SolutionDir)"</PreBuildEvent> 69 </PropertyGroup> 66 70 </Project> -
branches/eraser6/Manager/Manager.csproj
r610 r633 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion>9.0. 30729</ProductVersion>5 <ProductVersion>9.0.21022</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 7 <ProjectGuid>{C1AC3255-0939-499D-A69D-725E3DD4F574}</ProjectGuid> … … 12 12 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> 13 13 <SignAssembly>true</SignAssembly> 14 <AssemblyOriginatorKeyFile>..\ Key File.pfx</AssemblyOriginatorKeyFile>14 <AssemblyOriginatorKeyFile>..\Strong Name.snk</AssemblyOriginatorKeyFile> 15 15 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 16 16 </PropertyGroup> … … 72 72 </ItemGroup> 73 73 <ItemGroup> 74 <EmbeddedResource Include="Strings.en.resx" /> 75 <EmbeddedResource Include="Strings.nl.resx" /> 76 <EmbeddedResource Include="Strings.resx" /> 74 <EmbeddedResource Include="Strings.en.resx"> 75 <SubType>Designer</SubType> 76 </EmbeddedResource> 77 <EmbeddedResource Include="Strings.nl.resx"> 78 <SubType>Designer</SubType> 79 </EmbeddedResource> 80 <EmbeddedResource Include="Strings.resx"> 81 <SubType>Designer</SubType> 82 </EmbeddedResource> 77 83 </ItemGroup> 78 84 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> -
branches/eraser6/Util/Util.csproj
r592 r633 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion>9.0. 30729</ProductVersion>5 <ProductVersion>9.0.21022</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 7 <ProjectGuid>{D083E1A8-3A4C-4683-9B3F-D5FEDE61B9C9}</ProjectGuid> … … 11 11 <AssemblyName>Eraser.Util</AssemblyName> 12 12 <SignAssembly>true</SignAssembly> 13 <AssemblyOriginatorKeyFile>..\ Key File.pfx</AssemblyOriginatorKeyFile>13 <AssemblyOriginatorKeyFile>..\Strong Name.snk</AssemblyOriginatorKeyFile> 14 14 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 15 15 </PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.
