Răsfoiți Sursa

This version is unsigned.

k_john_gough_cp 15 ani în urmă
părinte
comite
c15e35781a
3 a modificat fișierele cu 10 adăugiri și 14 ștergeri
  1. 1 1
      PERWAPI.sln
  2. 5 7
      PERWAPI/PERWAPI.csproj
  3. 4 6
      SymbolRW/SymbolRW.csproj

+ 1 - 1
PERWAPI.sln

@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 10.00
 # Visual Studio 2008
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PERWAPI", "PERWAPI\PERWAPI.csproj", "{6E89897A-ECB1-460E-976E-A14179524F81}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SymbolRW", "..\CVS-symbolRW\SymbolRW.csproj", "{2BC469D1-46DA-4FBF-A431-6B1344BBCD23}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SymbolRW", "SymbolRW\SymbolRW.csproj", "{2BC469D1-46DA-4FBF-A431-6B1344BBCD23}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution

+ 5 - 7
PERWAPI/PERWAPI.csproj

@@ -1,7 +1,7 @@
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <ProjectType>Local</ProjectType>
-    <ProductVersion>8.0.50727</ProductVersion>
+    <ProductVersion>9.0.30729</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{6E89897A-ECB1-460E-976E-A14179524F81}</ProjectGuid>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -11,7 +11,8 @@
     <AssemblyKeyContainerName>
     </AssemblyKeyContainerName>
     <AssemblyName>QUT.PERWAPI</AssemblyName>
-    <AssemblyOriginatorKeyFile>QUTgpTools.pfx</AssemblyOriginatorKeyFile>
+    <AssemblyOriginatorKeyFile>
+    </AssemblyOriginatorKeyFile>
     <DefaultClientScript>JScript</DefaultClientScript>
     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
     <DefaultTargetSchema>IE50</DefaultTargetSchema>
@@ -25,7 +26,7 @@
     </FileUpgradeFlags>
     <UpgradeBackupLocation>
     </UpgradeBackupLocation>
-    <SignAssembly>true</SignAssembly>
+    <SignAssembly>false</SignAssembly>
     <OldToolsVersion>2.0</OldToolsVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -132,14 +133,11 @@
     <EmbeddedResource Include="Blank.pdb" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\..\CVS-symbolRW\SymbolRW.csproj">
+    <ProjectReference Include="..\SymbolRW\SymbolRW.csproj">
       <Project>{2BC469D1-46DA-4FBF-A431-6B1344BBCD23}</Project>
       <Name>SymbolRW</Name>
     </ProjectReference>
   </ItemGroup>
-  <ItemGroup>
-    <None Include="QUTgpTools.pfx" />
-  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
     <PreBuildEvent>

+ 4 - 6
SymbolRW/SymbolRW.csproj

@@ -2,15 +2,16 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.50727</ProductVersion>
+    <ProductVersion>9.0.30729</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{2BC469D1-46DA-4FBF-A431-6B1344BBCD23}</ProjectGuid>
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>QUT.Symbols</RootNamespace>
     <AssemblyName>QUT.SymbolRW</AssemblyName>
-    <SignAssembly>true</SignAssembly>
-    <AssemblyOriginatorKeyFile>QUTgpTools.pfx</AssemblyOriginatorKeyFile>
+    <SignAssembly>false</SignAssembly>
+    <AssemblyOriginatorKeyFile>
+    </AssemblyOriginatorKeyFile>
     <FileUpgradeFlags>
     </FileUpgradeFlags>
     <OldToolsVersion>2.0</OldToolsVersion>
@@ -46,9 +47,6 @@
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Utilities.cs" />
   </ItemGroup>
-  <ItemGroup>
-    <None Include="QUTgpTools.pfx" />
-  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.