Skip to content

Commit cac455a

Browse files
committed
Move projects to from root to src dir
This moves all of our actual src into the src dir in order to clean up the root of the project.
1 parent b74c9c6 commit cac455a

File tree

141 files changed

+15
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+15
-16
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PropertyGroup>
77
<Configuration Condition=" '$(Configuration)'=='' ">Debug</Configuration>
88
<OutDir Condition=" '$(OutDir)'=='' ">$(MSBuildThisFileDirectory)bin\$(Configuration)</OutDir>
9-
<SourceHome Condition=" '$(SourceHome)'=='' ">$(MSBuildThisFileDirectory)</SourceHome>
9+
<SourceHome Condition=" '$(SourceHome)'=='' ">$(MSBuildThisFileDirectory)src\</SourceHome>
1010
<ToolsHome Condition=" '$(ToolsHome)'=='' ">$(MSBuildThisFileDirectory)tools\</ToolsHome>
1111
</PropertyGroup>
1212

build/miengine.settings.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</Choose>
1717

1818
<PropertyGroup>
19-
<ILDir>$(MSBuildThisFileDirectory0)..\IL\</ILDir>
19+
<ILDir>$(MSBuildThisFileDirectory)..\IL\</ILDir>
2020
<GeneratedAssembliesDir>$(ILDir)GeneratedAssemblies\</GeneratedAssembliesDir>
2121
</PropertyGroup>
2222

AndroidDebugLauncher/AndroidDebugLauncher.csproj renamed to src/AndroidDebugLauncher/AndroidDebugLauncher.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\build\miengine.settings.targets" />
3+
<Import Project="..\..\build\miengine.settings.targets" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -131,7 +131,7 @@
131131
</EmbeddedResource>
132132
</ItemGroup>
133133
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
134-
<Import Project="..\build\miengine.targets" />
134+
<Import Project="..\..\build\miengine.targets" />
135135
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
136136
Other similar extension points exist, see Microsoft.Common.targets.
137137
<Target Name="BeforeBuild">
File renamed without changes.

IOSDebugLauncher/IOSDebugLauncher.csproj renamed to src/IOSDebugLauncher/IOSDebugLauncher.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\build\miengine.settings.targets" />
3+
<Import Project="..\..\build\miengine.settings.targets" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -105,7 +105,7 @@
105105
<None Include="packages.config" />
106106
</ItemGroup>
107107
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108-
<Import Project="..\build\miengine.targets" />
108+
<Import Project="..\..\build\miengine.targets" />
109109
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
110110
Other similar extension points exist, see Microsoft.Common.targets.
111111
<Target Name="BeforeBuild">
File renamed without changes.
File renamed without changes.
File renamed without changes.

JDbg/JDbg.csproj renamed to src/JDbg/JDbg.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4-
<Import Project="..\build\miengine.settings.targets" />
4+
<Import Project="..\..\build\miengine.settings.targets" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
77
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -70,7 +70,7 @@
7070
<Compile Include="Utils.cs" />
7171
</ItemGroup>
7272
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
73-
<Import Project="..\build\miengine.targets" />
73+
<Import Project="..\..\build\miengine.targets" />
7474
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7575
Other similar extension points exist, see Microsoft.Common.targets.
7676
<Target Name="BeforeBuild">
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

MICore/MICore.csproj renamed to src/MICore/MICore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\build\miengine.settings.targets" />
3+
<Import Project="..\..\build\miengine.settings.targets" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -125,7 +125,7 @@
125125
</ItemGroup>
126126

127127
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
128-
<Import Project="..\build\miengine.targets" />
128+
<Import Project="..\..\build\miengine.targets" />
129129
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130130
Other similar extension points exist, see Microsoft.Common.targets.
131131
<Target Name="BeforeBuild">
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

MICoreUnitTests/MICoreUnitTests.csproj renamed to src/MICoreUnitTests/MICoreUnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<IsCodedUITest>False</IsCodedUITest>
1919
<TestProjectType>UnitTest</TestProjectType>
2020
<TargetFrameworkProfile />
21-
<AssemblyOriginatorKeyFile>..\Keys\ExternalKey.snk</AssemblyOriginatorKeyFile>
21+
<AssemblyOriginatorKeyFile>..\..\Keys\ExternalKey.snk</AssemblyOriginatorKeyFile>
2222
<SignAssembly>True</SignAssembly>
2323
<NuGetPackageImportStamp>
2424
</NuGetPackageImportStamp>
File renamed without changes.

MIDebugEngine.sln renamed to src/MIDebugEngine.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ EndProject
2929
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CF02407C-BF37-4D51-83F4-845A7F36C101}"
3030
ProjectSection(SolutionItems) = preProject
3131
IDECodeAnalysis.ruleset = IDECodeAnalysis.ruleset
32-
README.md = README.md
3332
EndProjectSection
3433
EndProject
3534
Global

MIDebugEngine/MIDebugEngine.csproj renamed to src/MIDebugEngine/MIDebugEngine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
3-
<Import Project="..\build\miengine.settings.targets" />
3+
<Import Project="..\..\build\miengine.settings.targets" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -161,7 +161,7 @@
161161
</Content>
162162
</ItemGroup>
163163
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
164-
<Import Project="..\build\miengine.targets" />
164+
<Import Project="..\..\build\miengine.targets" />
165165
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
166166
Other similar extension points exist, see Microsoft.Common.targets.
167167
<Target Name="BeforeBuild">
File renamed without changes.
File renamed without changes.

MIDebugPackage/MIDebugPackage.csproj renamed to src/MIDebugPackage/MIDebugPackage.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
3-
<Import Project="..\build\miengine.settings.targets" />
3+
<Import Project="..\..\build\miengine.settings.targets" />
44
<PropertyGroup>
55
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
66
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
@@ -228,7 +228,7 @@
228228
</None>
229229
</ItemGroup>
230230
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
231-
<Import Project="..\build\miengine.targets" />
231+
<Import Project="..\..\build\miengine.targets" />
232232
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
233233
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
234234
Other similar extension points exist, see Microsoft.Common.targets.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)