Skip to content

Commit

Permalink
adding the VS project files to make things easier
Browse files Browse the repository at this point in the history
  • Loading branch information
emist committed Jul 6, 2011
1 parent 67a2dc8 commit 1152999
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
18 changes: 16 additions & 2 deletions Eryan.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,14 @@
<Compile Include="Client.Designer.cs">
<DependentUpon>Client.cs</DependentUpon>
</Compile>
<Compile Include="MiddleMan.cs" />
<Compile Include="WinApiWrapper.cs" />
<Compile Include="Fetcher.cs" />
<Compile Include="InputDevice.cs" />
<Compile Include="KeyBoard.cs" />
<Compile Include="Mouse.cs">
</Compile>
<Compile Include="Utils.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WindowHandler.cs">
<SubType>Form</SubType>
</Compile>
Expand All @@ -76,6 +82,7 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="app.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand All @@ -85,6 +92,13 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="DrawAbleScreenFetcher.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Injector\Injector\Injector.csproj">
<Project>{D8765B34-1E92-4C66-A7B8-BACD75E33F3A}</Project>
<Name>Injector</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
5 changes: 5 additions & 0 deletions Eryan.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ReferencePath>C:\Documents and Settings\Administrator\</ReferencePath>
</PropertyGroup>
</Project>
12 changes: 12 additions & 0 deletions Eryan.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Eryan", "Eryan.csproj", "{C006AC5B-3415-4A62-8AB8-DDDD9B14E364}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Injector", "Injector\Injector\Injector.csproj", "{D8765B34-1E92-4C66-A7B8-BACD75E33F3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Syringe", "Syringe\Syringe.csproj", "{3E3A04B3-9347-4395-A22A-C49C9B38F83C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -13,6 +17,14 @@ Global
{C006AC5B-3415-4A62-8AB8-DDDD9B14E364}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C006AC5B-3415-4A62-8AB8-DDDD9B14E364}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C006AC5B-3415-4A62-8AB8-DDDD9B14E364}.Release|Any CPU.Build.0 = Release|Any CPU
{D8765B34-1E92-4C66-A7B8-BACD75E33F3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8765B34-1E92-4C66-A7B8-BACD75E33F3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8765B34-1E92-4C66-A7B8-BACD75E33F3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8765B34-1E92-4C66-A7B8-BACD75E33F3A}.Release|Any CPU.Build.0 = Release|Any CPU
{3E3A04B3-9347-4395-A22A-C49C9B38F83C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E3A04B3-9347-4395-A22A-C49C9B38F83C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E3A04B3-9347-4395-A22A-C49C9B38F83C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E3A04B3-9347-4395-A22A-C49C9B38F83C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 1152999

Please sign in to comment.