fixed broken vs project files
This commit is contained in:
@@ -241,6 +241,10 @@
|
||||
SubType = "Code"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File RelPath="Aop\Framework\DynamicProxy\AbstractAopProxyFactory.cs"
|
||||
SubType = "Code"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "Aop\Framework\DynamicTargetSourceWrapper.cs"
|
||||
SubType = "Code"
|
||||
|
||||
@@ -130,6 +130,7 @@
|
||||
<Compile Include="Aop\Framework\AutoProxy\PointcutFilteringAutoProxyCreator.cs" />
|
||||
<Compile Include="Aop\Framework\AutoProxy\TypeNameAutoProxyCreator.cs" />
|
||||
<Compile Include="Aop\Framework\DynamicMethodInvocation.cs" />
|
||||
<Compile Include="Aop\Framework\DynamicProxy\AbstractAopProxyFactory.cs" />
|
||||
<Compile Include="Aop\Framework\DynamicProxy\CachedAopProxyFactory.cs" />
|
||||
<Compile Include="Aop\Framework\DynamicProxy\DefaultAopProxyFactory.cs" />
|
||||
<Compile Include="Aop\Framework\DynamicProxy\InheritanceAopProxyTypeBuilder.cs" />
|
||||
|
||||
Reference in New Issue
Block a user