|
@ -35,15 +35,19 @@ |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Reference Include="Mono.Cecil, Version=0.10.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL"> |
|
|
<Reference Include="Mono.Cecil, Version=0.10.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.dll</HintPath> |
|
|
<HintPath>..\packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.dll</HintPath> |
|
|
|
|
|
<Private>True</Private> |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="Mono.Cecil.Mdb, Version=0.10.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL"> |
|
|
<Reference Include="Mono.Cecil.Mdb, Version=0.10.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.Mdb.dll</HintPath> |
|
|
<HintPath>..\packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.Mdb.dll</HintPath> |
|
|
|
|
|
<Private>True</Private> |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="Mono.Cecil.Pdb, Version=0.10.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL"> |
|
|
<Reference Include="Mono.Cecil.Pdb, Version=0.10.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.Pdb.dll</HintPath> |
|
|
<HintPath>..\packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.Pdb.dll</HintPath> |
|
|
|
|
|
<Private>True</Private> |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="Mono.Cecil.Rocks, Version=0.10.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL"> |
|
|
<Reference Include="Mono.Cecil.Rocks, Version=0.10.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.Rocks.dll</HintPath> |
|
|
<HintPath>..\packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.Rocks.dll</HintPath> |
|
|
|
|
|
<Private>True</Private> |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System.Core" /> |
|
|
<Reference Include="System.Core" /> |
|
@ -57,10 +61,14 @@ |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Compile Include="Program.cs" /> |
|
|
<Compile Include="Program.cs" /> |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
|
|
<Compile Include="Virtualizer.cs" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="App.config" /> |
|
|
<None Include="App.config" /> |
|
|
<None Include="packages.config" /> |
|
|
<None Include="packages.config" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
|
|
<Target Name="AfterBuild"> |
|
|
|
|
|
<Exec Command=""$(SolutionDir)$(AssemblyName)\$(OutputPath)$(AssemblyName).exe" Refs/refs.txt" WorkingDirectory="$(SolutionDir)"></Exec> |
|
|
|
|
|
</Target> |
|
|
</Project> |
|
|
</Project> |