Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2008-01-03 12:45:49 +0300
committerjfrijters <jfrijters>2008-01-03 12:45:49 +0300
commitabdba87542758926facbe91263a99b17578d2b48 (patch)
treef5db2663b4b79edea6679e12d630d428e2d97fd0 /ikvmc.8.csproj
parent0b07059d24a94d0e5c59bfca2f77c4f570ab0b31 (diff)
- Moved common assembly attributes to single file (CommonAssemblyInfo.cs).
- Added IKVM.Runtime.JNI project to Visual Studio solution. - Added atomic.cs to Visual Studio projects. - Added SecurityCritical and AllowPartiallyTrustedCallers attributes to IKVM.Runtime.dll.
Diffstat (limited to 'ikvmc.8.csproj')
-rw-r--r--ikvmc.8.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/ikvmc.8.csproj b/ikvmc.8.csproj
index f7e70762..e078d239 100644
--- a/ikvmc.8.csproj
+++ b/ikvmc.8.csproj
@@ -80,6 +80,7 @@
<Compile Include="ikvmc\remapper.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="runtime\atomic.cs" />
<Compile Include="runtime\attributes.cs">
<SubType>Code</SubType>
</Compile>
@@ -126,6 +127,7 @@
<Compile Include="runtime\vm.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="CommonAssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>