comparison UCIS.Core.csproj @ 98:c9bc014bdbe8

Disabled assembly signing
author Ivo Smits <Ivo@UCIS.nl>
date Tue, 08 Jul 2014 16:52:10 +0200
parents ac0a29c05d03
children 8fe322656807
comparison
equal deleted inserted replaced
97:d8bd5b4ba4d5 98:c9bc014bdbe8
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>UCIS</RootNamespace> 11 <RootNamespace>UCIS</RootNamespace>
12 <AssemblyName>UCIS.Core</AssemblyName> 12 <AssemblyName>UCIS.Core</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment> 14 <FileAlignment>512</FileAlignment>
15 <SignAssembly>true</SignAssembly>
16 <AssemblyOriginatorKeyFile>UCIS.snk</AssemblyOriginatorKeyFile>
17 </PropertyGroup> 15 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols> 17 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType> 18 <DebugType>full</DebugType>
21 <Optimize>false</Optimize> 19 <Optimize>false</Optimize>
120 <Compile Include="Pml\IPmlCommunicator.cs" /> 118 <Compile Include="Pml\IPmlCommunicator.cs" />
121 <Compile Include="Pml\IPmlRpc.cs" /> 119 <Compile Include="Pml\IPmlRpc.cs" />
122 <None Include="Pml\LegacyPmlCommunicator.cs" /> 120 <None Include="Pml\LegacyPmlCommunicator.cs" />
123 <Compile Include="Pml\PmlBuilder.cs" /> 121 <Compile Include="Pml\PmlBuilder.cs" />
124 <None Include="Pml\PmlCommunicator.cs" /> 122 <None Include="Pml\PmlCommunicator.cs" />
125 <None Include="UCIS.snk" />
126 <Compile Include="Pml\PmlCommunicator2.cs" /> 123 <Compile Include="Pml\PmlCommunicator2.cs" />
127 <Compile Include="Pml\RW\PmlAmfRW.cs" /> 124 <Compile Include="Pml\RW\PmlAmfRW.cs" />
128 <Compile Include="Pml\RW\PmlPHPRW.cs" /> 125 <Compile Include="Pml\RW\PmlPHPRW.cs" />
129 <Compile Include="Pml\RW\PmlBinaryRW.cs" /> 126 <Compile Include="Pml\RW\PmlBinaryRW.cs" />
130 <Compile Include="Pml\RW\IPmlRW.cs" /> 127 <Compile Include="Pml\RW\IPmlRW.cs" />