aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/XmlRpcCS/XMLRPC.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Common/XmlRpcCS/XMLRPC.csproj')
-rw-r--r--Common/XmlRpcCS/XMLRPC.csproj36
1 files changed, 18 insertions, 18 deletions
diff --git a/Common/XmlRpcCS/XMLRPC.csproj b/Common/XmlRpcCS/XMLRPC.csproj
index 61f8be0..86f6aaa 100644
--- a/Common/XmlRpcCS/XMLRPC.csproj
+++ b/Common/XmlRpcCS/XMLRPC.csproj
@@ -70,58 +70,58 @@
70 <ItemGroup> 70 <ItemGroup>
71 </ItemGroup> 71 </ItemGroup>
72 <ItemGroup> 72 <ItemGroup>
73 <Compile Include="Logger.cs"> 73 <Compile Include="XmlRpcBoxcarRequest.cs">
74 <SubType>Code</SubType> 74 <SubType>Code</SubType>
75 </Compile> 75 </Compile>
76 <Compile Include="SimpleHttpRequest.cs"> 76 <Compile Include="XmlRpcRequest.cs">
77 <SubType>Code</SubType> 77 <SubType>Code</SubType>
78 </Compile> 78 </Compile>
79 <Compile Include="XmlRpcBoxcarRequest.cs"> 79 <Compile Include="XmlRpcResponseSerializer.cs">
80 <SubType>Code</SubType> 80 <SubType>Code</SubType>
81 </Compile> 81 </Compile>
82 <Compile Include="XmlRpcClientProxy.cs"> 82 <Compile Include="Logger.cs">
83 <SubType>Code</SubType> 83 <SubType>Code</SubType>
84 </Compile> 84 </Compile>
85 <Compile Include="XmlRpcDeserializer.cs"> 85 <Compile Include="XmlRpcRequestDeserializer.cs">
86 <SubType>Code</SubType> 86 <SubType>Code</SubType>
87 </Compile> 87 </Compile>
88 <Compile Include="XmlRpcErrorCodes.cs"> 88 <Compile Include="XmlRpcExposedAttribute.cs">
89 <SubType>Code</SubType> 89 <SubType>Code</SubType>
90 </Compile> 90 </Compile>
91 <Compile Include="XmlRpcException.cs"> 91 <Compile Include="XmlRpcResponse.cs">
92 <SubType>Code</SubType> 92 <SubType>Code</SubType>
93 </Compile> 93 </Compile>
94 <Compile Include="XmlRpcExposedAttribute.cs"> 94 <Compile Include="XmlRpcException.cs">
95 <SubType>Code</SubType> 95 <SubType>Code</SubType>
96 </Compile> 96 </Compile>
97 <Compile Include="XmlRpcRequest.cs"> 97 <Compile Include="XmlRpcResponseDeserializer.cs">
98 <SubType>Code</SubType> 98 <SubType>Code</SubType>
99 </Compile> 99 </Compile>
100 <Compile Include="XmlRpcRequestDeserializer.cs"> 100 <Compile Include="XmlRpcResponder.cs">
101 <SubType>Code</SubType> 101 <SubType>Code</SubType>
102 </Compile> 102 </Compile>
103 <Compile Include="XmlRpcRequestSerializer.cs"> 103 <Compile Include="XmlRpcServer.cs">
104 <SubType>Code</SubType> 104 <SubType>Code</SubType>
105 </Compile> 105 </Compile>
106 <Compile Include="XmlRpcResponder.cs"> 106 <Compile Include="XmlRpcErrorCodes.cs">
107 <SubType>Code</SubType> 107 <SubType>Code</SubType>
108 </Compile> 108 </Compile>
109 <Compile Include="XmlRpcResponse.cs"> 109 <Compile Include="XmlRpcSerializer.cs">
110 <SubType>Code</SubType> 110 <SubType>Code</SubType>
111 </Compile> 111 </Compile>
112 <Compile Include="XmlRpcResponseDeserializer.cs"> 112 <Compile Include="XmlRpcSystemObject.cs">
113 <SubType>Code</SubType> 113 <SubType>Code</SubType>
114 </Compile> 114 </Compile>
115 <Compile Include="XmlRpcResponseSerializer.cs"> 115 <Compile Include="SimpleHttpRequest.cs">
116 <SubType>Code</SubType> 116 <SubType>Code</SubType>
117 </Compile> 117 </Compile>
118 <Compile Include="XmlRpcSerializer.cs"> 118 <Compile Include="XmlRpcClientProxy.cs">
119 <SubType>Code</SubType> 119 <SubType>Code</SubType>
120 </Compile> 120 </Compile>
121 <Compile Include="XmlRpcServer.cs"> 121 <Compile Include="XmlRpcRequestSerializer.cs">
122 <SubType>Code</SubType> 122 <SubType>Code</SubType>
123 </Compile> 123 </Compile>
124 <Compile Include="XmlRpcSystemObject.cs"> 124 <Compile Include="XmlRpcDeserializer.cs">
125 <SubType>Code</SubType> 125 <SubType>Code</SubType>
126 </Compile> 126 </Compile>
127 <Compile Include="XmlRpcXmlTokens.cs"> 127 <Compile Include="XmlRpcXmlTokens.cs">